ssh_known_hosts_fix
Remove a stale host key from known_hosts and re-scan the host to fix 'Host key verification failed' errors after server reprovisioning.
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) |