Hacker News new | ask | show | jobs
by citiguy 1495 days ago
Isn't this just:

$ ssh <hostname>

$ tmux --list-sessions

and

$ tmux --attach-session -t <session #>

?