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 dto 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:
tmuxCTRL-b d to detach tmux. You can exit ssh.tmux attach