We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9216d77 + 1b3053b commit 024e3d4Copy full SHA for 024e3d4
docs/quickstart.md
@@ -191,8 +191,9 @@ below.
191
192
This is because the `known_hosts` file in the `.ssh` directory now contains
193
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.
+ 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
196
+ then treat this as a new server.
197
198
The error message line `Offending ECDSA key in ~/.ssh/known_hosts:` gives
199
the line number that needs to be removed from the `known_hosts` file.
0 commit comments