Update README.md - SSH password can be changed with `ssh-keygen -p`

This commit is contained in:
Caesar Schinas 2016-05-14 16:32:52 +00:00
parent c3f68b1091
commit 09e0c1faec
1 changed files with 1 additions and 2 deletions

View File

@ -18,8 +18,7 @@ cat ~/.ssh/id_rsa.pub
If you see a long string starting with `ssh-rsa`, you can skip the `ssh-keygen` step.
Note: It is a best practice to use a password for an SSH key, but it is not
required and you can skip creating a password by pressing enter. Note that
the password you choose here can't be altered or retrieved.
required and you can skip creating a password by pressing enter.
To generate a new SSH key, use the following command:
```bash