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