ssh_key_load
Load an SSH private key into the running agent to fix authentication failures. Ensures the agent is active before adding the key.
Instructions
Load an SSH private key into the running agent. Ensures the agent is running first. Use this after ssh_key_list shows a key that is not loaded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyPath | Yes | Path to the SSH private key to load (e.g. ~/.ssh/id_ed25519) |