Deploy pubkey via ssh

Aus Markus' Wiki
Wechseln zu: Navigation, Suche

This is a good page:

Notably this hint:

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