d324939699
- createPVERole: use grep -qF + fallback to pveum role mod (was broken by single-quote-in-grep pattern: grep -q '^'OrcaOperator'') - createPVEUser: same idempotency fix (grep -qF + fallback to mod) - orca init: prints ssh-copy-id instructions with the orca public key path after generating the SSH keypair - docs/uat.md: removed manual pre-staging (ssh-keygen, ssh-copy-id with operator key, host-key fingerprint pinning). orca init handles key generation; node join uses the orca key by default; TOFU is automatic. Updated node join examples to not pass --ssh-key or --host-key-fingerprint. ---ci--- project: orca status: fix ---/ci---