Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.dedaluslabs.ai/llms.txt

Use this file to discover all available pages before exploring further.

A session is a short-lived authorization to connect over real . The machine wakes if it was sleeping.
dedalus ssh <machine_id>
machine_id
string
required
The machine to open SSH access to.
public_key
string
required
Your OpenSSH public key, such as the contents of ~/.ssh/id_ed25519.pub.

Manage sessions

dedalus machines:ssh list --machine-id <machine_id>
dedalus machines:ssh retrieve --machine-id <machine_id> --session-id <session_id>
dedalus machines:ssh delete --machine-id <machine_id> --session-id <session_id>
machine_id
string
required
The machine that owns the SSH session.
session_id
string
required
The SSH session to retrieve or delete.
Last modified on May 2, 2026