Skip to content

ssh error: <name> too long for Unix domain socket #1199

@cruise-bryan-murdock

Description

@cruise-bryan-murdock

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions