SSH Access
Chaser provides a native SSH gateway for direct shell access to sandbox workspaces.
How it works
- Register your SSH public key with Chaser
- Connect using your workspace name as the SSH username
- Chaser resolves the workspace, ensures a sandbox session exists, and connects your PTY
Register SSH keys
CLI
REST API
Keys must be in OpenSSH format (<type> <base64> [comment]).
Account scoping
SSH keys are bound to the active account. Register a key on your personal account for personal workspaces, or on an organization account for team workspaces:
The same public key can be registered on multiple accounts.
Connect
The SSH gateway:
- Resolves the workspace name within the key’s account boundary
- Ensures a sandbox session is running for that workspace
- Connects you to an interactive PTY shell
Manage keys
Constraints
- SSH access is only available for sandbox workspaces
- Workspace name ambiguity is rejected — use unique names
- Authorization is based on key ownership and workspace account membership
