A Quick Tip for SSH Sessions:
You and another user can actually share a single terminal session! This is incredibly helpful for pair programming or troubleshooting, or whatever.
Here's how you do it:
- You both have to be logged in via SSH.
- One user starts a session
tmux new -s pair - The other attaches to it
tmux attach -t pair