openssh: keep ListenAddress commented, listen on IPv6 by default too.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Template file for 'openssh'
|
# Template file for 'openssh'
|
||||||
pkgname=openssh
|
pkgname=openssh
|
||||||
version=6.7p1
|
version=6.7p1
|
||||||
revision=5
|
revision=6
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-tcp-wrappers --datadir=/usr/share/openssh
|
configure_args="--without-tcp-wrappers --datadir=/usr/share/openssh
|
||||||
--sysconfdir=/etc/ssh --without-selinux --with-privsep-user=nobody
|
--sysconfdir=/etc/ssh --without-selinux --with-privsep-user=nobody
|
||||||
@@ -39,7 +39,6 @@ post_install() {
|
|||||||
vinstall LICENCE 644 usr/share/licenses/${pkgname}
|
vinstall LICENCE 644 usr/share/licenses/${pkgname}
|
||||||
|
|
||||||
sed -i \
|
sed -i \
|
||||||
-e 's|^#\(ListenAddress 0.0.0.0\)|\1|g' \
|
|
||||||
-e 's|^#\(UsePAM\) no|\1 yes|g' \
|
-e 's|^#\(UsePAM\) no|\1 yes|g' \
|
||||||
-e 's|^#\(ChallengeResponseAuthentication\) yes|\1 no|g' \
|
-e 's|^#\(ChallengeResponseAuthentication\) yes|\1 no|g' \
|
||||||
-e 's|^#\(PrintMotd\) yes|\1 no|g' \
|
-e 's|^#\(PrintMotd\) yes|\1 no|g' \
|
||||||
|
|||||||
Reference in New Issue
Block a user