feat(ssh): pre-populate vault password in auth prompts for MFA (fixes #9911) (#11170)
* feat(ssh): pre-populate vault password in auth prompts for MFA use cases When a keyboard-interactive password prompt is shown and the response field is empty, load and pre-fill the saved vault password. This lets users with hardware tokens (e.g. YubiKey) press their token to append a TOTP to the pre-filled base password without re-typing it. Also pre-fill the prompt-password modal with the vault password so the same workflow applies when SSH password auth is used with MFA. Closes #9911 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * fix(ssh): remove unnecessary null coalescing in loadPassword call Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
S
syrexjohnson committed
02216ff4e7a0c3a34338c8a52dbd12b40e373cc5
Parent: 1e262cb
Committed by GitHub <noreply@github.com>
on 4/21/2026, 8:15:19 PM