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!