Connect from the tools you already use
Add one key-only host to ~/.ssh/config and use the normal ssh command. The same paid pane also remains available through the Terminalbox browser terminal and CLI.
SSH into one persistent Debian environment from your laptop or a compatible coding-agent app. Files, processes, and tmux stay available while your paid plan is active.
$ claude
Claude Code · /workspace/repo
> Refactor data loader to stream results and add tests.
I'll refactor the data loader to use a streaming approach and add comprehensive tests.
Plan
Edit src/loader/stream.ts
+ 142 − 68
Edit test/loader/stream.test.ts
+ 211
Bash npm test
> 32 passed (1.2s)
✓ All tests passing.
>
Add one key-only host to ~/.ssh/config and use the normal ssh command. The same paid pane also remains available through the Terminalbox browser terminal and CLI.
Paid panes do not depend on an open browser tab. Files, background processes, and the tmux-backed terminal continue while the subscription is active.
The gateway supports shell and remote-command sessions for the pane’s unprivileged user. It deliberately rejects TCP, agent, X11, and filesystem forwarding.
Base includes one persistent environment. Copy the pane slug from the dashboard; the gateway uses that slug as the SSH username.
Open Dashboard → Settings → SSH → Inbound access and add your public key. The matching private key stays on your own device.
Replace the pane slug and private-key path in the host block below, then run ssh terminalbox-workspace. Verify the published host-key fingerprint on first connection.
Yes. The free browser SSH client connects outward from a Terminalbox pane to a server you already control. This paid gateway connects inward from your local SSH client to a persistent Terminalbox pane.
Inbound access is key only. Add a public key in Terminalbox settings and keep the private key on your device. Password login is not available on the gateway.
Use the pane slug as the username, terminalbox.ai as the host, and port 2222. A pane must belong to your paid account before its slug is accepted.
No. It supports interactive shells and remote commands only. TCP, agent, X11, and filesystem forwarding are rejected, so choose a VPS when those capabilities are required.
No. Terminalbox provides a managed isolated container and an unprivileged user, not a root-capable VPS or dedicated public IP.
Apps that connect through a normal SSH shell and support a custom port and identity can use the same named host. Terminalbox documents tested product-specific setup separately; check the app’s current requirements before buying.
The SSH connection ends, but the paid workspace and tmux session stay online while the subscription is active. Reconnect later through SSH, the browser terminal, or the Terminalbox CLI.
Plans start at €6 per month for one hosted coding-agent terminal.