Skip to content

Instantly share code, notes, and snippets.

@eekfonky
Last active December 30, 2023 17:18
Show Gist options
  • Save eekfonky/7b85b997ee7cea5cd0f12bc9783f365a to your computer and use it in GitHub Desktop.
Save eekfonky/7b85b997ee7cea5cd0f12bc9783f365a to your computer and use it in GitHub Desktop.
ChromeOS – removing SSH known_hosts from Chromebook
# Here is how to remove a known host fingerprint (from known_hosts) on a Chromebook.
term_.command.removeKnownHostByIndex(INDEX);
# Replace INDEX with the number obviously.
# To clear all the known hosts:
term_.command.removeAllKnownHosts();
@tda2806
Copy link

tda2806 commented Aug 5, 2020

You can also access the known_hosts file by Ctrl+RightClick on the SSH terminal window

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment