Return to Snippet

Revision: 912
at August 21, 2006 01:05 by miklophone


Initial Code
ssh-keygen -d

[hit enter three times]

[Replacing "username" and "yourdomain" with yours, 
copy&paste/type:]

ssh [email protected] 'test -d .ssh || mkdir -m 0700 .ssh ; cat >> .ssh/authorized_keys && chmod 0600 .ssh/*' < ~/.ssh/id_dsa.pub

Initial URL


Initial Description


Initial Title
Passwordless SSH

Initial Tags
ssh

Initial Language
Other