1,885
edits
Changes
SSH
,→Setting up Public Key Authentication on Two Machines
=== Setting up Public Key Authentication on Two Machines ===
Automatically (preferred approach):
# Run the command: <code>ssh-copy-id ''user@host''</code>
Manually:
# Append the public key to the file <code>~/authorized_keys</code>
#* Set the permission on <code>~/authorized_keys</code> to 0600