Add support for ssh configs as templates, via JinjaTurtle

This commit is contained in:
Miguel Jacq 2026-05-12 12:23:41 +10:00
parent 5c686d27cc
commit 5695f4258e
Signed by: mig5
GPG key ID: 03906B4110AAD3B8
3 changed files with 24 additions and 0 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
enroll (0.5.0) unstable; urgency=medium
* Add ssh config support where JinjaTurtle is used
-- Miguel Jacq <mig@mig5.net> Tue, 12 May 2026 12:00 +1000
enroll (0.4.4) unstable; urgency=medium
* 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`