Open main menu

CDOT Wiki β

Changes

SSH

21 bytes added, 19:01, 4 September 2012
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
 
Automatically:
# Run the command: <code>ssh-copy-id ''user@host''</code>