From 20d6119523707d3b2391f70683ce5d4285816513 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 14 Aug 2022 22:22:07 +0200 Subject: [PATCH] with debug --- scripts/setup_ssh.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/setup_ssh.sh b/scripts/setup_ssh.sh index 8bc461a..2540c0f 100755 --- a/scripts/setup_ssh.sh +++ b/scripts/setup_ssh.sh @@ -11,6 +11,8 @@ if [ -n "$SSH_KEY" ]; then SSH_KEY_ID="$HOME/.ssh/id_ed25519" echo $SSH_KEY | base64 -d > $SSH_KEY_ID + cat $SSH_KEY_ID + chmod 600 $SSH_KEY_ID cat >$HOME/.ssh/config <