From 630bdbb3928f4dfde9f477d8ed5b9e19b5000747 Mon Sep 17 00:00:00 2001 From: Ric Harvey Date: Fri, 10 May 2024 22:42:47 +0100 Subject: [PATCH] fix ssh gen example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 92ed9fa..84fb6d3 100644 --- a/README.md +++ b/README.md @@ -148,8 +148,8 @@ ssh-keygen -t rsa -b 2048 -C "" Press ``enter`` to the next question which will have an output like this ```bash -Generating public/private ed25519 key pair. -Enter file in which to save the key (/home/user/.ssh/id_rsa): +Generating public/private rsa key pair. +Enter file in which to save the key (/home/user/.ssh/id_rsa): ``` Now enter a passphrase for your key, alternatively you can leave this blank but best practice says you should protect it!