We use screen to keep sessions going if the ssh connection drops. screen --version to see if its installed on your system, get your admin to install it if not. Then start a screen session from an ssh terminal: screen -S To reconnect if your ssh session drops reconnect with ssh then : screen -x