2017
-
01
-
23
05:26 pm
Entry tags:
devops
,
gnu
,
linux
,
macos
,
screen
,
sysadmin
,
tmux
,
unix
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
[
Home
|
Post Entry
|
Log in
|
Search
|
Browse Options
|
Site Map
]