How to reconnect SSH session using Screen
First start screen as it starts a new shell: You can now disconnect from that ssh session, as the processes in that screen shell continues to work. Reconnect to screen shell by establishing new ssh connection and typing: this reestablishes screen shell and you can continue your work where you stopped when disconnected.