missed an escape

This commit is contained in:
Kasper Juul Hermansen 2022-08-14 22:04:03 +02:00
parent a27b2bd883
commit eebbc1162a
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -14,7 +14,7 @@ if [ -n "$SSH_KEY" ]; then
chmod 600 $SSH_KEY_ID chmod 600 $SSH_KEY_ID
cat >$HOME/.ssh/config <<EOL cat >$HOME/.ssh/config <<EOL
Host ci.i.kjuulh.io"\ Host ci.i.kjuulh.io"
IdentityFile ${SSH_KEY_ID} IdentityFile ${SSH_KEY_ID}
IdentitiesOnly yes IdentitiesOnly yes
UserKnownHostsFile=/dev/null UserKnownHostsFile=/dev/null