From 8775c1d7a510b2a08a46f6afc6b0e9e0f6921686 Mon Sep 17 00:00:00 2001 From: p-behr Date: Sun, 23 Jun 2019 15:44:20 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67e636a..2032e90 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ This should print something like `c/Users/YourWindowsUsername` Enter the following command to generate an SSH key: `$ ssh-keygen -t rsa -b 4096 -f ~/.ssh/id_rsa-ocean-ssh` Press Enter twice to leave the passphrase blank -> `ssh-keygen` is the command to run (generate key) +> `ssh-keygen` is the command to run (generate key) > `-t rsa` specifies the type of key to create > `-b 4096` specifies the number of bits in the key > `-f ~/.ssh/id_rsa-ocean-ssh` specifies the filename of the key