ssh_list_servers
Lists all configured SSH servers with metadata like host, user, port, and authentication type. Read-only operation that does not expose secrets.
Instructions
Lists all SSH servers defined in the loaded configuration, returning for each the name, host, user, port, authentication type (password or key), default directory, and description. Read-only and local: it reads configuration only and opens no SSH connections. Deliberately omits secrets, so no passwords, key paths, passphrases, or sudo passwords are returned. Takes no parameters. Useful as a first call to discover which server names other tools accept.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||