Keep a process running after ssh exit

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
Calendar October 19, 2022 (Updated October 22, 2023)