with proper file

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

View File

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