> ## 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 Komodo machine.

## Usage

`komo machine ssh [OPTIONS] NAME`

## Options

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

## Examples

SSH into the machine named `dev`

```bash theme={null}
komo machine ssh dev
```
