You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,13 @@
1
1
# SSH Auth Github
2
2
3
3
This is a small [Babashka](https://github.com/borkdude/babashka/) script that retrieves public keys from a specific team under a specific organization on Github.
4
+
This can be useful to essentially use GitHub teams as access control, making sure that only the people in a certain team
5
+
have SSH access to machines.
6
+
7
+
This script can be used as `AuthorizedKeysCommand` or piped into `authorized_keys`.
0 commit comments