diff options
Diffstat (limited to 'contrib/redhat')
| -rw-r--r-- | contrib/redhat/openssh.spec | 4 | ||||
| -rw-r--r-- | contrib/redhat/sshd.pam | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec index bb9e4d616c98..10bdc1989a34 100644 --- a/contrib/redhat/openssh.spec +++ b/contrib/redhat/openssh.spec @@ -1,4 +1,4 @@ -%define ver 5.1p1 +%define ver 5.2p1 %define rel 1 # OpenSSH privilege separation requires a user & group ID @@ -333,7 +333,7 @@ fi %files %defattr(-,root,root) -%doc CREDITS ChangeLog INSTALL LICENCE OVERVIEW README* RFC* TODO WARNING* +%doc CREDITS ChangeLog INSTALL LICENCE OVERVIEW README* PROTOCOL* TODO WARNING* %attr(0755,root,root) %{_bindir}/scp %attr(0644,root,root) %{_mandir}/man1/scp.1* %attr(0755,root,root) %dir %{_sysconfdir}/ssh diff --git a/contrib/redhat/sshd.pam b/contrib/redhat/sshd.pam index e486077661c1..ffa5adbe58e5 100644 --- a/contrib/redhat/sshd.pam +++ b/contrib/redhat/sshd.pam @@ -1,6 +1,6 @@ #%PAM-1.0 auth required pam_stack.so service=system-auth -auth required pam_nologin.so +account required pam_nologin.so account required pam_stack.so service=system-auth password required pam_stack.so service=system-auth session required pam_stack.so service=system-auth |
