User Tools

Site Tools


wiki:advanced:authentication:passwordless-ssh

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
wiki:advanced:authentication:passwordless-ssh [2011/01/12 15:31]
dali
wiki:advanced:authentication:passwordless-ssh [2012/02/18 14:08]
dali [Linux client]
Line 6: Line 6:
  
 <code> <code>
-$ ssh-keygen -t rsa''+$ ssh-keygen -t rsa
 </code> </code>
  
Line 50: Line 50:
  
 <code dos> <code dos>
-C:\Program Files\x2goclient>scp.exe /cygdrive/C/DOCUME~1/<username>/.x2go/.ssh/id_dsa.pub username@remoteserver:.ssh/+C:\Program Files\x2goclient>scp.exe /cygdrive/C/DOCUME~1/<username>/.x2go/.ssh/id_dsa.pub username@remoteserver:
 </code> </code>
  
Line 58: Line 58:
 </code> </code>
  
-Go to your .ssh folder, add the contents of the public key file to your authorized_keys2 file and then remove the public key file:+Go to your .ssh folder, add the contents of the public key file to your authorized_keys file and then remove the public key file:
 <code bash> <code bash>
 cd ~/.ssh cd ~/.ssh
-cat id_dsa.pub >> authorized_keys2 +cat ~/id_dsa.pub >> authorized_keys 
-rm id_dsa.pub+rm ~/id_dsa.pub
 </code> </code>
  
wiki/advanced/authentication/passwordless-ssh.txt · Last modified: 2013/03/08 13:31 (external edit)