I have a virtual server. Recently, I disabled PasswordAuthentication
to make it more secure.
I had already created a key pair using Puttygen in Windows. I converted the private key (.ppk) using putty-tools
in Linux so that I could use it in my Linux devices.
The problem is that I can't log in to my server from my Linux boxes. Windows works fine (I'm using Putty).
I thought of also converting the public key, but where do I put it in my server? There's already a public key on there, inside authorized_keys
and it's the same public key I created at the beginning. Shouldn't it work regardless of the private key's format, especially since it's just a string of text pretty much?
P.S. I could re-enable password authentication, but I want to use ssh.