rwx ssh
Open an interactive SSH session with a running task.
Usage
rwx ssh [flags]
Description
rwx ssh opens an interactive SSH session with a running task. The task keeps running while you use the session.
See Remote debugging to compare rwx ssh with breakpoint sessions.
Examples
Open a session with a running task:
rwx ssh c2ba55ecd392583f4446323156d0e8bd
Open a named session:
rwx ssh --name investigate-timeout c2ba55ecd392583f4446323156d0e8bd
Arguments
<task-id> (required)
The ID of the running task to connect to.
Options
--name <name>
Name the SSH session. The name must be unique among the task's open debugging sessions.
Global options
--format <format>
Output format: text or json. Defaults to text.
--json
Output JSON data to stdout. Equivalent to --format json.
--access-token <token>
The access token for RWX. Defaults to the value of the $RWX_ACCESS_TOKEN environment variable.