Confirmed users
24
edits
| Line 23: | Line 23: | ||
*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> | ||
*At ''Enter passphrase'' you need to type in a password which you will not forget! | *At ''Enter passphrase'' you need to type in a password which you will not forget! | ||
*After generating the key, the content of '''id_rsa.pub''' needs to be added here: https://login.mozilla.com/ssh/ . If you ''already have a key'', make sure the '''public one''' is in https://login.mozilla.com/ | *After generating the key, the content of '''id_rsa.pub''' needs to be added here: https://login.mozilla.com/ssh/ . If you ''already have a key'', make sure the '''public one''' is in https://login.mozilla.com/ssh/ and the '''private one''' in the new Ubuntu user, in '''id_rsa'''. | ||
*After creating/setting the key, create the following file '''~user/.ssh/config''' and add the following lines (in the email section add your Mozilla email address): | *After creating/setting the key, create the following file '''~user/.ssh/config''' and add the following lines (in the email section add your Mozilla email address): | ||
**Host hg.mozilla.org | **Host hg.mozilla.org | ||