From e5b3b553cbf28d60ac1c07b21d68f4805c0f6735 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Fri, 18 Apr 2025 17:11:39 -0600 Subject: [PATCH] -- --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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. -- 2.39.5