Store users' public keys in Hubot
npm install catops-keys:cat: Store users' public SSH keys in Hubot.
Add catops-keys to your package.json file:
``json`
"dependencies": {
...
"catops-keys": "latest"
}
Add catops-keys to your external-scripts.json:
`json`
["catops-keys"]
Run npm install catops-keys
``
hubot my public key is
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`.
----