Github SSH Key -------------- Sync local user's SSH AuthorizedKey with ones from their Github Account. ``` Usage: github-ssh-key Subcommands: commands list all command names fetch fetch SSH keys for the given Github Users flags describe all known top-level flags help describe subcommands and their syntax sync-group Sync SSH keys for the given groups. sync-users Sync SSH keys for the given users. Use "github-ssh-key flags" for a list of top-level flags ``` The tool expects a user's Github account to be defined in the '.github-id' file in their home directory. ### Related or Similar Projects - [ssh-keys-from-remotes](https://github.com/liamdawson/ssh-keys-from-remotes) - [Monkeysphere](https://web.monkeysphere.info)