the universal sandbox runtime for agents and humans. pocketenv.io
sandbox openclaw agent claude-code vercel-sandbox deno-sandbox cloudflare-sandbox atproto sprites daytona
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

Log SSH session connection info

+4
+4
apps/api/src/ssh/index.ts
··· 127 127 } 128 128 }); 129 129 130 + consola.info( 131 + `Connecting SSH session ${sessionId} to ${ssh.data?.hostname}, username ${ssh.data?.username}…`, 132 + ); 133 + 130 134 client.connect({ 131 135 host: ssh.data?.hostname, 132 136 port: 22,