| 1 | = Creating a !Public/Private key pair on Windows = |
| 2 | |
| 3 | Browse to the folder where you installed '''!TortoiseGit'''. |
| 4 | By default, this will be '''C:\Program Files\!TortoiseGit\''' |
| 5 | |
| 6 | Open the '''bin''' folder inside the !TortoiseGit folder and locate '''puttygen.exe''' |
| 7 | |
| 8 | [[Image(puttygen-location.png)]] |
| 9 | |
| 10 | Run '''puttygen.exe''' |
| 11 | |
| 12 | [[Image(puttygen-1.png)]] |
| 13 | |
| 14 | Click the ''''Generate'''' button. |
| 15 | You'll be asked to move your mouse around for a bit while a progress bar fills up. |
| 16 | This helps make your key more random. |
| 17 | |
| 18 | [[Image(puttygen-2.png)]] |
| 19 | |
| 20 | When the progress bar finishes, your key will appear. |
| 21 | Enter a password (twice) before continuing. |
| 22 | |
| 23 | [[Image(puttygen-3.png)]] |
| 24 | |
| 25 | First click ''''Save Public Key'''' and save your key somewhere. |
| 26 | I've saved mine as ''''public.ppk'''' in my Application Data/ssh folder, |
| 27 | but you can put this anywhere. |
| 28 | Just keep it somewhere safe where you can find it later. |
| 29 | |
| 30 | [[Image(puttygen-4.png)]] |
| 31 | |
| 32 | Next click ''''Save Private Key'''' and save your key somewhere. |
| 33 | I recommend putting it in the same place as your public key. |
| 34 | I've named mine ''''private.ppk''''. |
| 35 | '''Remember:''' your private key never leaves your computer! |
| 36 | Only your '''public key''' gets shared with anyone. |
| 37 | |
| 38 | [[Image(puttygen-5.png)]] |
| 39 | |
| 40 | Now that you've saved your public/private key pair, |
| 41 | copy the ''''Public key for pasting into OpenSSH authorized_keys file'''. |
| 42 | Don't worry about what that means; we're going to be emailing this to David/Rom instead. |
| 43 | |
| 44 | [[Image(puttygen-6.png)]] |