Displaying 1 result from an estimated 1 matches for "oforwardstdinandout".
Did you mean:
forwardstdinandout
2005 May 02
2
forwarding stdin/out to remote socket
Hi!
Some vnc clients has '-via ssh_gateway' option to simplify the setup
of ssh port forwarding. Basically the option implements the following
3 steps:
1. Find local port available for listening.
2. Fork/exec ssh -L found_port:vnc_host:vnc_port ssh_gateway sleep some_delay
3. Connect to the found_port
Although convenient the setup has its problems. First, it exposes the
remote vnc