> ## Documentation Index
> Fetch the complete documentation index at: https://docs.komodo.io/llms.txt
> Use this file to discover all available pages before exploring further.

# ssh

SSH into a running job.

## Usage

`komo job ssh [OPTIONS] JOB_ID`

## Options

| Option | Description | Type |
| ------ | ----------- | ---- |

## Examples

SSH into job `abcdef123456`

```bash theme={null}
komo job ssh abcdef123456
```
