Last active
February 25, 2019 15:41
-
-
Save idvoretskyi/28d81b822b0a4e27b0ea3507ffab8795 to your computer and use it in GitHub Desktop.
hterm: How to reset host authentication key for known_hosts on ChromeOS?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Load up your secure shell. | |
Attempt to connect to your remote host (this step may not be necessary, but it doesn't hurt) | |
Press <ctrl>+<shift>+j to bring up the javascript console. | |
Type: | |
term_.command.removeAllKnownHosts() | |
Reconnect to host |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment