# Functions
AgentSocketName returns the socket name associated with the context or the return value of DefaultSockNameFunc() if there is no such socket name.
ImportAgentHostedPrivateKeyBytes returns the byte representation for an imported ssh public key and associated private key that is hosted in an ssh agent.
MustRegister is like Register but panics on error.
NewClient returns a new instance of Client.
NewHostedKey creates a connection to the users ssh agent in order to use the private key corresponding to the supplied public for signing operations.
NewHostedKeyFile calls NewHostedKey with the contents of the specified file.
Register registers the required functions for handling ssh public and private key files as well ssh agent hosted private key files via the x/ref/security/keys package.
WithAgentSocketName returns a context with the specified socket name.
# Variables
DefaultSockNameFunc can be overridden to return the address of a custom ssh agent to use instead of the one specified by SSH_AUTH_SOCK.