If you know the index of the offending host entry (it's usually reportedby ssh if the connection fails) you can open the JavaScript console andtype...term_.command.removeKnownHostByIndex(index)Replace index with the numeric, one-based host index.If you don't know the index, or you'd like to clear all known hosts,type...term_.command.removeAllKnownHosts()
--
You received this message because you are subscribed to the Google Groups "chromium-hterm" group.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-hterm/46c49ef6-82c3-4134-a57c-9badb947b638%40chromium.org.
--
You received this message because you are subscribed to the Google Groups "chromium-hterm" group.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-hterm/78035878-ae5b-4122-9252-6c90a41b704f%40chromium.org.
--
You received this message because you are subscribed to the Google Groups "chromium-hterm" group.
--
You received this message because you are subscribed to the Google Groups "chromium-hterm" group.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-hterm/f50549c7-694f-456d-8ebf-a57760f804a5%40chromium.org.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-hter...@chromium.org.
--
You received this message because you are subscribed to the Google Groups "chromium-hterm" group.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-hterm/b65e0b7c-1e79-470f-9d1e-b2a052f18e05%40chromium.org.
I though, for sure, that it'd honor "-o StrictHostKeyChecking=no":
But surprisingly:
And further... adding "-o UserKnownHostsFile=/dev/null" seemed to cause SecureShell to hang...
--
You received this message because you are subscribed to the Google Groups "chromium-hterm" group.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-hterm/CAASY7xBjugK0D0Rg5LNzyEOAC%2B_xHMWxwcv6SfNQGMOirLiXFA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-hterm/5e38811d-3b57-4e7a-954a-3950ef8f16e7%40chromium.org.
if you pick a bogus path like /dev/f, that seems to do the trick.
term_.command.removeKnownHostByIndex('10:a5:a3:13:3a:65:a7:77:88:2c:07:26:62:58:49:e0')
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-hterm/117110b4-721c-4d1f-b515-74a6fe8289b1%40chromium.org.
term_.command.removeKnownHostByIndex(2)
#where (2) is the number in the line above, “--
You received this message because you are subscribed to the Google Groups "chromium-hterm" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-hterm+unsubscribe@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-hterm/7df689a5-f879-44f2-860d-31ce73f15531%40chromium.org.
This message may contain confidential information that may also be privileged. Unless you are the intended recipient or are authorized to received information for the intended recipient, you may not use, copy, or disclose the message in whole or in part. If you have received this message in error, please advise the sender by reply email and delete all copies of the message. Thank you.
--
You received this message because you are subscribed to the Google Groups "chromium-hterm" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-hter...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-hterm/d9afcd2c-11a2-464b-9144-17ec0aec51efn%40chromium.org.