Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is Gitlab's instance domain?

Tags:

git

gitlab

I am trying to test to see if my SSH key was added correctly by following the instructions which are found halfway down the page here.

To test whether your SSH key was added correctly, run the following command in your terminal (replacing gitlab.com with your GitLab's instance domain):

ssh -T [email protected] 

However, I have no idea what my "Gitlab's instance domain" is referring to. I have searched other online but I cannot find anything relevant.

like image 276
Riley Finn Avatar asked May 08 '19 04:05

Riley Finn


People also ask

What is an instance domain?

In the instance domain there is a system instance, consisting of a number of block instances, forming a tree structure with the system instance as the root. Leaf-block instances contain process instances instead of subblock instances. A system instance contains also instances of-channels, signal routes, signals etc.

What is the domain of my GitLab instance?

Gitlab can be installed locally so Gitlab instance is what is being run locally. E.g., if one runs Gitlab instance at gitlab.example.net the domain is gitlab.example.net , and the ssh command is ssh -T [email protected] . For Gitlab at gitlab.com the command is ssh -T [email protected] .

Is GitLab self hosted free?

GitLab SaaS is hosted, managed, and administered by GitLab, Inc., with free and paid options for individuals and teams: Free, Premium and Ultimate.

What is GitLab com?

GitLab is a web-based Git repository that provides free open and private repositories, issue-following capabilities, and wikis. It is a complete DevOps platform that enables professionals to perform all the tasks in a project—from project planning and source code management to monitoring and security.


1 Answers

If you're using Gitlab on gitlab.com then the domain is gitlab.com, so you should run  ssh -T [email protected]

like image 113
Lakshitha Wisumperuma Avatar answered Sep 27 '22 22:09

Lakshitha Wisumperuma