Displaying 1 result from an estimated 1 matches for "hello_echo".
2025 Jan 19
0
[Bug 3778] New: Custom PAM module's pam_info / pam_echo duplicated output when running on SSH
...sudo or su, and the
issue is not present.
----------
In order to reproduce this the simpler method will be to use
pam_echo.so module. 
PAM configuration file ( from Red Hat Enterprise Linux 9) on
/etc/pam.d/sshd
#%PAM-1.0
auth       substack     password-auth
auth       required     pam_echo.so hello_echo
auth       include      postlogin
account    required     pam_sepermit.so
account    required     pam_nologin.so
account    include      password-auth
password   include      password-auth
# pam_selinux.so close should be the first session rule
session    required     pam_selinux.so close
session...