DEVEX-20:

This commit is contained in:
subochev 2025-12-24 19:55:53 +03:00
parent 2f38b3f9e0
commit f93b5776b4

View File

@ -33,11 +33,11 @@ jobs:
ls -la ~/.ssh/ || echo "No .ssh dir" ls -la ~/.ssh/ || echo "No .ssh dir"
echo "$SSH_KEY" > ~/.ssh/my_key echo "$SSH_KEY" > ~/.ssh/my_key
cat > ~/.ssh/config << 'EOF' cat > ~/.ssh/config << 'EOF'
Host target-server.com Host bitbucket.isb
HostName target-server.com HostName bitbucket.isb
User git User git
IdentityFile ~/.ssh/my_key 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 StrictHostKeyChecking no
UserKnownHostsFile /dev/null UserKnownHostsFile /dev/null
IdentitiesOnly yes IdentitiesOnly yes