-
Problem: unix listener too long for Unix domain socket
-
Solution:
mkdir ~/.ssh/controland modify~/.ssh/configuse the%Cformat instead of%r@%h:%p -
More Detail:
man ssh_configdefines the%Cformat as 'a hash of the concatenation: %l%h%p%r'
-
-
Save zh4n7wm/655c60551893e5cc0ffc197ed7bafae8 to your computer and use it in GitHub Desktop.
Fix unix_listener too long for Unix domain socket
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 * | |
| ControlPath ~/.ssh/control/%C | |
| ControlMaster auto |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment