1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-03 00:57:52 +02:00

Add credential prompts for PKCS11-based SSH keys

This commit is contained in:
Jadeiin
2025-06-16 03:32:15 +08:00
committed by Stefan Haller
parent 80887f5791
commit b5c2524d75
2 changed files with 8 additions and 1 deletions

View File

@ -391,6 +391,7 @@ func (self *cmdObjRunner) getCheckForCredentialRequestFunc() func([]byte) (Crede
`Username\s*for\s*'.+':`: Username,
`Enter\s*passphrase\s*for\s*key\s*'.+':`: Passphrase,
`Enter\s*PIN\s*for\s*.+\s*key\s*.+:`: PIN,
`Enter\s*PIN\s*for\s*'.+':`: PIN,
`.*2FA Token.*`: Token,
}