EasyPGPeasy
shim
EasyPGPeasy | shim | |
---|---|---|
1 | 3 | |
9 | 59 | |
- | - | |
0.0 | 4.4 | |
over 2 years ago | 10 months ago | |
Python | Python | |
GNU General Public License v3.0 only | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
EasyPGPeasy
-
An easy to use PGP tool
I give you EZPZ-PGP (name could do some work, I know):
shim
- Show HN: I built a simple, open-source tool to manage servers and SSH keys
-
S3 Express Is All You Need
That's exactly how Userify[0] used to work. (when it was Python; now that it's a Go app, we do the caching in memory using Ristretto[1]).
0. https://userify.com (team ssh key management/sudo authz)
1. https://github.com/dgraph-io/ristretto
-
Userify SSH Key Manager
Userify centralizes management of your users' SSH authorized_keys files across different projects and instance/server groups across multiple clouds. Using a web-interface (red=root, green=user, white=none), you can click to change permissions or remove access for that user across all servers in that group.
Your servers run a small (https://github.com/userify/shim) python script that continuously checks in with Userify via HTTPS. If a user no longer exists in that group, all sessions are actively killed (kill -9), the user account is deleted, and the home directory is renamed to /home/deleted:username so you can review the files in there at your convenience. If a user is later restored, that directory is automatically restored as well.
It's available via zero-install Userify Cloud or you can install your own server for data sovereignty.
What are some alternatives?
galois - A performant NumPy extension for Galois fields and their applications
PyKMIP - A Python implementation of the KMIP specification.