ssh_key_load
Load an SSH private key into the running agent to enable authentication. Use this after listing keys to add an unloaded 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) |