Skip to content

potch8228/pubkey

Repository files navigation

pubkey: public key fetcher from GitHub

What's this?

This is a program which collects GitHub user's public keys and format them as an SSH's authorized keys format.

How to use?

  1. 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>
  1. Execute the program and the formatted data will be on the standard output.

  2. Copy them into .ssh/authorized_keys as needed.

License

MIT

Author

Tatsuya Kobayashi

Special Thanks (Contribution)

YOSHIDA Katsuhiko @kyoshidajp

About

Fetch public keys from GitHub and format them as OpenSSH's authorized_keys

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages