From bfb7a3f4c5c77af0b3a4fc33dce143e04783649b Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 14 Aug 2022 22:30:34 +0200 Subject: [PATCH] without that file --- scripts/setup_ssh.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/setup_ssh.sh b/scripts/setup_ssh.sh index 6dc676f..ae86915 100755 --- a/scripts/setup_ssh.sh +++ b/scripts/setup_ssh.sh @@ -11,8 +11,6 @@ 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 <