Changes

Jump to: navigation, search
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
**Host hg.mozilla.org
**User user@mozilla.com
**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 =====
Confirm
569
edits

Navigation menu