1.0.9 • Published 7 years ago

@bammadeep/ssh-execute v1.0.9

Weekly downloads
-
License
ISC
Repository
github
Last release
7 years ago

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);

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago