Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jumpssh unable to read privatekey fils with passphrase #41

Closed
mohsen1565 opened this issue Nov 9, 2018 · 2 comments
Closed

jumpssh unable to read privatekey fils with passphrase #41

mohsen1565 opened this issue Nov 9, 2018 · 2 comments

Comments

@mohsen1565
Copy link

Although the Paramiko library accommodates for the use of passphrases on private key files in class paramiko.client.SSHClient.connect(), jumpssh seems to not have included this feature. Is it possible to request that to be added?
Regards

@t-cas
Copy link
Contributor

t-cas commented Nov 9, 2018

you're right passphrase parameter has not been added but according to paramiko documentation you should be able to use password parameter for the same purpose if you don't also need password for authentication at the same time

password (str) – Used for password authentication; is also used for private key decryption if passphrase is not given.

Note that this will also be covered as part of #43

@t-cas
Copy link
Contributor

t-cas commented Nov 16, 2018

covered as part of #43

@t-cas t-cas closed this as completed Nov 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants