ssh_list_servers
Retrieves a list of all configured SSH servers with connection details, excluding secrets. Use this to discover server names for other tools.
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 | |||