Skip to content

Instantly share code, notes, and snippets.

@64lines
Last active July 17, 2017 20:30
Show Gist options
  • Select an option

  • Save 64lines/b5815292a87a98b2c5f26b07adbbb2e8 to your computer and use it in GitHub Desktop.

Select an option

Save 64lines/b5815292a87a98b2c5f26b07adbbb2e8 to your computer and use it in GitHub Desktop.
[NODE][SSH] - Connection Helper package.json
{
"name": "connection-helper",
"version": "0.0.1",
"description": "Execute shell commands on one or more remote computers via SSH",
"license": "MIT",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"ssh2": "0.5.5"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment