Produkt / SSH

KI-SSH-Ersatz.Eine Binary.

Eigenständige cmdok-Binary. SSH, exec, Übergabe an den CMDOP KI-Agenten — Installation in einer Zeile.

Try `cmdop connect` (CLI)

CLI documentation
SSH Session
Policy checked

$ cmdop ssh prod-eu-web-01

Connected to prod-eu-web-01

workspace policy: team-prod-access

deploy@prod-eu-web-01:~$ tail -n 50 /var/log/app.log

[warn] timeout on upstream payment-api

[info] retry success in 120ms

SSH + team safety
SSH sessions
14 today
Access checks
100%
History
saved

SSH UX-Panels

CLI: cmdop connect

Interactive picker, fuzzy hostname/UUID, exec, share links, multi-workspace.

cmdop connect # picker

cmdop connect exec vps-audi -- uname -a

cmdop connect share vps-audi --ttl 24h

Desktop: machine inspector

Pick a machine in the Desktop app and chat with the agent on it directly — no local LLM in the middle.

open Desktop → Machines tab

click vps-audi

chat goes straight to the remote agent

Server-to-server: ask_agent

Any agent on any machine can ask another agent for help, single-host or fan-out.

ask_agent(machine="vps-audi", prompt="…")

ask_agents(machines=["vps-audi","mac-studio"], prompt="…")

Team-sicheres SSH in drei Schritten

Schritt 1

Register the machine

Run `cmdop register` (or `cmdop agent start` for headless) on the machine. It joins your workspace.

Schritt 2

Connect from anywhere

CLI picker, Desktop machines tab, or another agent — all reach the same machine through the same identity.

Schritt 3

Ask, share, automate

One-shot exec, persistent sessions, share links with TTL, agent-to-agent prompts — same surface, same audit log.

Warum Teams zu CMDOP SSH wechseln

Subcommand tree

`cmdop connect` ships exec, share, key, workspace, password — all behind the same identity & permission gate.

cmdop connect exec

cmdop connect share

cmdop connect key

cmdop connect workspace

cmdop connect password

Workspaces & identity

Multi-workspace switching, OAuth fallback, fuzzy machine resolver (hostname / display name / UUID prefix).

cmdop connect workspace use prod

cmdop connect workspace sync

Server-to-server

Agents on different machines can ask each other things — single host or fan-out — with the same auth and rules.

ask_agent(machine, prompt)

ask_agents(machines, prompt, timeout_ms)

SSH mit Richtlinien und Klarheit ausfuhren

Behalten Sie Kommandozeilen-Geschwindigkeit und fugen Sie Team-Governance standardmäßig hinzu.