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