How to work in SSH without loosing work due to disconnection?
This is a problem I recently ran into and set out on the net to find an option. The answer I found was a cool thing called “screen”. Simply run “screen” once you have established an ssh session. If you get disconnected you can simply run “screen -d -r” to reconnect to what you were doing. Hope this helps someone else 🙂