Expand description
SSH agent client for communicating with a running agent.
This module provides client functions to communicate with an SSH agent over a Unix domain socket, enabling passphrase-free signing operations.
Enums§
- Agent
Status - Status of the agent connection.
Functions§
- add_
identity - Add an identity (private key) to the SSH agent.
- agent_
sign - Sign data using a key loaded in the SSH agent.
- check_
agent_ status - Check the status of the SSH agent.
- list_
identities - List all identities (public keys) loaded in the agent.
- remove_
all_ identities - Remove all identities (keys) from the SSH agent.