with proper file
This commit is contained in:
parent
20d6119523
commit
1eb447e94c
@ -16,7 +16,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 git.front.kjuulh.io
|
||||||
IdentityFile ${SSH_KEY_ID}
|
IdentityFile ${SSH_KEY_ID}
|
||||||
IdentitiesOnly yes
|
IdentitiesOnly yes
|
||||||
UserKnownHostsFile=/dev/null
|
UserKnownHostsFile=/dev/null
|
||||||
|
Loading…
Reference in New Issue
Block a user