Last active
January 20, 2019 15:53
-
-
Save si9ma/cf0d32d257c6d89e07a755fbe45672fa to your computer and use it in GitHub Desktop.
ssh reuse connections
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Host * | |
ControlMaster auto | |
ControlPath ~/.ssh/sockets/%r@%h-%p | |
ControlPersist yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment