fpoirotte / pssht

SSH server written in PHP
https://pssht.readthedocs.io
MIT License
41 stars 9 forks source link

Support PuTTY's Private Key files (PPK) #29

Open fpoirotte opened 9 years ago

fpoirotte commented 9 years ago

The code currently assumes OpenSSH keys everywhere. It would be nice to be able to use PuTTY Private Keys too. I already have a working prototype of a PPK parser (both plaintext & encrypted keys are supported), I'll try to improve it a little before I merge it in.