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)