Possible Duplicate:
How do I set up SSH so I don’t have to type my password?
You don't want to type your password when you ssh into a machine. What can you use to accomplish this? Are there any security concerns with your approach?
Possible Duplicate:
How do I set up SSH so I don’t have to type my password?
You don't want to type your password when you ssh into a machine. What can you use to accomplish this? Are there any security concerns with your approach?
You can create a pair of SSH keys, placing a private key on the server and a public key on the client. This will allow the client to connect to the server using it's public key instead of having to enter a password.