I’m having problems ssh-ing into my Linode server running Ubuntu 24.04 from PuTTY, I have created a public private key pair, told putty which private key (.ppk) to use, copied my public key manually into my .ssh/authorized key file, made sure there wasn’t a newline char at the end. However, I’m still getting putty telling me that its key was rejected. Does anyone have any ideas on what I can do?
Are the file and directory permissions on the remote server correct? ssh is picky about those things. I haven't used putty in about 15 yrs, but I do remember they had an odd ssh-key format that was different from what all Unix/Linux and even the built-in ssh on Win10+ uses. If you are using putty on a Linux client system, you are doing things the hard way. Use a terminal, any will do, and use ssh -vv user@remote-host to see what the issue might be. If that isn't clear, add another 'v' to get more verbosity.
View Tag Cloud
Ubuntu Forums Code of Conduct