ssh_known_hosts_fix
Fixes 'Host key verification failed' errors by removing stale SSH host keys and re-scanning the server to add the current key.
Instructions
Remove a stale host key from known_hosts and re-scan the host to add the current key. Use this when you see 'Host key verification failed' errors, typically after a server has been recreated or reprovisioned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | SSH hostname or IP address | |
| port | No | SSH port (default: 22) |