fpoirotte / pssht

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

Support encrypted private keys #17

Open fpoirotte opened 9 years ago

fpoirotte commented 9 years ago

Some private key formats are not supported by either openssl (eg. Ed25519) or by its PHP binding (eg. ecdsa-sha2-*), so we currently handle them ourselves. This works quite well except for encrypted keys which we do not support yet. The goal of this ticket is to add support for such keys.

fpoirotte commented 9 years ago

This is a follow-up issue on #18 & #29.