open_session
Open a new SSH session to any host, run it in tmux for persistence, and get a session ID for subsequent operations.
Instructions
Open a new SSH session in a tmux window. Returns the session_id.
The host can be an SSH config alias or a hostname/IP. The session_id will be in the format 'user@host-'. The initial snapshot is included in the response to verify connection success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | ||
| port | No | ||
| username | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |