---> Applications started through ssh alone cannot be detached. Maybe this technique will work ?
https://superuser.com/questions/1293298/how-to-detach-ssh-session-without-killing-a-running-process On Mon, Apr 28, 2025 at 1:29 PM Loïc Grenié <loic.gre...@gmail.com> wrote: > On Mon 28 apr, 2025, at 13:03, Mario Marietto wrote: > >> I think i can detach an application with ssh and a proper parameter. I >> dont understand what performs better. And whats better for my InterCube Os >> idea. Ssh or xpra or x2go. >> > > Applications started through ssh alone cannot be detached. > ssh -X remote.host xterm > will start an xterm on the remote host with display on my computer, but > if I terminate the ssh, the xterm will close. > I'm not familiar with x2go, but with xpra, you start the xpra server & > the xterm > on the remote host, and connect to it with a client, which can be > detached, killed > and changed as many times as you wish (including through an ssh > session!). > > Loïc > -- Mario.