So any guidance on how to set this up ?<br><br><div class="gmail_quote">On Sun, Apr 20, 2008 at 7:21 PM, Sam Noble <<a href="mailto:s@mnoble.net">s@mnoble.net</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d"><br>
On Sun, 2008-04-20 at 09:38 -0600, Beau Bechdol wrote:<br>
> Is there an advantage from one to another? Meaning is one faster than<br>
> another ?<br>
<br>
</div>X forwarding with ssh is really easy to quickly run an application<br>
(mostly because sshd is likely already configured properly), but VNC is<br>
more responsive over slow connections.<br>
<br>
A:<br>
username@host1$ssh -X username@host2<br>
<br>
username@host2$xlogo<br>
<br>
B:<br>
Turn on and configure VNC (on ubuntu it's likely already running via<br>
'vino' but that only works for existing logged in sessions. If you want<br>
to be able to log in and out etc you'll need to turn it on in your<br>
xorg.conf or equivalent)<br>
username@host1$ ssh -L 5901:localhost:5900 username@host2<br>
<br>
Then in another window:<br>
username@host1$ xvnc4viewer localhost:1<br>
<div><div></div><div class="Wj3C7c"><br>
_______________________________________________<br>
nmglug mailing list<br>
<a href="mailto:nmglug@nmglug.org">nmglug@nmglug.org</a><br>
<a href="https://nmglug.org/mailman/listinfo/nmglug" target="_blank">https://nmglug.org/mailman/listinfo/nmglug</a><br>
</div></div></blockquote></div><br>