|
|
|
|
|
by pseudonym
4308 days ago
|
|
You only make the initial instantiation once. - SSH to remote - on remote, run "screen" - get disconnected from remote - SSH to remote, .bashrc runs "screen -DR" and you resume from where you left off You only have to create the initial screen session once, and it persists until you explicitly shut it down or restart the remote machine. |
|
And what happens if I want to have two terminal tabs on my end logged into the same remote machine? (Which is basically 100% of the time for me.) It seems like that would be a case where mosh would be much smoother...
(Disclaimer: Once upon a time I used screen, but I stopped ages ago. mosh is intriguing, but as long as I'm working from home just plain vanilla ssh is all I really need...)