hubot-keys

2.1.2 • Public • Published

Hubot Keys Build Status npm

🐈 Store users' public SSH keys in Hubot.

hubot-keys screenshot

Installation

Add hubot-keys to your package.json file:

"dependencies"{
  ...
  "hubot-keys": "latest"
}

Add hubot-keys to your external-scripts.json:

["hubot-keys"]

Run npm install hubot-keys

Commands

hubot my public key is <public_ssh_key> - Stores the user's public SSH key.
hubot what is (my|<username>) public key - Returns the user's public SSH key.
hubot (delete|remove|forget) my public key - Removes the user's public SSH key.

This plugin can be used in other Hubot scripts by calling the method robot.keys.keyForUserName(<username>) or robot.keys.keyForUserId(<userId>) to get a user's public SSH key.


Open source licensing info

  1. TERMS
  2. LICENSE
  3. CFPB Source Code Policy

Package Sidebar

Install

npm i hubot-keys

Weekly Downloads

5

Version

2.1.2

License

MIT

Last publish

Collaborators

  • contolini