fix: restore SSH connection timeout to 120s for 2FA authentication #494

Merged
ZacharyZcR merged 1 commits from fix/2fa-timeout into dev-1.10.1 2026-01-12 07:28:38 +00:00

1 Commits

Author SHA1 Message Date
ZacharyZcR
c1cb105971 fix: restore SSH connection timeout to 120s for 2FA authentication
The timeout was reduced from 120s to 30s in v1.10, causing 2FA login
failures. Users with keyboard-interactive authentication (TOTP/2FA)
need sufficient time to enter their verification codes before the
SSH connection times out.

Fixes #404
2026-01-12 13:55:27 +08:00