Skip to content

Instantly share code, notes, and snippets.

@andyvanee
Last active November 30, 2023 04:19
Show Gist options
  • Star 55 You must be signed in to star a gist
  • Fork 6 You must be signed in to fork a gist
  • Save andyvanee/bcf95b1044b80e72b4a42933549a079b to your computer and use it in GitHub Desktop.
Save andyvanee/bcf95b1044b80e72b4a42933549a079b to your computer and use it in GitHub Desktop.
Fix unix_listener too long for Unix domain socket
Host *
ControlPath ~/.ssh/control/%C
ControlMaster auto
  • Problem: unix listener too long for Unix domain socket

  • Solution: mkdir ~/.ssh/control and modify ~/.ssh/config use the %C format instead of %r@%h:%p

  • More Detail: man ssh_config defines the %C format as 'a hash of the concatenation: %l%h%p%r'

@komapa
Copy link

komapa commented Oct 4, 2018

Amazing, thank you for pointing this solution out!

@tedpearson
Copy link

This just helped me, thanks!

@kongpingfan
Copy link

Thanks a lot! SOLVED MY PROBLEM~

@wolandtel
Copy link

Thank you.

@ramankhurana
Copy link

worked in first attempt. Thanks for providing this solution.

@margaret77
Copy link

really help! Thanks a lot :)

@boopathid
Copy link

Great, helped me solve the mystery.

@ZiyunYang
Copy link

Works for me!!!! Thanks!

@Arullaldivakar
Copy link

Thanks

@vikasvysetti
Copy link

Thanks! this helped.

@bdmorin
Copy link

bdmorin commented Mar 3, 2021

perfect fix, thnx

@paoloromolini
Copy link

Thanks!

@chx-hu
Copy link

chx-hu commented Jun 24, 2022

Thanks a lot!

@cruepprich
Copy link

Thank you!

@sallelujah
Copy link

👍

@samtregar
Copy link

Worked for me! AWS host names are so long!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment