I've been trying to set up public key/private key logins and being unsuccessful at it. I've been following a guide that may/may not be incomplete. I did the following:
- Generated a public/private key pair with puttygen.
- Uploaded the public key to the server
- Moved that public key to
/home/user_name/.ssh/authorized_keys - Set up putty to use key auth
When I then attempt to log in I get the message
The server has refused our key
Have I done something wrong?