aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: bba273d38370bcf92331f16572890e3310861411 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Github SSH Key
--------------

Sync local user's SSH AuthorizedKey with ones from their Github Account.

```
Usage: github-ssh-key <flags> <subcommand> <subcommand args>

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)