ssh_scan
Scan a network to discover available SSH hosts for secure remote administration and system management tasks.
Instructions
Escanear red para encontrar hosts SSH disponibles
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | Yes | Red a escanear (ej: 192.168.1.0/24) |
Input Schema (JSON Schema)
{
"properties": {
"network": {
"description": "Red a escanear (ej: 192.168.1.0/24)",
"type": "string"
}
},
"required": [
"network"
],
"type": "object"
}