Improved [SSH-7408] with 'Port'.

This commit is contained in:
Kamil Boratyński 2015-12-05 21:46:44 +01:00
parent c394024769
commit 96dfb5cf15
1 changed files with 2 additions and 1 deletions

View File

@ -112,7 +112,8 @@
X11Forwarding:NO,,YES:=\
MaxAuthTries:1,3,6:<\
ClientAliveCountMax:2,4,16:<\
ClientAliveInterval:300,600,900:<"
ClientAliveInterval:300,600,900:<\
Port:,,22:!"
for I in ${SSHOPS}; do
OPTIONNAME=`echo ${I} | cut -d ':' -f1`