🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

catops-keys

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

catops-keys

Store users' public keys in Hubot

latest
Source
npmnpm
Version
1.1.3
Version published
Maintainers
1
Created
Source

CatOps Keys Build Status npm

: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.

Open source licensing info

Keywords

hubot

FAQs

Package last updated on 28 Apr 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts