list_remote_sessions
List persistent sessions on a remote ai-tmux server with optional status filtering. Use returned session IDs to reattach to sessions.
Instructions
List persistent sessions on a remote ai-tmux server (use session_id to reattach). Optionally filter by status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | SSH host IP or hostname | |
| port | No | SSH port (default: 22) | |
| user | Yes | ||
| status | No | Filter by session status (e.g. 'running', 'idle') | |
| key_path | No | SSH private key path | |
| password | No | Optional if using key auth | |
| ignore_host_key | No |