summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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