with debug

This commit is contained in:
Kasper Juul Hermansen 2022-08-14 22:22:07 +02:00
parent 49c1cc7867
commit 20d6119523
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -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 <<EOL