0.1.0 • Published 9 years ago

hubot-ssh2 v0.1.0

Weekly downloads
4
License
-
Repository
github
Last release
9 years ago

hubot-ssh2

A bot to perform commands over SSH.

Installing

Add dependency to package.json:

$ npm install --save hubot-ssh2

Include package in Hubot's external-scripts.json:

["hubot-ssh2"]

Commands

hubot <user> <host> <command> # Execute a SSH command with its exit code
0.1.0

9 years ago