Date: Monday, February 4, 2013 @ 14:51:17 Author: bisson Revision: 177030
implement FS#33696 Modified: openssh/trunk/PKGBUILD openssh/trunk/sshd.pam ----------+ PKGBUILD | 4 ++-- sshd.pam | 17 +++++------------ 2 files changed, 7 insertions(+), 14 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-02-04 13:10:00 UTC (rev 177029) +++ PKGBUILD 2013-02-04 13:51:17 UTC (rev 177030) @@ -5,7 +5,7 @@ pkgname=openssh pkgver=6.1p1 -pkgrel=4 +pkgrel=5 pkgdesc='Free version of the SSH connectivity tools' url='http://www.openssh.org/portable.html' license=('custom:BSD') @@ -30,7 +30,7 @@ 'f9af4a442b804ab661cec0edb25dd76dee16d8d2' 'e12fa910b26a5634e5a6ac39ce1399a132cf6796' 'ec102deb69cad7d14f406289d2fc11fee6eddbdd' - '659e3ee95c269014783ff8b318c6f50bf7496fbd' + 'd93dca5ebda4610ff7647187f8928a3de28703f3' '1488d4ed33cf3037accf4b0e1c7a7e90b6a097c7') backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd' 'etc/conf.d/sshd') Modified: sshd.pam =================================================================== --- sshd.pam 2013-02-04 13:10:00 UTC (rev 177029) +++ sshd.pam 2013-02-04 13:51:17 UTC (rev 177030) @@ -1,13 +1,6 @@ #%PAM-1.0 -#auth required pam_securetty.so #Disable remote root -auth required pam_unix.so -auth required pam_env.so -account required pam_nologin.so -account required pam_unix.so -account required pam_time.so -password required pam_unix.so -session required pam_unix_session.so -session required pam_limits.so -session optional pam_loginuid.so --session optional pam_ck_connector.so nox11 --session optional pam_systemd.so +#auth required pam_securetty.so #disable remote root +auth include system-remote-login +account include system-remote-login +password include system-remote-login +session include system-remote-login
