Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/artyom/age-github

Wrapper for filippo.io/age tool to use github users as ssh key type recipients
https://github.com/artyom/age-github

Last synced: about 11 hours ago
JSON representation

Wrapper for filippo.io/age tool to use github users as ssh key type recipients

Awesome Lists containing this project

README

        

age-github command is a wrapper to filippo.io/age tool which expands
recipients in -r @username format to first ssh key of github user
"username", fetching keys from https://github.com/username.keys endpoint.

It caches keys for 1 hour in "age-github" subdirectory under os.UserCacheDir
directory.

Github user handles should have @ prefix, i.e. to encrypt file for
https://github.com/artyom user, you call it as

age-github -r @artyom ...

All other flags/arguments are passed unmodified.