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? |
|||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
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! :) ) |
|||||
|
|
Sure. And this question belongs on ServerFault, not SuperUser IMHO. |
|||
|
|
|
After you use $ ssh-keygen -t dsa $ ssh-copy-id -i ~/.ssh/id_dsa.pub remotehost If you don't have |
|||
|
|