Leaving firefox running remotely through a ssh connection

Mike Klinke lsomike at futzin.com
Wed Aug 4 13:55:29 UTC 2010


On Tuesday 03 August 2010 18:38, Paul Smith wrote:

> However, I would like to leave firefox
> running remotely after quitting the ssh connection. Is that
> possible?
 
Another handy option might be to use vncserver/vncviewer to run the 
remote machine over the network.  You can also optionally connect 
through an ssh connection if you're trying to avoid the prying eyes 
of tcpdump etc. :


Remote Machine:
---------------
$ vncserver :1


Local Machine:
--------------
$ ssh -f -N -L 5900:localhost:5900 <user>@<remote IP>
$ vncviewer localhost


--Mike


More information about the users mailing list