Re: perl ssh vnc tunnel

2004-05-16 Thread Paul D. Kraus
On Sun, May 16, 2004 at 10:42:11AM -0500, Andrew Gaffney wrote: > Paul D. Kraus wrote: > >I am trying to write a quick script that will establish an ssh tunnel to a > >remote linux server that will let me run vncviewer on any machine behind > >that > >machine. > > > >I have this ... > >system ( "s

Re: perl ssh vnc tunnel

2004-05-16 Thread Andrew Gaffney
Paul D. Kraus wrote: I am trying to write a quick script that will establish an ssh tunnel to a remote linux server that will let me run vncviewer on any machine behind that machine. I have this ... system ( "ssh -g -C -L 5900:machinebehindserver:5900 remotelinuxserver" ); system ( "vncviewer local