Akmey is an SSH keyserver, this is the cli client of Akmey, you can add keys with that.
npm install akmeyAkmey 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.
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-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._