Screen
From KlavoWiki
screen is a Linux command that allows you to resume your SSH session should you get disconnected.
To install screen:
yum -y install screen
To start a screen seccion just type screen form the CLI.
screen
If you get disconnected and need to resume your session of screen type:
screen -r