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.

Pass empty passphrase to key generator

+1 -1
+1 -1
apps/web/src/pages/settings/sshkeys/SshKeys.tsx
··· 16 16 ); 17 17 18 18 const onGenerate = async () => { 19 - const keypair = await generateEd25519SSHKeyPair(); 19 + const keypair = await generateEd25519SSHKeyPair(""); 20 20 setPrivateKey(keypair.privateKey); 21 21 setPublicKey(keypair.publicKey); 22 22 };