1.0.9 • Published 5 years ago

@bammadeep/ssh-execute v1.0.9

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

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago