openssh: allow login with password by default.

This commit is contained in:
Enno Boland 2016-02-22 13:42:32 +01:00
parent 1e0ed984c9
commit ca84fd0a9a
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'openssh'
pkgname=openssh
version=7.1p2
revision=1
revision=2
build_style=gnu-configure
configure_args="--sbindir=/usr/bin --datadir=/usr/share/openssh
--sysconfdir=/etc/ssh --without-selinux --with-privsep-user=nobody
@ -42,6 +42,7 @@ post_install() {
sed -i \
-e 's|^#\(UsePAM\) no|\1 yes|g' \
-e 's|^#\(PermitRootLogin\) .*|\1 yes|g' \
-e 's|^#\(ChallengeResponseAuthentication\) yes|\1 no|g' \
-e 's|^#\(PrintMotd\) yes|\1 no|g' \
${DESTDIR}/etc/ssh/sshd_config