Possible Duplicate:
How do I set up SSH so I don’t have to type my password?
Anyone knows about this?
Anyone knows about this? | |||||
feedback
|
This question came from our site for professional and enthusiast programmers.
This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.
|
This should probably be on superuser ... This guide discusses setting up ssh keys based authentication: http://pkeck.myweb.uga.edu/ssh/. Basically you create ~/.ssh/authorized_keys (or ~/.ssh/authorized_keys2) and populate it with your public key as created by ssh-keygen. PuTTY for Windows also comes with a key generation tool (and key agent) if you want to automatically log in from Windows. Update: http://superuser.com/questions/8077/how-do-i-set-up-ssh-so-i-dont-have-to-type-my-password (It was already there even! :) ) | |||||
feedback
|
|
Sure. And this question belongs on ServerFault, not SuperUser IMHO. | |||
|
feedback
|
|
After you use $ ssh-keygen -t dsa $ ssh-copy-id -i ~/.ssh/id_dsa.pub remotehost If you don't have | |||
|
feedback
|