Re: [ubuntu-uk] Remote support using VNC over SSH (via another SSH server)

2010-03-19 Thread Rob Beard
Jon Spriggs wrote: > Create a file (one on each end) called ~/.ssh/config as follows > > # Remote machine > Host support > HostName central.server.address > IdentityFile ~/.ssh/private_key > User username > RemoteForward 12345 localhost:5900 > > # Your machine > Host support > H

Re: [ubuntu-uk] Remote support using VNC over SSH (via another SSH server)

2010-03-19 Thread Jon Spriggs
Create a file (one on each end) called ~/.ssh/config as follows # Remote machine Host support HostName central.server.address IdentityFile ~/.ssh/private_key User username RemoteForward 12345 localhost:5900 # Your machine Host support HostName central.server.address Identi