Welcome to sshman Discussions! #1
SpikeTheDragon40k
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
👋 Hey, welcome to sshman!
Thanks for stopping by! I'm Adriano, and I built
sshmanto scratch a very specific itch: managing SSH keys and connections in a way that’s secure by design but still convenient to use in day-to-day ops. Instead of leaving private keys lying around as files in~/.ssh,sshmankeeps everything encrypted in a vault (vault.vssh) using Argon2id and AES-GCM, and only loads keys into memory when needed.[cite:2]This Discussions area is our little hub to talk about all things
sshman— from “how do I…?” questions to crazy feature ideas and deep dives into how the vault and crypto work under the hood.[cite:2]💬 What to use this for
Feel free to start a discussion if you want to:
If it’s not a clear bug or feature request yet, a Discussion is usually the perfect place to start.
🚀 New here? Try this
If you’re just getting started, a typical flow looks like:
You can also generate keys (
genkey) and send public keys to servers (sendkey) without ever writing the private key to disk outside the vault.[cite:2]Beta Was this translation helpful? Give feedback.
All reactions