How do detatch and reattach a x-forwarded ssh-session?

2

2

i have a linux-server and would like to run linuxdcpp (linux dc++) on it. for that I need to create a ssh connection with x-forwarding like:

ssh user@server -X

Then I need something like screen to start a session I can reattach later.

the thing with screen that it does not work. the moment I detach the screen session, the x-forwarded program stays open and will be terminated the moment I close it.

Is there something I can use for both: screen with x-forwarding?

entoer

Posted 2011-03-10T20:46:14.707

Reputation: 21

Answers

4

There are some hacks, none of which are very satisfying. The usual solution to this is to run a VNC or NX on the remote machine.

geekosaur

Posted 2011-03-10T20:46:14.707

Reputation: 10 195