So I would run "username@host1$ ssh -L 5901:localhost:5900 username@host2" on the remote machine or my laptop ?<br><br><div class="gmail_quote">On Tue, Apr 22, 2008 at 1:05 AM, Andrew Farnsworth <<a href="mailto:farnsaw@stonedoor.com">farnsaw@stonedoor.com</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;">Beau,<br>
  Inline below are the instructions for doing X-forwarding via SSH, just<br>
run the command as shown there.  For example I would run:<br>
<br>
andy-farnsworths-macbook:~ billybob$ ssh -X <a href="mailto:billybob@trash.stonedoor.com">billybob@trash.stonedoor.com</a><br>
Password:<br>
<br>
And get this as the results:<br>
<br>
Linux trash 2.4.27-3-686 #1 Tue May 30 00:56:40 UTC 2006 i686<br>
<br>
The programs included with the Debian GNU/Linux system are free software;<br>
the exact distribution terms for each program are described in the<br>
individual files in /usr/share/doc/*/copyright.<br>
<br>
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent<br>
permitted by applicable law.<br>
You have new mail.<br>
Last login: Wed Apr 16 12:22:19 2008 from <a href="http://some.random.host.comcast.net" target="_blank">some.random.host.comcast.net</a><br>
farnsaw@flash:~$<br>
<br>
Then just run your X Applications (such as xeyes or xearth) and it<br>
should appear on your local machine.<br>
<br>
You do the same thing for VNC but you need to get the VNC server up and<br>
running, then execute the ssh command as shown below and you will find<br>
that if you use the VNC Client to connect to localhost, it will go<br>
across your tunnel to the linux box and you will have the screen<br>
available locally.<br>
<br>
Andy Farnsworth<br>
<div class="Ih2E3d"><br>
Beau Bechdol wrote:<br>
> So any guidance on how to set this up ?<br>
><br>
> On Sun, Apr 20, 2008 at 7:21 PM, Sam Noble <<a href="mailto:s@mnoble.net">s@mnoble.net</a><br>
</div><div class="Ih2E3d">> <mailto:<a href="mailto:s@mnoble.net">s@mnoble.net</a>>> wrote:<br>
><br>
><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<br>
>     than<br>
>     > another ?<br>
><br>
>     X forwarding with ssh is really easy to quickly run an application<br>
>     (mostly because sshd is likely already configured properly), but<br>
>     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<br>
>     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>
><br>
>     _______________________________________________<br>
>     nmglug mailing list<br>
</div>>     <a href="mailto:nmglug@nmglug.org">nmglug@nmglug.org</a> <mailto:<a href="mailto:nmglug@nmglug.org">nmglug@nmglug.org</a>><br>
<div class="Ih2E3d">>     <a href="https://nmglug.org/mailman/listinfo/nmglug" target="_blank">https://nmglug.org/mailman/listinfo/nmglug</a><br>
><br>
><br>
</div>> ------------------------------------------------------------------------<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>
><br>
<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>