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/22 11:29] – [Generating a SSH key] ochosicontribute:dev:get-a-contributor-account [2020/08/21 00:15] kevinbowen
Line 9: Line 9:
 If you sign in with e.g. GitHub your account will be immediately created and you can browse all repositories that are public or internal, create issues etc. **However, you cannot create or fork projects yet!** If you sign in with e.g. GitHub your account will be immediately created and you can browse all repositories that are public or internal, create issues etc. **However, you cannot create or fork projects yet!**
 In order to get full access you have to contact an Admin - see "Apply for an account". In order to get full access you have to contact an Admin - see "Apply for an account".
 +
  
 ===== Apply for an account ===== ===== Apply for an account =====
Line 14: Line 15:
 The easy way to get a contributor account is to contact developers on [[https://mail.xfce.org/mailman/listinfo/xfce4-dev|xfce4-dev]] mailist or to connect to IRC channel on [[https://webchat.freenode.net/?channels=%23xfce-dev&uio=d4#xfce-dev|xfce-dev]]. The easy way to get a contributor account is to contact developers on [[https://mail.xfce.org/mailman/listinfo/xfce4-dev|xfce4-dev]] mailist or to connect to IRC channel on [[https://webchat.freenode.net/?channels=%23xfce-dev&uio=d4#xfce-dev|xfce-dev]].
  
 +----
  
 ===== SSH ===== ===== SSH =====
Line 35: Line 37:
 </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.
Line 49: Line 51:
     IdentityFile ~/.ssh/id_rsa     IdentityFile ~/.ssh/id_rsa
  
 +[[|Back to Top]]
 +----
 +[[:contribute:dev:start:|Back to main Xfce Development Information page]]