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
ssh_without_a_password_using_public_private_keys [2009/02/12 11:42] 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 \\
-Alsochmod 0700 /home/<user's-home-directotry>/.ssh -R+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.1234456961.txt.gz · Last modified: 2009/02/12 11:42 by juckins