Add ability to gracefully handle an encrypted private key for SSH (can be forced or automated with an env var too)
All checks were successful
CI / test (push) Successful in 8m22s
Lint / test (push) Successful in 32s
Trivy / test (push) Successful in 24s

This commit is contained in:
Miguel Jacq 2026-02-17 10:35:51 +11:00
parent 87ddf52e81
commit 778237740a
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
4 changed files with 164 additions and 27 deletions

View file

@ -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