Skip to content
Snippets Groups Projects
Commit 3ed30db8 authored by Gaetan Bisson's avatar Gaetan Bisson
Browse files

fix FS#33836

parent 9ec2fbea
No related branches found
Tags 6.1p1-6
No related merge requests found
......@@ -4,7 +4,7 @@
pkgname=openssh
pkgver=6.1p1
pkgrel=5
pkgrel=6
pkgdesc='Free version of the SSH connectivity tools'
url='http://www.openssh.org/portable.html'
license=('custom:BSD')
......@@ -89,6 +89,7 @@ package() {
sed \
-e '/^#ChallengeResponseAuthentication yes$/c ChallengeResponseAuthentication no' \
-e '/^#PrintMotd yes$/c PrintMotd no # pam does that' \
-e '/^#UsePAM no$/c UsePAM yes' \
-i "${pkgdir}"/etc/ssh/sshd_config
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment