Skip to content

Commit 1b3053b

Browse files
we-do-it-luMic92
authored andcommitted
Update quickstart.md
1 parent ce18c08 commit 1b3053b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/quickstart.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,9 @@ below.
191191
192192
This is because the `known_hosts` file in the `.ssh` directory now contains
193193
a mismatch, since the server has been overwritten. To solve this, use a
194-
text editor to remove the old entry from the `known_hosts` file. The next
195-
connection attempt will then treat this as a new server.
194+
text editor to remove the old entry from the `known_hosts` file (or use the
195+
command `ssh-keygen -R <ip_address>`). The next connection attempt will
196+
then treat this as a new server.
196197
197198
The error message line `Offending ECDSA key in ~/.ssh/known_hosts:` gives
198199
the line number that needs to be removed from the `known_hosts` file.

0 commit comments

Comments
 (0)