ssh-keygen -i -f publicKeyInPuTTYFormat > publicKeyInOpenSshFormat
Settings are stored in the Windows registry.
Right-click the dump file, then Merge.
This can be achieved with the putty-tools package. We use, by convention :
| File | Usage |
|---|---|
| id_rsa.ppk | private key file, in PuTTY format (Putty Private Key) |
| id_rsa | private key file, in OpenSSH format |
| id_rsa.pub | public key file, in both formats |
| Flag | Usage |
|---|---|
| -O outputFormat | Specify the Output format :
|
| -o outputFile | (explicit) |
puttygen id_rsa.ppk -O private-openssh -o id_rsa
puttygen id_rsa -O private -o id_rsa.ppk