-
-
Notifications
You must be signed in to change notification settings - Fork 428
Add support for encrypted private keys #346
Copy link
Copy link
Closed
Labels
Description
I got an error when tried to use encrypted private ssh key as identity
Expected Behavior
ask for passphrase then use it as usual
Actual Behavior
Failed to parse key: ssh: cannot decode encrypted private keys
Steps to reproduce behavior
ssh-chat --verbose --bind ":22" --identity ~/.ssh/id_rsawhere ~/.ssh/id_rsa ecnrypted(generated with passphrase) private key
Additional Comments
Reactions are currently unavailable