Remove Known Host of Secure Shell on Chromebook
SSH Chromebook secure shell-
Open Javascript console by CTRL + Shift + J
- Remove one known host by index. Index is a number.
term_.command.removeKnownHostByIndex(index)
- Remove all known hosts.
term_.command.removeAllKnownHosts()
Written on November 10, 2017