edgeboxctl/internal/tasks
Paulo Truta 0d01066678 Add SSH key pair management tasks
Add generate_ssh_key, get_ssh_key, and revoke_ssh_key task types to
enable direct SSH access to an Edgebox instance. The generate task
creates an ED25519 key pair, installs the public key in authorized_keys,
and stores both keys plus the fingerprint in the option table. The
revoke task removes the key pair from disk, purges it from
authorized_keys, and clears the stored options.
2026-07-05 19:04:12 +00:00
..
tasks.go Add SSH key pair management tasks 2026-07-05 19:04:12 +00:00