@@ -507,7 +507,7 @@ check_ssh_nc() {
port=22
fi
- rep="$(nc -q1 $host $port </dev/null)"
+ rep="$(nc -w1 $host $port </dev/null)"
res=$?
if [ "$res" -ne "0" ]
then