-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathreadme.txt
More file actions
18 lines (12 loc) · 737 Bytes
/
readme.txt
File metadata and controls
18 lines (12 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
NodeSSH
------------------------------------------------------------------------
NodeSSH is a SSH client for node.js. I would call it lightweight, but
since it spawns subprocesses, this makes it heavyweight to me.
It uses OpenSSH and expect. Make sure you have installed this software.
Use your system's built-in package manager (apt-get,yum,rpm,dselect,etc..)
to install expect on you machine. Most systems (OSX included) should already
have this installed. This will not work with windows machines.
How to use
------------------------------------------------------------------------
Check out the file "sample.js". It should help show you all you need ;)
A better version with node-expect is in betterSample.js