screen -r // Using screen to handle disconnected ssh sessions
Before ssh, first initiate a “screen” session, ssh from there, then disconnect from the “screen window” – change locations, reconnect, all will be intact. Similar behavior in OSX and Linux, … Read More