Skip to content

release-bastions

Add the following to your ~/.ssh/config (specify your username and path to ssh private key):

Host lb-bastion.release.gitlab.com
User YOUR_SSH_USERNAME
Host *.gitlab-release.internal
PreferredAuthentications publickey
ProxyCommand ssh lb-bastion.release.gitlab.com -W %h:%p