Deploy pubkey via ssh: Unterschied zwischen den Versionen

Aus Markus' Wiki
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „This is a good page: * http://www.schlittermann.de/doc/ssh Notably this hint: $ cat ~/.ssh/*.pub | ssh user@remote-system 'umask 077; cat >>.ssh/authorized_k…“)
 
(kein Unterschied)

Aktuelle Version vom 29. Juni 2012, 13:01 Uhr

This is a good page:

Notably this hint:

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