Loading GUI on host machine through SSH with X11 forwarding

Posted by cdated on Stack Overflow See other posts from Stack Overflow or by cdated
Published on 2010-06-09T15:00:03Z Indexed on 2010/06/09 15:02 UTC
Read the original article Hit count: 252

Filed under:
|
|

I've got applications on my host machine running fine by runnning:

$ssh -X user@host
Welcome to host
$firefox

Firefox proceeds to run in client display from the host machine.

How do I get firefox to load on the host machine's display so I could remotely manage the host machine's running GUI applications? I need my application to load a GUI on a remote machine without walking to that machine.

© Stack Overflow or respective owner

Related posts about ssh

Related posts about x11