Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
p-behr authored Jun 23, 2019
1 parent a97cedb commit 8775c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8775c1d

Please sign in to comment.