I tried to set an ssh key on my shell by putting the public key into ~/.ssh/authorized_keys
It doesn't work; the server rejects the Private Key that PuTTy sends it (fresh keypair generated today). Is this a blocked feature somehow (does the openssh daemon not look in ~/.ssh/authorized_keys ) ?
I assume this is on freeserver, correct? You need to check permissions of your generated key pair. What are they currently?
Please Login or Sign Up to leave a reply.