···1515│ │ └── Rust library containing business logic, consumed by `wire`
1616│ ├── cli
1717│ │ └── Rust binary, using `lib`
1818-│ └── key_agent
1818+│ └── agent
1919│ └── Rust binary ran on a target node. receives key file bytes and metadata w/ protobuf over SSH stdin
2020├── doc
2121│ └── a [vitepress](https://vitepress.dev/) site
+1-1
doc/guides/keys.md
···3838Otherwise, you may see errors such as:
39394040```
4141-error: cannot add path '/nix/store/...-wire-tool-key_agent-x86_64-linux-...' because it lacks a signature by a trusted key
4141+error: cannot add path '/nix/store/...-wire-tool-agent-x86_64-linux-...' because it lacks a signature by a trusted key
4242```
43434444This is a requirement because `nix copy` is used to copy the binary.
+1-1
doc/guides/non-root-user.md
···5656 INFO eval_hive: evaluating hive Flake("/path/to/hive")
5757...
5858 INFO media | step="Upload key @ NoFilter" progress="3/4"
5959-deploy-user@node:22 | Authenticate for "sudo /nix/store/.../bin/key_agent":
5959+deploy-user@node:22 | Authenticate for "sudo /nix/store/.../bin/agent":
6060[sudo] password for deploy-user:
6161```
6262