I found that, exporting DISPLAY=:0.0 and starting a gnome app (xclock) would run on remote machine. The issue , when i log out of SSH, the xclock closes on the remote machine. I wanted it run there until i quit or kill it from remote machine itself. Is there way achieve it ?.
feedback
|
|
If I understand your question correctly, the X Server is on the remote machine. Then you just need to filter the HUP signal with Another nice command is | |||
|
feedback
|
|
Sounds like you are tunneling X through ssh which would explain why it shuts down with ssh. You will need to configure your X client to access the server directly. | |||||
feedback
|