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
Next revision Both sides next revision
wiki:advanced:authentication:passwordless-ssh [2011/01/19 14:37]
dali
wiki:advanced:authentication:passwordless-ssh [2011/11/02 23:30]
sunweaver wiki:passwordless_authentication_using_ssh-keys renamed to wiki:authentication:passwordless-ssh (Namespace cleanup)
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 61: Line 61:
 <code bash> <code bash>
 cd ~/.ssh cd ~/.ssh
-cat id_dsa.pub >> authorized_keys +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)