ssh_key_load
Load an SSH private key into the running authentication agent. Use when a key is listed but not loaded.
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) |