Lets say I have firefox running on a server. Can I ssh into the server and display the firefox windows on the client? I don't mean open new windows or a new session from the client, rather I want to display and modify the 3 windows I left running on the server. Or would I have to use VNC instead?

link|improve this question
feedback

migrated from stackoverflow.com Jun 30 '11 at 22:30

This question came from our site for professional and enthusiast programmers.

2 Answers

No, X doesn't work like this.

VNC does. I think NX does that too.

link|improve this answer
feedback

SSH with X forwarding doesn't work that way...that is unless you use screen command and launch the browser windows after in a screen session, this way you can quit the ssh session and come back to the screen session later with all the windows still up(though I don't know why you would launch three different sessions of firefox instead of just using tabs).

To display and modify any programs that are open to the current user that is logged in via a graphical windows environment on the machine you would have to use VNC. I would suggest TightVNC.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.