diff options
author | Caesar Schinas <caesar@caesarsgrunt.co.uk> | 2016-05-14 16:32:52 +0000 |
---|---|---|
committer | Caesar Schinas <caesar@caesarsgrunt.co.uk> | 2016-05-14 16:32:52 +0000 |
commit | 09e0c1faec52876196c69b47a39fae59be437dcc (patch) | |
tree | 6a5731d2d5c738d703875fd48ee544ab5b121ca9 /doc | |
parent | c3f68b109144dd5152ac169b2f5eca74fae4d5a2 (diff) | |
download | gitlab-ce-09e0c1faec52876196c69b47a39fae59be437dcc.tar.gz |
Update README.md - SSH password can be changed with `ssh-keygen -p`
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ssh/README.md | 3 |
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 |