+ Reply to Thread
Results 1 to 4 of 4

Thread: X Windows/GUI Apps through SSH

  1. #1
    Prog is offline Learning Programmer
    Join Date
    Jan 2007
    Posts
    98
    Rep Power
    0

    X Windows/GUI Apps through SSH

    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:

    Code:
    # ForwardX11 no
    Uncomment and set to yes

    Code:
    ForwardX11 yes
    Disconnected from SSH. Now when you want to connect via SSH and be able to run X application connect using this line:

    Code:
    ssh -X username@xxx.xxx.xxx.xxx
    Once you are connected you should be able to run any X application and it will present the GUI locally.

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Jordan Guest
    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.

  4. #3
    Tor
    Tor is offline Programming Expert
    Join Date
    Oct 2007
    Posts
    488
    Rep Power
    0
    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.

  5. #4
    Grub is offline Learning Programmer
    Join Date
    Dec 2006
    Posts
    57
    Rep Power
    0
    What does the -X mean in the SSH line?

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How to run .NET apps on Linux, MacOSX and Windows
    By thread in forum C# Programming
    Replies: 8
    Last Post: 10-21-2011, 07:22 PM
  2. Windows apps in python
    By arxh in forum Python
    Replies: 5
    Last Post: 08-08-2010, 03:24 AM
  3. Anyone else prefer command line apps to GUI apps?
    By DarkLordoftheMonkeys in forum General Programming
    Replies: 1
    Last Post: 01-21-2010, 12:31 PM
  4. Windows XP hidden apps
    By pranky in forum Tutorials
    Replies: 1
    Last Post: 01-21-2007, 05:48 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts