File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525``` bash
2626$ gh-auth add chrishunt
2727Adding 2 key(s) to ' /Users/chris/.ssh/authorized_keys'
28+
29+ $ gh-auth list
30+ Added users: chrishunt, zachmargolis
2831```
2932
3033That was easy! When we're done working, you can revoke my access with:
@@ -72,7 +75,7 @@ Removing 2 key(s) from '/Users/chris/.ssh/authorized_keys'
7275` gh-auth ` can be used from the command line after the gem has been installed.
7376
7477``` bash
75- usage: gh-auth [--version] [add| remove] < username>
78+ usage: gh-auth [--version] [add| remove| list ] < username>
7679```
7780
7881### In Your Project
@@ -102,7 +105,7 @@ Install the `github-auth` gem:
102105$ gem install github-auth
103106
104107$ gh-auth
105- usage: gh-auth [--version] [add| remove] < username>
108+ usage: gh-auth [--version] [add| remove| list ] < username>
106109```
107110
108111### SSH Public Key Authentication (Mac OS X)
You can’t perform that action at this time.
0 commit comments