cyd01 / KiTTY

:computer: KiTTY, a free telnet/ssh client for Windows
https://www.9bis.com/kitty
Other
1.58k stars 135 forks source link

KiTTYGen can not load own generated keys again #358

Open wiesl opened 2 years ago

wiesl commented 2 years ago

To reproduce with Version v0.76.0.6: 1.) Generate a key (RSA 4096 oder ed25519) 2.) Save private key in V3 mode (maybe also V2 affected, not tested) 3.) Try to load it, KiTTYGen hangs

PuTTYGen 0.76 or latest snapshot is not affected and can load the keys.

igorzigorz commented 2 years ago

Same with v0.76.0.8 v0.76.0.10 Can't load private key with passphrase. Private key without passphrase loaded normally.

pkiff commented 1 year ago

Same with v0.76.1.3 Key generated using kittygen.exe RSA 4096. Saved private key. Exported public key to OpenSSH. Closed kittygen. Re-open kittygen. Attempt to load private key. Process stalls before asking for password - and eventually says program not responding. Attempt to open the same private key using PuTTY v0.78, and it prompts for password, then opens fine, as expected.