Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/ssh
diff options
context:
space:
mode:
authorCaesar Schinas <caesar@caesarsgrunt.co.uk>2016-05-14 19:32:52 +0300
committerCaesar Schinas <caesar@caesarsgrunt.co.uk>2016-05-14 19:32:52 +0300
commit09e0c1faec52876196c69b47a39fae59be437dcc (patch)
tree6a5731d2d5c738d703875fd48ee544ab5b121ca9 /doc/ssh
parentc3f68b109144dd5152ac169b2f5eca74fae4d5a2 (diff)
Update README.md - SSH password can be changed with `ssh-keygen -p`
Diffstat (limited to 'doc/ssh')
-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