Sheriffing/How To/Getting started as a sheriff: Difference between revisions

→‎Set up Mozilla SSH Key, mercurial and mozilla-unified repo, test push to try: add IdentityFile information to .ssh/config and add it ssh-add
(→‎Setting up Mercurial for Mozilla: add nano as default editor in .hgrc file)
(→‎Set up Mozilla SSH Key, mercurial and mozilla-unified repo, test push to try: add IdentityFile information to .ssh/config and add it ssh-add)
Line 27: Line 27:
**Host hg.mozilla.org
**Host hg.mozilla.org
**User user@mozilla.com
**User user@mozilla.com
* For additional debug info, '''ssh -vvv hg.mozilla.org''' is often helpful.
**IdentityFile name of they key file without the .pub (e.g. id_rsa_mozilla_2024-03-11)
* For additional debug info, '''ssh -vvv hg.mozilla.org''' is often helpful. This should work once your request for level 1 commit access has been granted.
* Configure the identity file to request the password once per session:
** cd ~/.ssh
** ssh-add name of they key file without the .pub (e.g. id_rsa_mozilla_2024-03-11)


===== Installing Mercurial =====
===== Installing Mercurial =====
Confirmed users
571

edits