0

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]
1
  • The debugging output you get with -v, -vv and maybe even -vvv might be helpful. Commented Mar 13, 2016 at 11:22

1 Answer 1

2

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

1
  • I thought I also found some dupes here on U&L, but none of them were actual duplicates, just similar/related questions. Commented Mar 13, 2016 at 6:55

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.