ssh-exec : Execute a script over ssh using Node.JS. You can installing ssh-exec npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install ssh-exec $ sudo npm install -g ssh-exec
If want to update the ssh-exec package execute the command as below,
$ sudo npm update ssh-exec
Update package globally,
$ npm install -g ssh-exec
$ sudo git clone https://github.com/rektide/ssh-exec.git
$ sudo npm install -g ./ssh-exec
ssh-exec@2.0.0 /usr/lib/node_modules/ssh-exec
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall ssh-exec
| Package Name | ssh-exec |
| Version | 2.0.0 |
| Description | Execute a script over ssh using Node.JS |
| Released Date | 2016-01-20T12:53:53.965Z |
| Published by | mafintosh |
| How to Learn | https://www.npmjs.com/package/ssh-exec/tutorial |