ssh_keyscan
Retrieve SSH key fingerprints from remote hosts to verify server identity and establish secure connections for system administration tasks.
Instructions
Obtener fingerprint de claves SSH de un host
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | Host para obtener claves SSH |
Input Schema (JSON Schema)
{
"properties": {
"host": {
"description": "Host para obtener claves SSH",
"type": "string"
}
},
"required": [
"host"
],
"type": "object"
}