Skip to content

dev.gitlab.org host

dev.gitlab.org does not have a bastion host. SREs with access can SSH directly to the all-in-one VM using the configuration in this document.

In order to gain access, a user’s SSH key must be in the appropriate data bag in chef-repo, and the user’s groups must include one of the groups mentioned in the dev-gitlab-org role.

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

Host dev.gitlab.org
User YOUR_SSH_USERNAME
PreferredAuthentications publickey

Once your config is in place, test it by connecting via SSH to the bastion host:

Terminal window
ssh dev.gitlab.org