Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 329 Bytes

Converting Putty PPK keys into OpenSSH-compatible.md

File metadata and controls

13 lines (8 loc) · 329 Bytes

Converting Putty PPK keys into OpenSSH-compatible keys

Intro

Use Puttygen!

Short version:

sudo apt-get install putty
puttygen /path/to/key.ppk -O private-openssh -o /path/to/key_dsa

The converted keys should go into ~/.ssh and be referenced in sites you set up within the ~/.ssh/config file