Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
contribute:dev:get-a-contributor-account [2020/04/19 01:23] ochosicontribute:dev:get-a-contributor-account [2020/04/22 22:29] – [Generating a SSH key] ochosi
Line 35: Line 35:
 </note> </note>
  
-Now that you are finished generating your key pair, you will have two files: a private key and a public key. If you have accepted the default filename, they will be respectively $HOME/.ssh/id_rsa and $HOME/.ssh/id_rsa.pub, depending on the type of key you have specified.+Now that you are finished generating your key pair, you will have two files: a private key and a public key. If you have accepted the default filename, they will be respectively ''$HOME/.ssh/id_rsa'' and ''$HOME/.ssh/id_rsa.pub'', depending on the type of key you have specified.
  
 The private key **must** remain secret, do not publish it to anyone under any circumstance. The private key **must** remain secret, do not publish it to anyone under any circumstance.
  
 The public key is what you shall upload to gitlab.xfce.org. The public key is what you shall upload to gitlab.xfce.org.
 +
 +==== Setting up the SSH key so Git uses it ====
 +
 +In ''~/.ssh/config'', add:
 +
 +  host gitlab.xfce.org
 +    HostName gitlab.xfce.org
 +    IdentityFile ~/.ssh/id_rsa