Status: IN
SSH public keys are deployed via `ftl.host.ansible.posix.authorized_key()` using the full FQCN pattern, supporting user/key/state parameters.
Source: repo:ftl2-agentcraft/ftl2_agentcraft/scripts/sandbox.py
await ftl.agent_vm.ansible.posix.authorized_key(
user="admin",
key=admin_pubkey,
state="present",
)