trying again
This commit is contained in:
parent
4f12159b8d
commit
7e4ad58683
@ -14,11 +14,11 @@ 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
|
||||||
StrictHostKeyChecking no
|
StrictHostKeyChecking no
|
||||||
EOL
|
EOL
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user