# Packages
No description provided by the author
# Functions
IsAgentStopped lets you test if an error indicates that the agent has been stopped.
Start creates and starts an SSH Agent.
WithAgentSocketPath specifies the SSH_AUTH_SOCK path to create.
WithContext specifies a context.Context that agent will use and which can be cancelled, triggering the agent to stop.
WithControlSocketPath specifies the control socket (API) for the agent.
WithHooks registers the named hooks on the agent.
# Constants
CertExpirationFuzzWindow is the time, in seconds that we ask for a new cert in before the current cert expires.
DefaultTimeout is the default timeout for http calls to the CA.
TokenSizeLimit is the Authentication token size limit.
# Structs
Agent represents our agent.
Credential contains the private key and certificate in pem form.
# Interfaces
Option configures the agent.