Skip to main content
By using SSH, you can securely connect to a remote command-line environment, transfer files through protocols such as SCP or SFTP, and work with software that relies on SSH-based connections.

Quickstart

1

Build the SSH template

Define a template that includes an OpenSSH server for SSH access and websocat for forwarding WebSocket-based connections:
Now build it:
2

Launch a sandbox from that template

3

Connect from your local machine


How it works

Websocat acts as the proxy, and SSH connections are forwarded over WebSocket through the sandbox’s exposed ports.
Last modified on June 4, 2026