Files
tty7/.github/scripts
l0ng-ai 2e8a43a35e fix(settings): pass the host-boundary guard and follow the default keys
The passphrase box checks which key file is on this machine with
std::fs::metadata, which the host-boundary guard rejected; allowlist it
beside the existing std::fs::read entry for the same client-side key.

An empty key field now resolves to the ~/.ssh defaults build_spec_inner
offers, so a default encrypted key can be given a passphrase from the
form. The key is also re-resolved when host or user change, since they
fill %h/%r in the path. Drop the unused SettingsForget string.
2026-09-14 18:32:55 +08:00
..