RE: Re: SSH Tunnelling

2003-11-28 Thread Christopher Mc Carthy
ssage- Date: Thu, 27 Nov 2003 11:21:10 -0800 From: Thomas Chen <[EMAIL PROTECTED]> To: William Hooper <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: SSH Tunnelling I got the vncviewer to work through SSH. Is there a way to set up the SSH connection so that it works for t

Re: SSH Tunnelling

2003-11-27 Thread Mike Miller
On Thu, 27 Nov 2003, Thomas Chen wrote: > I got the vncviewer to work through SSH. Is there a way to set up the > SSH connection so that it works for the Java viewer as well? Like, say > you connect via SSH and then use java instead of vncviewer to connect. > Is there a way to tunnel that through

Re: SSH Tunnelling

2003-11-27 Thread Thomas Chen
: Thomas Chen said: I read the link on realvnc.com about SSH tunnelling, but I am having trouble understanding it. This is how I interpreted it: -Install and run SSH Server on VNC server computer. -Run ssh -L x:localhost:y on VNC server computer ^ port num

Re: SSH Tunnelling

2003-11-27 Thread William Hooper
Thomas Chen said: > I read the link on realvnc.com about SSH tunnelling, but I am having > trouble understanding it. This is how I interpreted it: > > -Install and run SSH Server on VNC server computer. > -Run ssh -L x:localhost:y on VNC server computer

SSH Tunnelling

2003-11-27 Thread Thomas Chen
I read the link on realvnc.com about SSH tunnelling, but I am having trouble understanding it. This is how I interpreted it: -Install and run SSH Server on VNC server computer. -Run ssh -L x:localhost:y on VNC server computer -Connect in with remote computer to :x ? Tom

[patch] 4.0b3: ssh tunnelling support

2003-08-22 Thread Tim Waugh
Following a request I had for '-via' handling in RealVNC, here is the patch I used to make it happen. Tim. */ --- vnc-4.0b3-unixsrc/network/TcpSocket.cxx.via 2003-08-21 17:09:29.0 +0100 +++ vnc-4.0b3-unixsrc/network/TcpSocket.cxx 2003-08-21 18:24:29.0 +0100 @@ -49,6 +49,29 @@