Documentation

SSH

Add project SSH keys, launch a sandbox with SSH enabled, and connect while it is running.

Keys

Add public keys from the dashboard Settings page. Syva stores the project key set as /root/.ssh/authorized_keys and syncs it into active and new sandboxes.

Launch

Dashboard launches enable SSH automatically. API and SDK launches can enable SSH explicitly. Syva exposes TCP port 22, prepares /root/.ssh/authorized_keys, and starts sshd. Official Syva images include openssh-server.

Connect

The sandbox detail page shows the exact host and port while the sandbox is running.

Terminal
ssh root@<host> -p <port>