J.J. Frister said: > here's some additional info: > > PUTTY hostname: linuxbox, port 22, tunnels: L5903 localhost:5903 > > The only refernce to port forwarding in sshd_config is: X11Forwarding yes
SSH also has AllowTcpForwarding (which is what you are looking for), but unless it has been changed by SuSE it defaults to yes. > While running sshd -d on linuxbox, these are the messages that appear when > Wintel TightVNC viewer tries to connect to localhost:3: > 3004: debug1: fd 11 setting TCP_NODELAY > 3004: debug1: channel 0: new [unknown (remote did not supply name)] > 3004: debug1: channel 0: not connected: Connection refused > 3004: debug1: channel 0: zombie > 3004: debug1: channel 0: garbage collecting > 3004: debug1: channel_free: channel 0: unknown (remote did not supply > name), > nchannels 1 This verifies that at least the SSH server is seeing the request. Hmm.. have you verified that your VNC server is running on port :3? Try doing a "telnet localhost 5903" on the VNC server. That will verify that "localhost" is resolving and the VNC server is running. IIRC a "connection refused" at that point means that your destination port is refusing the connection. -- William Hooper _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
