Skip to content

RFC: opkssh-agent feature #109

@Foxboron

Description

@Foxboron

opkssh might want to issue certificates to keys that are only exposed in the ssh-agent keyring. As the ssh-agent protocol does not allow you to add a certificate without also providing a private key, we need to shim the socket.

This allows us a bit better control of how to provide keys and certificates to the ssh connection.

Usage:

$ eval $(ssh-agent)
$ export SSH_AUTH_SOCK=$(opkssh-agent ${SSH_AUTH_SOCK})

This would also allow us to run the -auto-refresh feature as part of the agent, instead of as a seperate invocation of opkssh login.

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