Kiteworks generating private key that PuTTYgen can't import
Thank you Martin!
Setting up OpenSSH, will give that a try and report back.
Setting up OpenSSH, will give that a try and report back.
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
ssh-keygen to convert the key to a format that PuTTYgen understands.
ssh-keygen -p -f your_key-----BEGIN RSA PRIVATE KEY-----
Proc-Type: 4,ENCRYPTED
DEK-Info: AES-256-CBC
Couldn't load private key (unsupported cipher)
openssl dsa -in my-useless-CFB.key -out hopefully-useful.key -outform pemdsa by rsa if your CFB key is using RSA
private.key.
ssh-keygen -pprivate.key
private.key but now it is coded with AES-128-CBC which PUTTY DOES understand! Now it can be imported by PuTTYgen.
-----BEGIN RSA PRIVATE KEY-----
Proc-Type: 4,ENCRYPTED
DEK-Info: DES-EDE3-CFB
puttygen id_dsa -o id_dsa.ppkAuthentication log (see session log for details):