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

# ssh

> Interactive device selector — the fastest way to connect.

Running `crcli ssh` with no arguments opens an interactive, searchable list of all your devices. No device ID needed.

```shell theme={null}
crcli ssh
```

A list of your devices appears. Type to filter by hostname or IP, use arrow keys to navigate, and press Enter to connect.

<Tip>
  This is the fastest way to SSH into a device when you don't know the exact hostname. crcli fetches your full device list and lets you fuzzy-search it in the terminal.
</Tip>

## Direct Connection

If you know the device, skip the selector:

```shell theme={null}
# By hostname
crcli devices ssh bigip-prod-01

# By UUID
crcli devices ssh 3f2c1a4b-0d9e-4f7a-8b6c-1e2d3c4b5a6f
```

See the [devices ssh](/crcli/commands/devices#devices-ssh) reference for the full flag set.
