Password-less login to your server
Filed Under (Uncategorized) by Abhishek Jain on 01-04-2010
The following three steps should do the job.
Step1
$local> ssh-keygen -t dsa
Step2
upload the ~/.ssh/id_sda.pub to server’s home
Step 3
$server> cat id_dsa.pub >> ~/.ssh/authorized_keys
You should be good to.