Encrypt to SSH recipient age
Reuse an existing SSH key as the age recipient/identity; no new keys to manage
age -R ~/.ssh/id_ed25519.pub -o out.age file && age -d -i ~/.ssh/id_ed25519 out.age
Reuse an existing SSH key as the age recipient/identity; no new keys to manage
age -R ~/.ssh/id_ed25519.pub -o out.age file && age -d -i ~/.ssh/id_ed25519 out.age