/[cvs]/nfo/doc/computing/sysadmin/linux/howto-ssh-with-rsa-keys-(passwordless-login).txt
ViewVC logotype

Diff of /nfo/doc/computing/sysadmin/linux/howto-ssh-with-rsa-keys-(passwordless-login).txt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by joko, Thu Mar 20 05:57:31 2003 UTC revision 1.3 by joko, Fri Apr 4 21:04:01 2003 UTC
# Line 1  Line 1 
1  $Id$  $Id$
2    
3  $Log$  $Log$
4    Revision 1.3  2003/04/04 21:04:01  joko
5    a safer way to do this....
6    
7  Revision 1.2  2003/03/20 05:57:31  joko  Revision 1.2  2003/03/20 05:57:31  joko
8  updated  updated
9    
# Line 65  first checkin' Line 68  first checkin'
68      and it is somehow required not to execute commands      and it is somehow required not to execute commands
69      actively/manually at the <remote> side. Picture this: "the worker works".      actively/manually at the <remote> side. Picture this: "the worker works".
70      #> cat ~/.ssh/id_dsa.pub | ssh joko@netfrag.org "cat - >> ~/.ssh/authorized_keys"      #> cat ~/.ssh/id_dsa.pub | ssh joko@netfrag.org "cat - >> ~/.ssh/authorized_keys"
71        #> cat ~/.ssh/id_dsa.pub | ssh joko@gharb.tune.sytes.net "cat - >> ~/.ssh/authorized_keys"
72            
73      If the account at remote side doesn't exists,      If the account at remote side doesn't exists,
74      this shortcut might create it from the <worker> side as well:      this shortcut might create it from the <worker> side as well:

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed