How to run something through SSH that takes a long time without having to stay logged in:
- Log into ssh
- Execute
tmux
- Type command
CTRL-b d
to detach tmux. You can exit ssh.- When returning to server, execute
tmux attach
September 11, 2018
How to run something through SSH that takes a long time without having to stay logged in:
tmux
CTRL-b d
to detach tmux. You can exit ssh.tmux attach