Re: Accessing dynamically multiple VNC servers using SSH
From: Darren Tucker (dtucker_at_dodgy.net.au)
Date: 04/28/04
- Next message: Bob: "Re: SSH without a "Username or Password"?"
- Previous message: Darren Tucker: "Re: What is the difference between local port forwarding (-L) and remote port forwarding (-R)"
- In reply to: Sven Hubschmid: "Re: Accessing dynamically multiple VNC servers using SSH"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 28 Apr 2004 02:50:50 +0000 (UTC)
In article <408e4086$1_2@news.bluewin.ch>,
Sven Hubschmid <shubschmid@student.ethz.ch_delete_me> wrote:
>>
>> Use a "dynamic port forward" (eg OpenSSH's -D) and socksify your VNC
>> client ?
>>
>This could be possible. Do you have a link to read more about the
>dynamic port forward feature of SSH (the man page I red already)?
There's not much more to it than what's in the man page: run ssh -D
[port] then use localhost [port] as a SOCKS server. Here's a complete
(if trivial) example:
$ ssh -D 1080 -v localhost -N -f
$ connect -5 -S 127.0.0.1:1080 localhost 25
The first line will start a ssh session then run in the background, the
second will use ssh as a SOCKS5 server to connect to the mailserver on
the local machine.
--
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69
Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.
- Next message: Bob: "Re: SSH without a "Username or Password"?"
- Previous message: Darren Tucker: "Re: What is the difference between local port forwarding (-L) and remote port forwarding (-R)"
- In reply to: Sven Hubschmid: "Re: Accessing dynamically multiple VNC servers using SSH"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|