SSH v2 sans password prompting...

Michael O'Donnell mod+gnhlug at std.com
Wed Sep 4 10:42:56 EDT 2002


The most blindly simple-minded approach
would be the equivalent of:

   cat clientMachine:~/.ssh/id*pub >>serverMachine:~/.ssh/authorized_keys
   cat clientMachine:~/.ssh/id*pub >>serverMachine:~/.ssh/authorized_keys2
   chmod go-rwx                      clientMachine:~/.ssh/authorized_keys*
   chmod go-rwx                      serverMachine:~/.ssh/authorized_keys*




More information about the gnhlug-discuss mailing list