summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-09-18 12:49:16 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-09-18 12:49:16 -0700
commit4bd2875aba497cb762d6a748125613bf1cb73980 (patch)
tree3386b751533c1b3e2a11874eed40236b1227e4e5
parentUpdated to 8.7p1 (diff)
downloadopenssh-4bd2875aba497cb762d6a748125613bf1cb73980.tar.xz
Rebuild with config fix
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b9def32..c5b6ff8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@
pkgname=openssh
pkgver=8.7p1
-pkgrel=1
+pkgrel=2
pkgdesc='Premier connectivity tool for remote login with the SSH protocol'
url='https://www.openssh.com/portable.html'
license=('custom:BSD')
@@ -101,7 +101,7 @@ package() {
install -Dm644 contrib/ssh-copy-id.1 "${pkgdir}"/usr/share/man/man1/ssh-copy-id.1
sed \
- -e '/^#ChallengeResponseAuthentication yes$/c ChallengeResponseAuthentication no' \
+ -e '/^#KbdInteractiveAuthentication yes$/c KbdInteractiveAuthentication no' \
-e '/^#PrintMotd yes$/c PrintMotd no # pam does that' \
-e '/^#UsePAM no$/c UsePAM yes' \
-i "${pkgdir}"/etc/ssh/sshd_config