You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@monrorMe old hosts should eventually just be ignored unless a discover picks them up, but if you want to permanently delete them you can do that now with some sqlite commands:
delete from hosts where hostport = '1.2.3.4:22';
delete from host_creds where hostport = '1.2.3.4:22';
delete from host_changes where hostport = '1.2.3.4:22';
Adding a ssh-auditor host delete command would be pretty easy.
Many thanks
The text was updated successfully, but these errors were encountered: