Displaying 2 results from an estimated 2 matches for "pam_info".
Did you mean:
apm_info
2025 Jan 19
0
[Bug 3778] New: Custom PAM module's pam_info / pam_echo duplicated output when running on SSH
https://bugzilla.mindrot.org/show_bug.cgi?id=3778
Bug ID: 3778
Summary: 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...
2008 Nov 05
3
Keyboard-interactive authentication from a PAM module
Hello,
I am developing a PAM module that is called from OpenSSH server when a
ssh-client wants to login in the machine. I want my module PAM to send a
message to the ssh-client as soon as the PAM module is called by using the
pam_info function, but I have checked that the message is not instantly
shown in the client unless I send a prompt.
I would like to find a way to send the message instantly from my PAM module
without prompting. Any suggestions?
Thanks a lot