From d97e73fd641afca00efcdf094d2104e6fe7b14f7 Mon Sep 17 00:00:00 2001 From: Sam Ban Date: Fri, 27 Aug 2021 19:23:30 +0100 Subject: [PATCH] adding sshman - remote authorized_keys manager --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8a2a13ab..6a15e9c5 100644 --- a/README.md +++ b/README.md @@ -2188,6 +2188,7 @@ _**Unofficial** set of patterns for structuring projects._ * [sorty](https://github.com/jfcg/sorty) - Fast Concurrent / Parallel Sorting. * [spinner](https://github.com/briandowns/spinner) - Go package to easily provide a terminal spinner with options. * [sqlx](https://github.com/jmoiron/sqlx) - provides a set of extensions on top of the excellent built-in database/sql package. +* [sshman](https://github.com/shoobyban/sshman) - SSH Manager for authorized_keys files on multiple remote servers. * [statiks](https://github.com/janiltonmaciel/statiks) - Fast, zero-configuration, static HTTP filer server. * [Storm](https://github.com/asdine/storm) - Simple and powerful toolkit for BoltDB. * [structs](https://github.com/PumpkinSeed/structs) - Implement simple functions to manipulate structs.