
Using key based authentication with X-Win32 SSH
X-Win32 cannot directly open OpenSSH keys. You need to convert your OpenSSH key to to a ppk key using the attached program Keygen.exe.
Download keygen here: File:Keygen.zip
- Download Keygen.zip
- Extract the program
- Run Keygen.exe
- Click File->Load Private Key, load your private key file (id_rsa for this example)
- Enter the passphrase if you have one
- The key has been loaded as in the below figure.
- Copy the entire public key text into the $HOME/.ssh/authorized_keys2 file on your remote system
- Press the button “Save private key”.
- The converted key would be saved as “id_rsa.ppk”
| Attachment | Size |
|---|---|
| Keygen.zip | 170.15 KB |


