Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: Running X applications over SSH

  1. #11

    Re:Running X applications over SSH

    definately add the X tunneling ;D

  2. #12

    Re:Running X applications over SSH

    A quick tip for those who are on a local network and want an Xsession from another box:

    Xnest -query remotelinbox :3

    This will actually shoot back a full X session, login screen and all. It's really cool - I use it at work a lot. It works with anything that runs X, too, so Solaris and linux and anything else whose x server does xdmcp should work fine. On the host serving up X, you'll need to enable XDMCP in your gdm/kdm/xdm config file (in /etc/X11).

    Enjoy.

  3. #13
    Senior Member
    Join Date
    Nov 2001
    Posts
    419

    Re:Running X applications over SSH

    Never seen the ssh -D gorn. That's actually pretty useful. :-)

    I do SSH tunnels like this

    SSH -L local_port:destination:destination_port you@sshserver.com

    That'll forward any connections on whatever local port you specify, to the destination address on the port specified.

    BTW I just tried doing X forwarding from my Powerbook to my 1.33ghz Athlon. All I can say is....

Similar Threads

  1. Run folding as service
    By Outlaw in forum General Chat
    Replies: 8
    Last Post: 03-11-2006, 02:11 PM
  2. Linux Benchmarking
    By comtux in forum Linux - General Topics
    Replies: 2
    Last Post: 01-08-2005, 12:17 AM
  3. Active Directory LDAP Compliance
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-04-2005, 02:34 AM
  4. Windows CE FAQ
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-01-2005, 02:00 AM
  5. running remote command, then leave it running
    By Blaqb0x in forum Linux - General Topics
    Replies: 1
    Last Post: 10-03-2003, 10:36 PM

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
  •