From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: steve.simon@snellwilcox.com To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] vncv over ssh Date: Wed, 13 Aug 2003 12:43:24 +0100 Topicbox-Message-UUID: 1929db94-eacc-11e9-9e20-41e7f4b1d025 Hi, I'am trying to run vnc onto a Linux box over an ssh tunnel. I can see two ways to do this, using sshnet to see the linux boxes network and then connect to /net.alt/!localhost/5901. This appears to stumble as vncv uses unix format IP addresses (host:port) rather than plan9 format. Alternatively (and neater) the remote Xvnc server can run in 'inetd' mode which makes it run the VNC protocol over stdin/out. I have a feeling that this could work with trampoline or perhaps clever use of /srv but I'am not sure how... any clues? -Steve