list_keyring_credentials
Identify hosts with saved credentials in the OS keyring to confirm access before using SSH or Proxmox commands. Outputs hostname and username for each entry.
Instructions
List hosts that have credentials stored in the OS keyring registry. Call this before ssh_discover or ssh_execute_command to check whether a host has stored credentials. Returns hostname and username per entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| credential_type | No | Credential type to list: 'ssh' (default) or 'proxmox' | ssh |