Files
0xJacky 5f26a639fe refactor(host): drop the unused password authentication plumbing
The nginx control settings validator only ever accepted key
authentication and nothing set a password reference, so the auth method
and password fields, the password branch in the SSH client, the runner
warning, the API payload fields, the TS types and the doc rows all
carried state that could never be exercised. Remove them; the SSH client
now always authenticates with the configured private key.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
2026-09-02 23:19:50 +08:00
..