Using a Putty private key in Android ConnectBot
I have been trying to import a private key into ConnectBot for Android.
The key I’m using is working fine when using Putty, but does not work for ConnectBot.
It’s a server side generated key and protected with a password using Puttygen.
To make it work for ConnectBot, you need to have a OpenSSH version of this file.
Luckily one can also use Puttygen to create an OpenSSH key.
Puttygen
In Puttygen, do the following:
- Load the private key [File] -> [Load Private Key] (*.ppk)
- Enter passphrase if applicable
- Goto [Conversions] -> [Export OpenSSH key] and save
[Read the rest of this entry...]

