From 09e0c1faec52876196c69b47a39fae59be437dcc Mon Sep 17 00:00:00 2001 From: Caesar Schinas Date: Sat, 14 May 2016 16:32:52 +0000 Subject: Update README.md - SSH password can be changed with `ssh-keygen -p` --- doc/ssh/README.md | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.1