Linux/SSH

From Wiki
< Linux
Revision as of 17:12, 23 October 2013 by Marcluer (talk | contribs) (Marcluer verschob Seite Linux/SSH Key Login nach Linux/SSH)

slave:

ssh-keygen -t rsa  


master:

cat ~/.ssh/*.pub | ssh user@remote-system 'umask 077; cat >>.ssh/authorized_keys'