0.3.3 • Published 12 years ago

shh v0.3.3

Weekly downloads
6
License
-
Repository
github
Last release
12 years ago

shh

simple ssh client library for node.js

Usage

var shh = require('shh')({
    host: 'example.com',
    user: 'zeekay'
});

shh.cmd('ls', function(err, out) {
    console.log(out);
    shh.close();
});
0.3.3

12 years ago

0.3.2

12 years ago

0.3.1

12 years ago

0.3.0

13 years ago

0.2.0

13 years ago

0.1.8

13 years ago

0.1.7

13 years ago

0.1.6

13 years ago

0.1.4

13 years ago

0.1.3

13 years ago

0.1.2

13 years ago

0.1.1

13 years ago

0.1.0

13 years ago

0.0.3

13 years ago