#Can't remember how to SSH into my project in its own gitlab.com group
1 messages · Page 1 of 1 (latest)
I'm following this guide: https://docs.gitlab.com/user/ssh/#add-an-ssh-key-to-your-gitlab-account
Understand how to use SSH keys with GitLab for secure authentication and repository access.
What would I put in place of gitlab.example.com for my project? https://gitlab.com/vr-on-linux/VR-on-Linux
The URL of your project is: https://gitlab.com/vr-on-linux/......
The part that you need for SSH command is the domain name, which is gitlab.com
To verify connection try with:
ssh -T [email protected]