Displaying 1 result from an estimated 1 matches for "96c96".
Did you mean:
9696
2003 Sep 26
1
openssh-3.7.1p2: no pam_close_session() invocation
...() (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 UsePAM in
3.7.1p2 is "no" while "#UsePAM yes" implies the opposite.
Regards,
Carsten
--
Dr. C...