LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   headless server (https://www.linuxquestions.org/questions/linux-general-1/headless-server-190038/)

gravij 06-05-2004 11:53 AM

headless server
 
I want to setup remote X but I am a little confused about what options I have.

My server (x client?) doesn't have any input or graphics card.

Do I install X11 on it and set that up to forward or can I do something with VNC or do I have do to do something with Xvfb?

I'm just trying this stuff out and ideas would be fantastic.

hw-tph 06-05-2004 12:24 PM

You will need the basic X libraries and programs installed, but you don't need to actually configure X on the headless computer. If you do it like I usually do you can just enable X forwarding in the sshd_config on the server computer and then ssh to the server from an xterm (aterm, wterm, Eterm, Console...whatever) using ssh -X user@host and launch graphical applications on the server that will display on your local computer (using the local X server for display).


Håkan

gravij 06-06-2004 07:24 AM

Thanks for that. Works great.


All times are GMT -5. The time now is 09:54 PM.