1.0.9 • Published 8 years ago

@bammadeep/ssh-execute v1.0.9

Weekly downloads
-
License
ISC
Repository
github
Last release
8 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

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago