@bammadeep/ssh-execute

1.0.9 • Public • Published

Description:

ssh-execute is a powerful promise wrapper around ssh2-promise package. It helps to execute the ssh commands directly with the help of ssh promise exec function.

Installation:

npm i @bammadeep/ssh-execute

usage:

import SSHExecute = require('ssh-execute');

sshExecute = new SSHExecute();

this.sshUtil.executeCommand(hostname, usename, password, command);

Package Sidebar

Install

npm i @bammadeep/ssh-execute

Weekly Downloads

3

Version

1.0.9

License

ISC

Unpacked Size

11.4 kB

Total Files

7

Last publish

Collaborators

  • bammadee