Confirmed users
24
edits
(→Permissions: add treestatus_users group for changing status of trees) |
|||
| Line 19: | Line 19: | ||
<u>'''''For that the following need to be done:'''''</u> | <u>'''''For that the following need to be done:'''''</u> | ||
<br /> | <br /> | ||
<span style="color:#FF0000">'''IF YOU DO NOT HAVE A SSH KEY'''</span> in https://login.mozilla.com/ | <span style="color:#FF0000">'''IF YOU DO NOT HAVE A SSH KEY'''</span> in https://login.mozilla.com/ssh/ then: | ||
*Generate a new ssh key for Mozilla. Preferably, the key should be generated in a new Ubuntu virtual machine (VM). | *Generate a new ssh key for Mozilla. Preferably, the key should be generated in a new Ubuntu virtual machine (VM). | ||
*After you created the VM User in Ubuntu, log in that account with putty and generate the private and public keys using the following command: <code>ssh-keygen -t rsa -b 4096 -C "Mozilla key"</code>. <span style="color:#14866d">The above command will generate '''id_rsa''' and '''id_rsa.pub''' in '''''~user/.ssh/''''' </span> | *After you created the VM User in Ubuntu, log in that account with putty and generate the private and public keys using the following command: <code>ssh-keygen -t rsa -b 4096 -C "Mozilla key"</code>. <span style="color:#14866d">The above command will generate '''id_rsa''' and '''id_rsa.pub''' in '''''~user/.ssh/''''' </span> | ||