Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


ssh_without_a_password_using_public_private_keys

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ssh_without_a_password_using_public_private_keys [2008/01/30 21:35] juckinsssh_without_a_password_using_public_private_keys [2009/02/12 11:43] (current) juckins
Line 17: Line 17:
 copy the id_dsa.pub and id_rsa.pub from client into authorized_keys file \\ copy the id_dsa.pub and id_rsa.pub from client into authorized_keys file \\
 make sure permissions 644 on authorized_keys \\ make sure permissions 644 on authorized_keys \\
 +Also:
 +<code>
 +chmod 0700 /home/<user's-home-directory>/.ssh -R
 +</code>
  
 Repeat process for creating keys on server, and copy the .pub keys to the client's ~/.ssh/authorized_keys file. \\ Repeat process for creating keys on server, and copy the .pub keys to the client's ~/.ssh/authorized_keys file. \\
ssh_without_a_password_using_public_private_keys.1201746928.txt.gz · Last modified: 2008/01/30 21:35 by juckins