create_connection
Open and track SSH sessions to remote machines using machine_id, enabling reuse for subsequent operations. Integrates with SSH MCP Server for secure command execution.
Instructions
Open an SSH session to the given machine and track it in global state so subsequent tool calls can reuse it.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
machine_id | Yes | ID from get_available_connections | |
title | Yes | Purpose of this session (displayed in UIs) |