1
0
mirror of https://github.com/offen/docker-volume-backup.git synced 2025-11-23 21:44:40 +02:00

Support passing standard ssh keys to age encryption (#530)

* Support passing standard ssh keys to age encryption

* Cover SSH keys in age test case
This commit is contained in:
Frederik Ring
2025-02-07 13:43:41 +01:00
committed by GitHub
parent 2652e05169
commit cbbaa6ba7a
5 changed files with 25 additions and 4 deletions

View File

@@ -358,8 +358,8 @@ You can populate below template according to your requirements and use it as you
# AGE_PASSPHRASE="<xxx>"
# Backups can be encrypted asymmetrically using age in case publickeys are given.
# Multiple keys need to be provided as a comma separated list. Right now, this only
# support passing age keys, with no support for ssh keys.
# Multiple keys need to be provided as a comma separated list. Right now, this
# supports `age` and `ssh` keys
# AGE_PUBLIC_KEYS="<xxx>"