Ok, let me admit, I trapped in this issue again. This time the old remedy of running ssh-keygen -R did not work. Phew!
I did this :
went to cd /Users/nilesh/.ssh/ at my client machine and removed the following files:
I did this :
went to cd /Users/nilesh/.ssh/ at my client machine and removed the following files:
known_hosts and known_hosts.old
Ran the ssh command once again, it asked for new RSA keys, accept it and the client machine would be added into list of new hosts.
And you are done. Now ssh connects properly.
Comments