Pair programming with tmux
Server:
bash
tmux -2 -S /tmp/pair new-session -s PairProgramming
chmod 777 /tmp/pair
Client:
bash
tmux -2 -S /tmp/pair attach-session -t PairProgramming