Support for multiple auths in sequence
Eröffnet am: 2019-06-26 17:19
Letztes Update: 2019-06-26 18:00
Auswertung: | bajanduncan | Verantwortlicher: | (Keine) |
---|---|---|---|
Priorität: | 5 - Mittel | Meilenstein: | (Keine) |
Typ: | Funktionsanfragen | Schweregrad: | 5 - Mittel |
Komponente: | TTSSH | Status: | Offen |
Lösung | Duplicate |
Einzelheiten
I'm trying out Tera Term, and need to connect to a server that first offers password auth, and then switches to keyboard interactive for the 2-factor stage.
If I use OpenSSH (the .exe available on Windows 10), the debug logs look like:
debug1: Authentications that can continue: publickey,gssapi-with-mic,password < snip lines about trying to find a keypair > debug1: Next authentication method: password user@host's password: <password here> Authenticated with partial success debug1: Authentications that can continue: publickey,gssapi-with-mic,keyboard-interactive debug1: Next authentication method: keyboard-interactive debug1: read_passphrase: can't open /dev/tty: No such file or directory Duo two-factor login for user Enter a passcode or select one of the following options: 1. Duo Push to +number Passcode or option (1-1): <yubikey output> debug1: Authentication succeeded (keyboard-interactive). debug1: Entering interactive session. prompt $>
When using Tera Term, I can only configure a single authentication method, and thus can never complete the kbdi option.
It would be nice if Tera Term supported this chaining - I've been unable to find anything in the manual about doing partial authentication.
Letzte Aktualisierung für dieses Ticket
2019-06-26 18:00 Aktualisiert von: maya
- Lösung Update from Keine to Duplicate
- Komponente Update from (Keine) to TTSSH
Kommentar
About Multi-Factor authentication, duplicate with #31493.