Hi Sage,
Your quick response has been appreciated.
I have already run those commands but the file that mentioned was not created in my $HOME/.ssh/id_dsa/ folder. It has shown a success message saying that a file has been created but infact the was not present.
$HOME/.ssh/authorized_keys
Thanks,
Rajani Kanth
Main Topics
Browse All Topics





by: TintinPosted on 2007-06-12 at 17:34:01ID: 19271045
Here's the basic steps you need to do:
On the local server, do
ssh-keygen -t dsa
Press enter for all questions
copy $HOME/.ssh/id_dsa.pub to the remote user in
$HOME/.ssh/authorized_keys
make sure the .ssh directory has perms of 700