Setting up OpenClaw on a cloud VM
31–40 of 69 posts
Re: Setting up OpenClaw on a cloud VM
#32I'm surprised people don't use Lima (quick headless local VMs where you can mount a folder). [1] [1] - https://lima-vm.io/docs/examples/ai/
Re: Setting up OpenClaw on a cloud VM
#33Process isolation is not the danger with OpenClaw. Giving an LLM access to all your shit is the problem. My solution is to treat it like a human, give it it's own accounts, scoped to what you want it to do and accept the risks associated with that. If I had a human assistant I wanted to read my email, I'd set up an inbox for them specifically and forward what I want them to screen. I don't use OpenClaw, but have a similar harness I built that runs as an unprivileged Linux user with access to just what I want it to access.
I know it's not in vogue to actually know how technology works anymore, but we have literally decades worth of technology solutions for authentication/authorization, just fucking use it.
Re: Setting up OpenClaw on a cloud VM
#34I’m assuming the claw might eventually be compromised. If that happens, the damage is limited: they could steal the GLM coding API key (which has a fixed monthly cost, so no risk of huge bills), spam the endpoints (which are rate-limited), or access a Telegram bot I use specifically for this project
Re: Setting up OpenClaw on a cloud VM
#35Re: Setting up OpenClaw on a cloud VM
#36Your AI should not be in a position to submit a resignation email or send a text to your partner asking for a divorce.
As long as the email or text includes the disclaimer "generated with the assistance of artificial intelligence" then you should be fine.
You're absolutely right. Let's divorce.
I've emailed every lawyer in the state.
--
Sent from my OpenClaw
Re: Setting up OpenClaw on a cloud VM
#37It's hilarious watching people discover security again. Everyone plugging their favorite sandbox technology. Yes, sand boxing processes is a thing that has existed for a long time and there are a million tools that do it. Systemd has it built in for example. Even claude code itself has sandboxing and permissions built in. Process isolation is not the danger with OpenClaw. Giving an LLM access to all your shit is the…
Re: Setting up OpenClaw on a cloud VM
#38serious question why anyone on hn would run this?
I was in the repebble comments a few days ago and this person rolled their own for very obvious reasons: https://news.ycombinator.com/item?id=47078454
Re: Setting up OpenClaw on a cloud VM
#39Re: Setting up OpenClaw on a cloud VM
#40serious question why anyone on hn would run this?
Maybe a middle ground would be isolating it like the article suggests, and poking it with a stick (giving it limited, or newly created accounts) to see what it can do?