With my ASUS Chromebox3 setup on my home network I swap out Raspberry Pi microsd cards and two PRi boxes frequently and thus get lots of error messages using Secure Shell App version 0.33:
...It is also possible that a host key has just been changed.
The fingerprint for the ECDSA key sent by the remote host is
SHA256:GI2DxFovgicutBlcSayQUtoOlbhFFopjIj80czovsE8.
Please contact your system administrator.
Add correct host key in /.ssh/known_hosts to get rid of this message.
Offending ECDSA key in /.ssh/known_hosts:1...
I used to be able to clear these issues using the Ctrl+Shif+j and using the command:
> term_.command.removeAllKnownHosts();
However now I am getting the message:
... VM172:1 Uncaught TypeError: term_.command.removeAllKnownHosts is not a function
at <anonymous>:1:15
and I am stuck. Any obvious stuff I could try - been searching for a few hours and tried a few things but no progress as I really don't know a lot about ssh etc.
