Skip to content

Instantly share code, notes, and snippets.

@eliotsykes
Created June 27, 2012 15:26
Show Gist options
  • Save eliotsykes/3004830 to your computer and use it in GitHub Desktop.
Save eliotsykes/3004830 to your computer and use it in GitHub Desktop.
SSH connection sharing in multiple terminals
# Put this in your local ~/.ssh/config to be prompted for password only once for multiple terminals
ControlMaster auto
ControlPath /tmp/ssh_mux_%h_%p_%r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment