Home
 |
FAQ
 |
Feedback
 |
Licence
 |
Updates
 |
Mirrors
 |
Keys
 |
Links
 |
Team
Download:
Stable
 ·
Snapshot
 |
Docs
 |
Privacy
 |
Changes
 |
Wishlist
As of OpenSSH 7.6, ssh-keygen produces its new-format private keys encoded with the aes256-ctr cipher, instead of aesctr-cbc. (bz#2754)
PuTTYgen needs to understand this new (to us) format variant when importing private keys. In 0.70 it says "unrecognised cipher name".
Also, we changed to outputting new-style OpenSSH keys with this cipher mode, unconditionally. (Older versions of OpenSSH seem to understand aes256-ctr encrypted keys, so this doesn't seem to be an interoperability problem.)