Skip to content

Instantly share code, notes, and snippets.

@joeletizia
Created July 8, 2015 13:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joeletizia/28bf1fe296421b6f6a47 to your computer and use it in GitHub Desktop.
Save joeletizia/28bf1fe296421b6f6a47 to your computer and use it in GitHub Desktop.
How to startup up tmux with a partner
# On the host machine, run
tmux -S /tmp/foo
chmod 777 /tmp/foo
# From the remote machine
ssh username@host
tmux -S /tmp/foo attach
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment