RE: SSH port forwarding not working?

2003-07-22 Thread George Peek
Make sure you check out tightVNC as it is deffinetly much faster and stable (more secure?). -Original Message- From: David Kellaway [mailto:[EMAIL PROTECTED] Sent: Friday, July 18, 2003 8:39 AM To: "Security-Basics" Cc: "Koji Nobumoto" Subject: Re: SSH port forwardi

Re: SSH port forwarding not working?

2003-07-18 Thread David Kellaway
-Basics" <[EMAIL PROTECTED]> Sent: Tuesday, July 15, 2003 5:38 PM Subject: Re: SSH port forwarding not working? > > In the article http://www.uk.research.att.com/vnc/sshvnc.html, > it says "the VNC protocol normally uses port 59xx", so that what > you shoul

Re: SSH port forwarding not working?

2003-07-17 Thread stephen at unix dot za dot net
on the topic of ssh tunnelling my friend has an analogue leased line (probably outdated overseas, but this is south afirca so ). the connection isn't _that_ fast as you can imagine if compared to diginet lines, but someone told me running a end to end ssh tunnel would speed things up (i thin

Re: SSH port forwarding not working?

2003-07-16 Thread Mike Cramp
Hi Jose, You need to add the -g option to allow remote hosts to connect to the port. Mike --- mikecc ([EMAIL PROTECTED]) grep mikecc /etc/passwd|cut -d":" -f5|sed s/,,,// On Mon, 14 Jul 2003, Jose Guevarra wrote: > Hi, > > I was using S

RE: SSH port forwarding not working?

2003-07-16 Thread Nawapong Nakjang`
PROTECTED] -Original Message- From: Jose Guevarra [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2003 11:09 AM To: Security-Basics Subject: SSH port forwarding not working? Hi, I was using SSH to encrypt a VNC session. For some reason, even though I seem to encrypt the session it doesn'

Re: SSH port forwarding not working?

2003-07-16 Thread Jose Guevarra
OK, I'm lame. I was connecting to the wrong port. I'm supposed to be connecting to 5901/tcp I believe what was confusing me was that nmap shows this on a machine running VNCserver.. Starting nmap V. 2.54BETA31 ( www.insecure.org/nmap/ ) Warning: You are not root -- using TCP pingscan rather

Re: SSH port forwarding not working?

2003-07-16 Thread Koji Nobumoto
Jose Guevarra <[EMAIL PROTECTED]> wrote "SSH port forwarding not working?" >Hi, > > I was using SSH to encrypt a VNC session. For some reason, even though >I seem to encrypt the session it doesn't work. > > I do > >$> ssh -2C -L 5801:vncserver:5801 loca

Re: SSH port forwarding not working?

2003-07-16 Thread Joerg Over Dexia
Hi there, Am 21:09 14.07.2003 -0700 teilte Jose Guevarra mir folgendes mit: -> I was using SSH to encrypt a VNC session. For some reason, even though ->I seem to encrypt the session it doesn't work. -> -> I do -> ->$> ssh -2C -L 5801:vncserver:5801 localhost >From my experience you also have t

Re: SSH port forwarding not working?

2003-07-16 Thread Mike Dresser
On 14 Jul 2003, Jose Guevarra wrote: > $> ssh -2C -L 5801:vncserver:5801 localhost > > this opens a port on my machine ( port 5801) to the vnc port on the > vncserver. I try to connect to it via vncviewer > > $> vncviewer localhost:1 > > That doesn't work. Try 5901, as the servers listen at 5900

SSH port forwarding not working?

2003-07-15 Thread Jose Guevarra
Hi, I was using SSH to encrypt a VNC session. For some reason, even though I seem to encrypt the session it doesn't work. I do $> ssh -2C -L 5801:vncserver:5801 localhost this opens a port on my machine ( port 5801) to the vnc port on the vncserver. I try to connect to it via vncviewer $>