sshpk : A library for finding and using SSH public keys. You can installing sshpk 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 sshpk $ sudo npm install -g sshpk
If want to update the sshpk package execute the command as below,
$ sudo npm update sshpk
Update package globally,
$ npm install -g sshpk
$ sudo git clone https://github.com/rektide/sshpk.git
$ sudo npm install -g ./sshpk
sshpk@1.13.1 /usr/lib/node_modules/sshpk
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall sshpk
| Package Name | sshpk |
| Version | 1.13.1 |
| Description | A library for finding and using SSH public keys |
| Released Date | 2017-06-08T02:15:44.489Z |
| Published by | arekinath |
| How to Learn | https://www.npmjs.com/package/sshpk/tutorial |