Re: Interrupting a schroot session
John Paul Adrian Glaubitz <[email protected]>
| Newsgroups | gmane.linux.debian.ports.hppa |
|---|---|
| Message-ID | <[email protected]> |
Hi! On 1/5/22 09:46, Tommi Höynälänmaa wrote: > Is it possible to close a SSH session in panama running a schroot > session and return to the same schroot session later? Yes, that's possible. The easiest way to achieve that is running the schroot command inside a screen session. Then you can just detach the screen, disconnect from SSH and then resume the screen session later after you reconnect. Adrian