Thursday, April 16, 2009

Automate Logins

If you want to log onto a machine without having to type your password over and over...

From your user home:

ssh-keygen -b 1024 -t rsa

then press enter like 3 times

cat .ssh/id_rsa.pub

put that into dest host:

~username/.ssh/authorized_keys


No comments:

Post a Comment