mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-20 16:02:59 +02:00
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:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user