-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels