From e7d3a95d530007e7d2f238492df7e3de1271e118 Mon Sep 17 00:00:00 2001 From: Davide Taviani Date: Fri, 9 Oct 2020 12:57:18 +0200 Subject: [PATCH] Add nextjournal/ssh-github-auth to projects [skip ci] --- doc/libraries.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/libraries.md b/doc/libraries.md index ee99aef0..d9baf3bf 100644 --- a/doc/libraries.md +++ b/doc/libraries.md @@ -379,3 +379,7 @@ it. More like how shelling out in a bash script works. ### [dharrigan/spotifyd-notification](https://github.com/dharrigan/spotifyd-notification) An example of using babashka to show spotifyd notifications via dunst. + +### [nextjournal/ssh-github-auth](https://github.com/nextjournal/ssh-github-auth) + +A babashka script which uses github auth to fetch SSH public keys. It can be useful to ensure only a certain team of people can access machines with SSH.