catops-keys
v1.1.3
Published
Store users' public keys in Hubot
Downloads
3
Readme
CatOps Keys
:cat: Store users' public SSH keys in Hubot.
Installation
Add catops-keys to your package.json
file:
"dependencies": {
...
"catops-keys": "latest"
}
Add catops-keys to your external-scripts.json
:
["catops-keys"]
Run npm install catops-keys
Commands
hubot my public key is <public_ssh_key> - Stores the user's public SSH key.
hubot what is my public key - Returns the user's public SSH key.
A user's key can be accessed programmatically at msg.message.user.key
.