I need to establish a persistent disconnection-proof terminal session similar to what the dtach, abduco or tmux tools provide, but with a big constraint: I cannot install any software and the only tools I have available are OpenSSH and BusyBox.
I need a full persistent terminal session that I can connect, disconnect and reconnect to. Its state must be saved and any running command must continue running on disconnection.
Do OpenSSH or BusyBox provide any session management facility? Can it be implemented with some shell magic using only OpenSSH and BusyBox?