Re: VNC Connection Over SSH Problem

2006-11-15 Thread Grant Booth
Here's the final solution to my VNC over SSH Problem (I use this to support my Father since he is just beginning to use a computer) On remote machine enter this command: ssh -l username -R:5900:localhost:5900:address.no-ip.com note: address.no-ip.com is my ip address assigned to a dynamic DNS se

Re: VNC Connection Over SSH Problem

2006-11-06 Thread William Hooper
GB wrote: [snip] > 1. Initiate SSH Tunnel- From the vncviewer machine, I establish a ssh > tunnel connection with the following command in a terminal window: > > ssh 192.168.1.107 -l user_name -p 22 -L 5900:192.168.1.107:5900 [snip] > Here is where to problem occurs- I setup a dyndns entry with

Re: VNC Connection Over SSH Problem

2006-11-06 Thread Mick
On Sunday 05 November 2006 01:22, GB wrote: > I'm looking for assistance in diagnosing a problem with establishing a > VNC connection. The following is how I'm going about it: > > 1. Initiate SSH Tunnel- From the vncviewer machine, I establish a ssh > tunnel connection with the following command

VNC Connection Over SSH Problem

2006-11-04 Thread GB
I'm looking for assistance in diagnosing a problem with establishing a VNC connection. The following is how I'm going about it: 1. Initiate SSH Tunnel- From the vncviewer machine, I establish a ssh tunnel connection with the following command in a terminal window: ssh 192.168.1.107 -l user_na