Displaying 1 result from an estimated 1 matches for "secureauth".
2025 Jan 19
0
[Bug 3778] New: Custom PAM module's pam_info / pam_echo duplicated output when running on SSH
...Product: Portable OpenSSH
Version: 9.9p1
Hardware: Other
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: PAM support
Assignee: unassigned-bugs at mindrot.org
Reporter: jcastillo at secureauth.com
I'm currently developing a custom PAM module to add MFA to Linux
authentication, and I'm encountering an issue when message printed via
pam_info function are being printed twice if my module is called on ssh
authentication.
I tested this on two ways by using my own simple PAM module b...