DEVEX-20:
This commit is contained in:
parent
2f38b3f9e0
commit
f93b5776b4
@ -33,11 +33,11 @@ jobs:
|
||||
ls -la ~/.ssh/ || echo "No .ssh dir"
|
||||
echo "$SSH_KEY" > ~/.ssh/my_key
|
||||
cat > ~/.ssh/config << 'EOF'
|
||||
Host target-server.com
|
||||
HostName target-server.com
|
||||
Host bitbucket.isb
|
||||
HostName bitbucket.isb
|
||||
User git
|
||||
IdentityFile ~/.ssh/my_key
|
||||
ProxyCommand ncat --proxy-type http --proxy http://proxy-ip:port %h %p
|
||||
ProxyCommand socat - PROXY:192.168.76.142:%h:%p,proxyport=8077
|
||||
StrictHostKeyChecking no
|
||||
UserKnownHostsFile /dev/null
|
||||
IdentitiesOnly yes
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user