mirror of
https://github.com/jnovack/autossh.git
synced 2021-09-26 16:11:30 +03:00
clarify SSH_BIND_IP warning
This commit is contained in:
committed by
Justin J. Novack
parent
75cfb7f843
commit
413ce5b2eb
@@ -32,7 +32,7 @@ if [[ $(id -u) != "0" ]]; then
|
||||
fi
|
||||
|
||||
if [ ! -z "${SSH_BIND_IP}" ] && [ "${SSH_MODE}" = "-R" ]; then
|
||||
echo "[WARN ] SSH_BIND_IP requires additional server configuration to work properly"
|
||||
echo "[WARN ] SSH_BIND_IP requires GatewayPorts configured on the server to work properly"
|
||||
fi
|
||||
|
||||
# Pick a random port above 32768
|
||||
|
||||
Reference in New Issue
Block a user