I learned this and thought I would share. First check the /etc/ssh/ssh_config on the server you want to use X Applications/GUI - Look for this line:
Uncomment and set to yesCode:# ForwardX11 no
Disconnected from SSH. Now when you want to connect via SSH and be able to run X application connect using this line:Code:ForwardX11 yes
Once you are connected you should be able to run any X application and it will present the GUI locally.Code:ssh -X username@xxx.xxx.xxx.xxx
I've used this before. There is also some software that we purchased here at work (I believe it was around $1000). I can't think of the name of it but it was horrible and did this same thing.
Neat! I've heard of a Windows Software that does this as well which sets up an X server on your windows machine and allows you to connect Linux + Windows GUIs. HummingBird, but I think it is costly.
What does the -X mean in the SSH line?
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks