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 revisionBoth sides next revision
contribute:dev:get-a-contributor-account [2020/04/19 01:23] ochosicontribute:dev:get-a-contributor-account [2020/04/22 11:29] – [Generating a SSH key] ochosi
Line 40: Line 40:
  
 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