This is a program which collects GitHub user's public keys and format them as an SSH's authorized keys format.
- List multiple GitHub user (and/or) member IDs as following YAML format in
settings.yml:
users:
- id: <github user id>
teams:
- id: <github team id>
-
Execute the program and the formatted data will be on the standard output.
-
Copy them into .ssh/authorized_keys as needed.
MIT
Tatsuya Kobayashi
YOSHIDA Katsuhiko @kyoshidajp