Disable SSH at the beginning.

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@1058 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-11-04 16:54:52 +00:00
parent 05402246c9
commit b493d055b7
3 changed files with 1 additions and 4 deletions

View File

@@ -2,5 +2,5 @@ ENABLE_SSH_KEYS=off
ENABLE_SSH_PROTOCOL1=off
ENABLE_SSH_PASSWORDS=on
ENABLE_SSH_PORTFW=off
ENABLE_SSH=on
ENABLE_SSH=off
__CGI__=CGI=HASH(0x840b7a0)

View File

@@ -34,4 +34,3 @@ usr/lib/openssh/ssh-keysign
#usr/man/man8/sshd.8
usr/sbin/sshd
#usr/share/Ssh.bin
var/ipfire/remote/enablessh

View File

@@ -89,7 +89,5 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
-e 's/^#\?X11Forwarding .*$$/X11Forwarding no/' \
-e 's/^#\?AllowTcpForwarding .*$$/AllowTcpForwarding no/' \
/etc/ssh/sshd_config
touch /var/ipfire/remote/enablessh
chown nobody:nobody /var/ipfire/remote/enablessh
@rm -rf $(DIR_APP)
@$(POSTBUILD)