Add a few missing secrets

This commit is contained in:
Alex 2021-01-19 18:02:00 +01:00
parent 1c814f002a
commit a2eec38de4
11 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1 @@
USER_LONG Private ed25519 key of the container doing the backup

View File

@ -0,0 +1 @@
USER Public ed25519 key of the container doing the backup (this key must be in authorized_keys on the backup target host)

View File

@ -0,0 +1 @@
USER Directory where to store backups on target host

View File

@ -0,0 +1 @@
USER SSH fingerprint of the target machine (format: copy here the corresponding line from your known_hosts file)

View File

@ -0,0 +1 @@
USER Hostname of the backup target host

View File

@ -0,0 +1 @@
USER SSH port number to connect to the target host

View File

@ -0,0 +1 @@
USER SSH username to log in as on the target host

View File

@ -0,0 +1 @@
USER_LONG garage-ca.crt (generated with Garage's genkeys.sh script)

View File

@ -0,0 +1 @@
USER_LONG garage-ca.key (generated with Garage's genkeys.sh script)

View File

@ -0,0 +1 @@
USER_LONG garage.crt (generated with Garage's genkeys.sh script)

View File

@ -0,0 +1 @@
USER_LONG garage.key (generated with Garage's genkeys.sh script)