How do you save your current SSH state on a remote machine and then recall that state at a later point?
I have seen it done but not sure of the software involved.
Answer
I'm not sure what you mean by "current SSH state", but maybe you're referring to the 'screen' program. This can be used to run programs on the remote host (typically a shell) and then be "detached" and reattached when logging in later. One can also resume a screen session after an SSH session got disconnected.
No comments:
Post a Comment