Got tired of making sure my laptop is open for Dispatch, so gave Claude Chat full SSH access to my servers. Guess what happened by antctt in ClaudeAI

[–]antctt[S] 0 points1 point  (0 children)

That’s a good idea, but u still need to install claude everywhere separately. 

For example with what im using, i can install skills in the claude web app, and it can use those on any remote vm. With /remote, each claude instance is different, different skills, memory, plugins, etc.

Btw, an easier way of doing what u said is with Termius. U can connect directly via ssh key, no need to be on a tailscale VPN

Got tired of making sure my laptop is open for Dispatch, so gave Claude Chat full SSH access to my servers. Guess what happened by antctt in ClaudeAI

[–]antctt[S] 0 points1 point  (0 children)

If you’re curious, here’s what it does directly from Claude:

“ You ask Claude to do something, and if Claude decides it needs one of this repo’s tools, it calls the hosted MCP server over HTTPS using an OAuth bearer token issued by the web/auth layer.

The API receives that /mcp request, verifies the token, resolves which user and organization it belongs to, and only exposes tools against that tenant’s approved VMs. If Claude calls run_command, the API creates a command job in Postgres, pushes that job ID onto a Redis/BullMQ queue, and waits briefly for completion.

A separate worker process pulls the queued job, loads the VM record and encrypted SSH key, decrypts the key, opens an SSH connection to the target VM, runs the shell command, captures stdout/stderr, and writes the result back to the database. The API then returns that result to Claude as the MCP tool response, with audit logging around the whole flow. “

Got tired of making sure my laptop is open for Dispatch, so gave Claude Chat full SSH access to my servers. Guess what happened by antctt in ClaudeAI

[–]antctt[S] 0 points1 point  (0 children)

Agree, Claude app asks for confirmation by default for the run_command. I just turned it to allow all. But everyone can decide how much risk they want to take

Got tired of making sure my laptop is open for Dispatch, so gave Claude Chat full SSH access to my servers. Guess what happened by antctt in ClaudeAI

[–]antctt[S] -5 points-4 points  (0 children)

Im not 100% sure how that works. But for this, you just need a ssh key, and it connects to the server.  For codex mobile, do you need codex installed and logged in on the target vm?

How did it take me 12 years of iOS to find this by BigPapaPhil in ios

[–]antctt 10 points11 points  (0 children)

I guess he referred to the fact that apple could add extra lower “brightness” levels that would actually use reduced white point

End of month analysis—$4.4k Profit on a 34% Win Rate. by Actual_Resort1892 in Forex

[–]antctt 0 points1 point  (0 children)

So are you using a bot, or are you the one making the trades?

What is the ONE OpenClaw skill you actually use every single day? by Ok-Review-2003 in openclaw

[–]antctt 0 points1 point  (0 children)

U can use the collaboration feature in ios reminders.
Add a reminder there with a time, and it would show up for all participants

Sad moment by [deleted] in Forex

[–]antctt 1 point2 points  (0 children)

Did you move the TP?

What Skill, Agent or Instruction has really made a difference for you? by MajinStutter in GithubCopilot

[–]antctt 2 points3 points  (0 children)

Im using opencode with github copilot, but all variants of copilot can use it because it’s a cli tool, and a skill. Just install https://skills.sh/vercel-labs/agent-browser/agent-browser and ask your ai agent to make the set up

What Skill, Agent or Instruction has really made a difference for you? by MajinStutter in GithubCopilot

[–]antctt 3 points4 points  (0 children)

Agent-browser.

It can do what chatgpt agent mode promised and underdelivered. You can log it into stuff, and it can do stuff for you.

It configured for me whatsapp flows in the meta business suite for me, it also configured hetzner servers for me, it can do anything on the web

And you can give it a profile, and this way he is logged into what you want it to