node-ssh : SS2 with Promises. You can installing node-ssh 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 node-ssh $ sudo npm install -g node-ssh
If want to update the node-ssh package execute the command as below,
$ sudo npm update node-ssh
Update package globally,
$ npm install -g node-ssh
$ sudo git clone https://github.com/rektide/node-ssh.git
$ sudo npm install -g ./node-ssh
node-ssh@5.0.0 /usr/lib/node_modules/node-ssh
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall node-ssh
Package Name | node-ssh |
Version | 5.0.0 |
Description | SS2 with Promises |
Released Date | 2017-09-18T09:33:25.027Z |
Published by | steelbrain |
How to Learn | https://www.npmjs.com/package/node-ssh/tutorial |