Skip to content

Handle if the socket exists when a service tries to start tkey-ssh-agent #115

@dehanj

Description

@dehanj

Today tkey-ssh-agent creates a unix socket which is used to communicate with the ssh client.

If the tkey-ssh-agent is run in a service, and is not exited gracefully - the socket might not be removed properly. This prevents the service from starting again, since tkey-ssh-agent automatically fails if a socket already exists with the same path. This forces the user to manually remove the existing socket, before the service will start again.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions