diff --git a/README.md b/README.md index 5c5b8b9..097b4ee 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,9 @@ Here is an example that'll work for a first-key: ```sh $ ssh-keygen -t ed25519 Generating public/private ed25519 key pair. -Enter file in which to save the key (/home/emil/.ssh/id_ed25519): # If you change this you have to do the full path without expansion iirc -Enter passphrase for "/home/emil/.ssh/id_ed25519" (empty for no passphrase): -Enter same passphrase again: +Enter file in which to save the key (/home/emil/.ssh/id_ed25519): # If you change this you have to do the full path without expansion iirc +Enter passphrase for "/home/emil/.ssh/id_ed25519" (empty for no passphrase): +Enter same passphrase again: Your identification has been saved in /home/emil/.ssh/id_ed25519 Your public key has been saved in /home/emil/.ssh/id_ed25519.pub The key fingerprint is: @@ -87,4 +87,4 @@ You can also do wildcards, this is covered further in the ssh_config(5) manual p ### That's It ### -SSH has a lot of capabilities, but it's best and most useful is its simplicity. +SSH has a lot of capabilities, but its best and most useful is its simplicity.