ssh_key_manage
Manage SSH host key fingerprints in the local known_hosts file. Actions include verifying, checking, listing, accepting, and removing keys for specified servers.
Instructions
Manages SSH host key fingerprints in your local known_hosts file for the named server. The action parameter selects: verify, check, and list are read-only comparisons or listings; accept adds or updates the host key in known_hosts; remove deletes it. accept and remove mutate local state and are blocked on servers configured as readonly. server is required for every action except list. autoAccept defaults to false and should be used with caution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform | |
| server | No | Server name (required for most actions) | |
| autoAccept | No | Automatically accept new keys (use with caution) |