summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaesar Schinas <caesar@caesarsgrunt.co.uk>2016-05-14 16:32:52 +0000
committerCaesar Schinas <caesar@caesarsgrunt.co.uk>2016-05-14 16:32:52 +0000
commit09e0c1faec52876196c69b47a39fae59be437dcc (patch)
tree6a5731d2d5c738d703875fd48ee544ab5b121ca9
parentc3f68b109144dd5152ac169b2f5eca74fae4d5a2 (diff)
downloadgitlab-ce-09e0c1faec52876196c69b47a39fae59be437dcc.tar.gz
Update README.md - SSH password can be changed with `ssh-keygen -p`
-rw-r--r--doc/ssh/README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/ssh/README.md b/doc/ssh/README.md
index a1198e5878f..e011330bffb 100644
--- a/doc/ssh/README.md
+++ b/doc/ssh/README.md
@@ -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