Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions content/manuals/ai/sandboxes/integrations/claude-desktop.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ host.

## Connect

> [!WARNING]
Comment thread
craig-osterhout marked this conversation as resolved.
> Connecting Claude Desktop to a sandbox over SSH transmits Anthropic
> credentials into the Claude Code process within the sandbox, reducing
> isolation guarantees.

Confirm that you can connect to the sandbox from a terminal:

```console
Expand All @@ -45,6 +50,15 @@ picker might initially open at `/home/agent`.
For more connection options, see the Claude Desktop instructions for
[SSH sessions](https://code.claude.com/docs/en/desktop#ssh-sessions).

## Troubleshoot a broken SSH connection after token refresh

The SSH connection drops when the Anthropic token expires and needs to be
refreshed. To work around this, run the sandbox manually from your host:

```console
$ sbx run --name <sandbox-name>
```

## Troubleshoot SSH connection timeouts on Windows

Claude Desktop requires Git on Windows. If an SSH connection times out and the
Expand Down