https://bugzilla.mindrot.org/show_bug.cgi?id=2876
Darren Tucker <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Darren Tucker <[email protected]> --- (In reply to Damien Miller from comment #1) > You should try disabling password authentication and using > keyboard-interactive authentication instead, as it allows > informational prompts. Looking at the code, I think it's the case for keyboard-interactive too: sshpam_query([...] case PAM_ERROR_MSG: case PAM_TEXT_INFO: /* accumulate messages */ len = plen + mlen + 2; [etc] I think it's that way because the same conversation function had to handle both Protocol 2 keyboard-interactive and Protocol 1 TIS challenge-response. The latter is fairly limited, but is now (mercifully) gone. -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
