Improved [SSH-7408] with 'AllowTcpForwarding'.

This commit is contained in:
Kamil Boratyński 2015-12-07 07:15:48 +01:00
parent 785119824e
commit 8c544846ab
1 changed files with 2 additions and 1 deletions

View File

@ -119,7 +119,8 @@
MaxSessions:2,4,8:< MaxSessions:2,4,8:<
PermitUserEnvironment:NO,,YES:=\ PermitUserEnvironment:NO,,YES:=\
GatewayPorts:NO,,YES:=\ GatewayPorts:NO,,YES:=\
PermitTunnel:NO,,YES:=" PermitTunnel:NO,,YES:=\
AllowTcpForwarding:NO,LOCAL,YES:="
for I in ${SSHOPS}; do for I in ${SSHOPS}; do
OPTIONNAME=`echo ${I} | cut -d ':' -f1` OPTIONNAME=`echo ${I} | cut -d ':' -f1`