NodeSSH icon indicating copy to clipboard operation
NodeSSH copied to clipboard

A lightweight SSH client for Node.js

Results 4 NodeSSH issues
Sort by recently updated
recently updated
newest added

Hi I'm trying to use this util and executing the betterSample.js. I updated the host, username and password. Program halts after 'loggeduptime' message. Any help is appreciated. Thanks. ``` ➜...

code samples should be in main readme. Less work to find basic starting info.

I've installed this module via npm and have gotten an outdated version even though it says version 0.5 in package.json?!

This really needs a port definition passthrough to the SSH login. As far as I'm aware ports can't be passed to ssh in the url syntax (192.168.0.1:9999), they have to...