Remove known host from Secure Shell
Open up Secure Shell as a browser tab. Go
'that-funny-button-for-misc-options' --> More Tools--> Developer ToolsGo to the Console tab. In the console, enter the following, where foo is the index number of the host record that you need to remove.
term_.command.removeKnownHostByIndex(foo)