Keep a process running after ssh exit
# 0. ssh into the machine
# 1. start the program
# 2. hit Ctrl-Z to return to the shell
# 3.
bg
# 4.
disown
# 5. you can now exit the ssh connection
# 0. ssh into the machine
# 1. start the program
# 2. hit Ctrl-Z to return to the shell
# 3.
bg
# 4.
disown
# 5. you can now exit the ssh connection