You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My corporate network has some long usernames and hostnames and the default settings for ssh uses a ControlPath that includes those long names. This can result in socket names that are too long which gives the error in the title of this issue. I found the solution to this which is to set ControlPath=~/.ssh/master-socket/%C but changing my .ssh/config file does not change the behavior of labgrid. Somewhere in the labgrid code, I guess, the ControlPath needs to be changed to use %C