Add ability to gracefully handle an encrypted private key for SSH (can be forced or automated with an env var too)
This commit is contained in:
parent
87ddf52e81
commit
778237740a
4 changed files with 164 additions and 27 deletions
|
|
@ -1,6 +1,7 @@
|
|||
# 0.4.4 (unreleased)
|
||||
|
||||
* Update cryptography dependency
|
||||
* Add capability to handle passphrases on encrypted SSH private keys. Prompting can be forced with `--ask-key-passphrase` or automated (e.g for CI) with `--ssh-key-passphrase env SOMEVAR`
|
||||
|
||||
# 0.4.3
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue