Skip to content

db-benchmarking-bastions

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

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

Once your config is in place, test it by ssh’ing to the jmeter host:

ssh jmeter-01-inf-db-benchmarking.c.gitlab-db-benchmarking.internal