Skip to content

Instantly share code, notes, and snippets.

@iegik
Created February 11, 2021 11:05
Show Gist options
  • Save iegik/523c085d3246248a0b75beaf8559d855 to your computer and use it in GitHub Desktop.
Save iegik/523c085d3246248a0b75beaf8559d855 to your computer and use it in GitHub Desktop.

Share TTY

On remote screen:

ssh foo@bar

screen -d -m -S shared

On local screen:

screen -x shared

Tmux

Ctrl+B " - split screen vertically
Ctrl+B % - split screen horisontally
Ctrl+B o - switch between screens
Ctrl+B 0..9 - select screen 0..9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment