diff options
Diffstat (limited to 'core/openssh')
-rw-r--r-- | core/openssh/PKGBUILD | 6 | ||||
-rw-r--r-- | core/openssh/sshd.pam | 17 |
2 files changed, 8 insertions, 15 deletions
diff --git a/core/openssh/PKGBUILD b/core/openssh/PKGBUILD index 5b57749eb..165097d82 100644 --- a/core/openssh/PKGBUILD +++ b/core/openssh/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 171552 2012-11-19 03:55:36Z bisson $ +# $Id: PKGBUILD 177604 2013-02-08 03:12:11Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: Aaron Griffin <aaron@archlinux.org> # Contributor: judd <jvinet@zeroflux.org> 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 @@ sha1sums=('751c92c912310c3aa9cadc113e14458f843fc7b3' 'f9af4a442b804ab661cec0edb25dd76dee16d8d2' 'e12fa910b26a5634e5a6ac39ce1399a132cf6796' 'ec102deb69cad7d14f406289d2fc11fee6eddbdd' - '659e3ee95c269014783ff8b318c6f50bf7496fbd' + 'd93dca5ebda4610ff7647187f8928a3de28703f3' '1488d4ed33cf3037accf4b0e1c7a7e90b6a097c7') backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd' 'etc/conf.d/sshd') diff --git a/core/openssh/sshd.pam b/core/openssh/sshd.pam index aeef8be27..7ecef084d 100644 --- a/core/openssh/sshd.pam +++ b/core/openssh/sshd.pam @@ -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 |