The target server is a relatively clean install of Ubuntu 14.04. I generated a new ssh key using ssh-keygen
and added it to my server using ssh-copy-id
. I also checked that the public key was in the ~/.ssh/authorized_keys
file on the server.
Even still, I am prompted for a password every time I try to ssh
into the server.
I noticed something weird however. After I log into my first session using my password, the next concurrent sessions don't ask for a password. They seem to be using the ssh
key properly. I've noticed this behaviour on two different clients (Mint OSX).