Skip to main content
Running crcli ssh with no arguments opens an interactive, searchable list of all your devices. No device ID needed.
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.
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.

Direct Connection

If you know the device, skip the selector:
# By hostname
crcli devices ssh bigip-prod-01

# By UUID
crcli devices ssh 3f2c1a4b-0d9e-4f7a-8b6c-1e2d3c4b5a6f
See the devices ssh reference for the full flag set.