Skip to content

Commit

Permalink
Merge pull request #336 from we-do-it-lu/patch-4
Browse files Browse the repository at this point in the history
Update quickstart.md
  • Loading branch information
Mic92 committed Jun 30, 2024
2 parents 9216d77 + 1b3053b commit 024e3d4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <ip_address>`). 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.
Expand Down

0 comments on commit 024e3d4

Please sign in to comment.