@@ -8,7 +8,7 @@ To learn more about SSH, you can check out [wikipedia](https://en.wikipedia.org/
Use your SSH key generation tool of choice, such as `ssh-keygen`[manual](https://www.man7.org/linux/man-pages/man1/ssh-keygen.1.html) or [puttyGen](https://www.puttygen.com/). Make sure to generate a key of sufficient length to make it secure. **To ensure your key cannot be abused, set an appropriately strong password for the private key file.** Without such a password, your credentials are very vulnerable.
Once you have generated the pair of files, save the private key file in the folder `.ssh` on your user directory (`\~/.ssh` on Linux, `/c/users/\[username\]/.ssh` on Windows). You can save the public key file in the same location, or move it elsewhere.
Once you have generated the pair of files, save the private key file in the folder `.ssh` on your user directory (`~/.ssh` on Linux, `/c/users/[username]/.ssh` on Windows). You can save the public key file in the same location, or move it elsewhere.