mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-09-03 07:24:52 +08:00
POST host/setup/known-host and hostSetup.trustHostKey had no UI callers and were a weaker duplicate of host-key/trust, which checks the algorithm and requires explicit confirmation. hostssh.ScanHostKeys had no callers and ClassifyHostKeys was only used by tests; the tests now exercise ClassifyScannedHostKeys like production code does. forgetDetected in the wizard composable was exported but unused. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>