Reverse SSH Tunnel possible? (wodSSHTunnel)
Henry,
what kind of SSH server are you connecting to? If it's OpenSSH you have to allow it in server configuration.
I think GatewayPorts is the keyword in sshd_config file. I have this for our tests:
GatewayPorts clientspecified
Kreso