9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] vncv over ssh
@ 2003-08-13 11:43 steve.simon
  0 siblings, 0 replies; 2+ messages in thread
From: steve.simon @ 2003-08-13 11:43 UTC (permalink / raw)
  To: 9fans

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re:  [9fans] vncv over ssh
@ 2003-08-13 16:42 Richard C Bilson
  0 siblings, 0 replies; 2+ messages in thread
From: Richard C Bilson @ 2003-08-13 16:42 UTC (permalink / raw)
  To: 9fans

> From: steve.simon@snellwilcox.com
>
> I'am trying to run vnc onto a Linux box over an ssh tunnel.

I do this all the time.

	sshnet 'your server name here'
	vncv localhost:1

What is perhaps confusing is the fact that vncv doesn't take host:port,
but rather host:display (much like X does), which winds up connecting
to port (display + 5900) on the remote host.

- Richard


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-08-13 16:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-13 11:43 [9fans] vncv over ssh steve.simon
2003-08-13 16:42 Richard C Bilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).