akmey
v0.3.2-beta
Published
Akmey is an SSH keyserver, this is the cli client of Akmey, you can add keys with that.
Downloads
3
Readme
Akmey client
Akmey is a keyserver, but not GPG keys, for SSH ones! This client is made to easily add, remove, update user's keys.
Install it using npm i -g akmey
or run it npx akmey
.
Commands
akmey i username
: Add a userakmey r username
: Remove a userakmey u [username]
: Update a user (all installed users if you don't supply user); refetch new keysakmey ls
: List installed keysakmey reset
: Reset the file, delete all the Akmey keysakmey cfg
: Reconfigure Akmey
Options
-t target_file
: Target file, where to add or remove keys-s
: Use a custom Akmey server (https only, use--insecure-server
for http)
Note: this client is WIP and may not work in some situations. Bug reports are appreciated.