Improved [SSH-7408] with 'PermitTunnel'.

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

View File

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