My remote host uses an alternate port for ssh. According to the docs, I should be able to supply supplemental configuration environment variable (SSH_ARGS) to specify that port, but it doesn't work, as in:
SSH_ARGS="-p 2222"
In the function "available_devicepair()", there is a call to the ssh program that does NOT supply the ${SSH_ARGS} variable to the ssh program. This causes the connection to hang up, time out and fail when an alternate ssh port is used.
My remote host uses an alternate port for ssh. According to the docs, I should be able to supply supplemental configuration environment variable (SSH_ARGS) to specify that port, but it doesn't work, as in:
SSH_ARGS="-p 2222"
In the function "available_devicepair()", there is a call to the ssh program that does NOT supply the ${SSH_ARGS} variable to the ssh program. This causes the connection to hang up, time out and fail when an alternate ssh port is used.