ordo-agent
This document contains the help content for the ordo-agent command-line program.
Command Overview:
ordo-agent
Section titled “ordo-agent”Ordo agent — runs on each managed machine.
By default, listens on UDP port 4747 for an orchestrator discovery broadcast and connects automatically when one is received. Use the connect subcommand to connect directly to a known orchestrator address instead.
Usage: ordo-agent [OPTIONS] [COMMAND]
Subcommands:
Section titled “Subcommands:”connect— Connect directly to an orchestrator at a known address
Options:
Section titled “Options:”--data-dir <DATA_DIR>— Data directory for identity files--hostname <HOSTNAME>— Hostname to report to the orchestrator--config <CONFIG>— Path to the agent configuration file
ordo-agent connect
Section titled “ordo-agent connect”Connect directly to an orchestrator at a known address.
Reconnects automatically using exponential backoff if the connection drops or fails.
Usage: ordo-agent connect [OPTIONS] <ADDRESS>
Arguments:
Section titled “Arguments:”<ADDRESS>— Orchestrator address, e.g.192.168.1.10:4747
Options:
Section titled “Options:”-
--orchestrator-key <ORCHESTRATOR_KEY>— Hex-encoded Ed25519 public key of the orchestrator (64 hex characters).When provided, the agent uses the Noise IK handshake pattern, which completes in 1 round-trip. When omitted, the agent uses XX (trust-on-first-use) unless a key was previously pinned.
This document was generated automatically by
clap-markdown.