Displaying 1 result from an estimated 1 matches for "72c72".
Did you mean:
72172
2003 Sep 26
1
openssh-3.7.1p2: no pam_close_session() invocation
...hat the forked child process that calls the sshpam_cleanup()
function is forked before the parent calls do_pam_session() (which sets
sshpam_session_open to true).
pam_close_session() will be invoked by removing surrounding if-statement.
Is this a bug?
My changes to the default sshd_conf are:
72c72
< UsePAM yes
---
> #UsePAM yes
83c83
< UsePrivilegeSeparation no
---
> #UsePrivilegeSeparation yes
96c96
< #Subsystem sftp /local/libexec/sftp-server
---
> Subsystem sftp /local/libexec/sftp-server
By the way: This is a bug in the documentation: The default for U...