> Have you looked at wrapping VNC inside of an ssh connection?  You can use
> something like:
>
> ssh 5912:timslaptop:5901 t...@laptop.local
>
> and then connect using VNC and connecting to localhost:5912.
>
> I'm going off the top of my head for the commands, so you might have to
> play with it a bit.  Of course, this does require you to run VNC Server on
> your destination computer.

missing the -L:

ssh -L 5912:timslaptop:5901 t...@laptop.local
_______________________________________________
PLUG mailing list
PLUG@lists.pdxlinux.org
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to