From 1b3053bdb60adef5f92bfc12f8c402efcdc8ffb8 Mon Sep 17 00:00:00 2001 From: JayDeLux Date: Fri, 21 Jun 2024 18:57:47 +0200 Subject: [PATCH] Update quickstart.md --- docs/quickstart.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index 6fcfa71..caf6385 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -191,8 +191,9 @@ below. This is because the `known_hosts` file in the `.ssh` directory now contains a mismatch, since the server has been overwritten. To solve this, use a - text editor to remove the old entry from the `known_hosts` file. The next - connection attempt will then treat this as a new server. + text editor to remove the old entry from the `known_hosts` file (or use the + command `ssh-keygen -R `). The next connection attempt will + then treat this as a new server. The error message line `Offending ECDSA key in ~/.ssh/known_hosts:` gives the line number that needs to be removed from the `known_hosts` file.