Question
Windows Putty with authorization keys not WORKING
Hi There,
I have tried all the Tutorial about how to enable a WINDOWS Client connect with SSH after generate keys.
I could add the public key to the DROPLET using :
cat ~/.ssh/idrsa.pub | \
ssh username@203.0.113.0 “mkdir -p ~/.ssh && cat >> ~/.ssh/authorizedkeys”
I could also check that the authorization key from the CLIENT MACHINE i need grant access is there after the step above
BUT …
Even with this .. Putty receives a “Server Refused our key” error message and ask me for root password.
Please I need this instructions as I CONSTANTLY need to aprove another CLIENT to access DROPLET .
Waiting for return
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×