This repository was archived by the owner on Feb 10, 2018. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Currently it is not possible to use a ssh key with a passphrase. `paramiko` defines `password` as follows: ``` password (str) – a password to use for authentication or for unlocking a private key ``` This change passes the password when using a private key allowing the use of a passphrase protected private key.
- Loading branch information