Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/artyom/age-github
- Owner: artyom
- License: mit
- Created: 2020-01-16T17:53:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-16T17:55:27.000Z (almost 5 years ago)
- Last Synced: 2023-04-14T15:46:26.216Z (over 1 year ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE.txt
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 asage-github -r @artyom ...
All other flags/arguments are passed unmodified.