From 5a7b87d1abfec09384137b7bf5cf9da906d7dd82 Mon Sep 17 00:00:00 2001 From: Slack Coder Date: Mon, 7 Jun 2021 13:43:31 -0500 Subject: initial commit --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..bba273d --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +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) -- cgit v1.2.3