Persistent SSH Sessions Using tmux

# 1. Create a new tmux session.
tmux

# 2. Then detach using Ctrl + b, then hit d.

# 3. Reattach to the session using the following command:
tmux attach -t 0

Check out these notes...