MrPoitos
Feb 03 2016

SSH Keys
2  1K+ {{tagitem.name}}
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?
Staff StephenS    Feb 03 2016
The permissions were wrong; it was as simple as that.
MrPoitos    Feb 03 2016

Please Login or Sign Up to leave a reply.