I'm trying to add password-less ssh access to my Mac OS X 10.8.3 that acts as a server. I've followed instructions like this:
http://osxdaily.com/2012/05/25/how-to-set-up-a-password-less-ssh-login/
But when I do ssh user@myserver.com I still get prompted the password.
After looking at:
When I do ssh-add on my client machine I get:
[michael@varga (Sun May 26 09:56:32) ~]% ssh-add
Enter passphrase for /Users/michael/.ssh/id_rsa:
BUT when I tried using the ssh-add command at the command-lin on the server and it simply does nothing:
[michael@maz (Sun May 26 10:00:25) ~]% ssh-add
[michael@maz (Sun May 26 10:01:03) ~]% ssh-add -K
I think this may have something to do with the issue I'm having with it still requiring me to give the password.
Any suggestions how to fix ssh-add?