Permita que outro usuário acesse sua sessão tmux:
# specify the name of your tmux socket with -S when creating it
tmux -S /tmp/pair
# chmod to allow other users to access it
chmod 777 /tmp/pair
Agora, uma vez que a outra pessoa entrou em sua caixa de desenvolvimento, seja um VPS ou uma instância na “nuvem”.
# now the other user can connect with
tmux -S /tmp/pair attach