Files
nginx-ui/api/host
0xJacky 58de54733d refactor(host): drop dead host key helpers and the legacy known-host route
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>
2026-09-02 21:09:24 +08:00
..