I have Linux mint on my pc.
I have a public/private key pair to ssh into my router without having to type the password.
It works on Windows using putty, but Mint isn't when I run it from terminal.
ssh -i privkey.ppk [email protected]
I have Linux mint on my pc.
I have a public/private key pair to ssh into my router without having to type the password.
It works on Windows using putty, but Mint isn't when I run it from terminal.
ssh -i privkey.ppk [email protected]
You need to convert keys generated by putty to a form that can be used by openssh.
There are several good answers explaining various ways of doing this at https://stackoverflow.com/questions/2224066/how-to-convert-ssh-keypairs-generated-using-puttygenwindows-into-key-pairs-use
-v,-vvand maybe even-vvvmight be helpful.