Run a process that continues after exiting an SSH connection
- ssh into the machine.
- Install
tmux
if the machine doesn't already have it:sudo apt install tmux
. - Run
tmux
. - Run the command you want to continue.
- Hit
ctrl+b
and thend
. You should see adetached
note after doing so.
All done!