1
0
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:
Elliott Balsley
2021-02-11 09:59:02 -05:00
committed by Justin J. Novack
parent 75cfb7f843
commit 413ce5b2eb

View File

@@ -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