Skip to content

Instantly share code, notes, and snippets.

@idvoretskyi
Last active February 25, 2019 15:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save idvoretskyi/28d81b822b0a4e27b0ea3507ffab8795 to your computer and use it in GitHub Desktop.
Save idvoretskyi/28d81b822b0a4e27b0ea3507ffab8795 to your computer and use it in GitHub Desktop.
hterm: How to reset host authentication key for known_hosts on ChromeOS?
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