2017-01-23 05:26 pm

Directly attach screen/tmux over ssh session & save a useless parent bash process:

Run the following command:

ssh -t box screen -r
ssh -t box tmux a
ssh -t user@server screen -r
ssh -t user@server tmux a