Skip to content

Commit

Permalink
fix README on key gen
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneware committed May 19, 2014
1 parent 4c58f14 commit c70029f
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 @@ -58,7 +58,7 @@ pair:
``` bash
$ ssh-keygen -t rsa -C "[email protected]"
Generating public/private rsa key pair.
Enter file in which to save the key (/Users/yourusername/.ssh/id_rsa): test_rsa
Enter file in which to save the key (/Users/yourusername/.ssh/id_rsa):
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in test_rsa.
Expand Down

0 comments on commit c70029f

Please sign in to comment.