screen [add a detachable console when connecting through the SSH]
ctrl-a, ctrl-d [to detach the screen from current SSH]
screen -list [show the current screen]
screen -r {screen number} [to resume screen]
ctrl-a, k [to kill the screen session after you finish the work]