From 833d87aa14c5dfcdefc79dee3aafc71b512ae18e Mon Sep 17 00:00:00 2001 From: contraintuitiv Date: Fri, 2 Jan 2026 13:25:06 +0100 Subject: [PATCH] corrected ssh_key secret insert --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 333fba9..1f15bdc 100644 --- a/README.md +++ b/README.md @@ -79,10 +79,8 @@ Add the key to your `authorized_keys`: `ssh-copy-id -i backupkey @` Add your `SSH_KEY` as docker secret: ``` -abra app secret insert ssh_key v1 """$(cat backupkey) -""" +cat backupkey | app secret insert ssh_key v1 ``` -> Attention: This command needs to be executed exactly as stated above, because it places a trailing newline at the end, if this is missing you will get the following error: `Load key "/run/secrets/ssh_key": error in libcrypto` ### Restic REST server Storage -- 2.49.0