From e6eaa4ec2fa8b7a4f390e16d01b1d936f8a54c2c Mon Sep 17 00:00:00 2001 From: ms Date: Tue, 21 Feb 2006 21:26:55 +0000 Subject: [PATCH] SSH von vornherein aktiviert git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@68 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8 --- lfs/openssh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/openssh b/lfs/openssh index 2061f3b49..b9db94f86 100644 --- a/lfs/openssh +++ b/lfs/openssh @@ -98,7 +98,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) -e 's/^#\?X11Forwarding .*$$/X11Forwarding no/' \ -e 's/^#\?AllowTcpForwarding .*$$/AllowTcpForwarding no/' \ /etc/ssh/sshd_config - touch /var/ipfire/remote/enable - chown nobody:nobody /var/ipfire/remote/enable + touch /var/ipfire/remote/enablessh + chown nobody:nobody /var/ipfire/remote/enablessh @rm -rf $(DIR_APP) @$(POSTBUILD)