I have an application I wish to run on my VPS (a web browser actually, iceweasle or similar) and do not really want to install a full blown X server on there for practical reasons.
I have read I only require an X client (both my server and home computer use Ubuntu 10.06, and my server has xauth and sshd and whatnot set up) to run the programs, although with my own home's server.
How would I be able to do this?
I connect to my host with ssh -X foo@myserver although am completely unsure how to access its xauth, do you know of what I can do?
I may settle installing an x server on there to do a VNC instead.. Although it is just not a good idea as I am only occasionally using it.