Encryption using SSH Keys with age in Linux

27 points by WorksOnMyMachine


technomancy

Additionally, the ssh-agent is not supported.

Oof; what a drag. I'd be happy to replace my use of gpg entirely, but not having agent support is a deal-killer.

Side Note: I’ll use base64 encoding to make it more compatible with more services as some tools might not like the binary encoding.

I wonder why they don't use the --armor option to do this instead?