• Stars
    star
    120
  • Rank 295,983 (Top 6 %)
  • Language
    JavaScript
  • Created over 13 years ago
  • Updated about 13 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A lightweight SSH client for Node.js
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

More Repositories

1

neutronJS

A react.js-based CMS for node.js
JavaScript
34
star
2

node-ancillary

A binding to the ancillary library for node.js which allows to share sockets between processes
C++
25
star
3

nix-prisma-utils

A nix library to make [prisma](https://www.prisma.io/) work in your nix shell
Nix
16
star
4

envui.js

An Adobe-style UI-library for building user interfaces like in photoshop, fireworks, visual studio etc.
JavaScript
10
star
5

node_modules.nix

A nix library to turn your package-lock.json into a fully populated node_modules directory
Nix
8
star
6

ace-browserify

A wrapper around ajaxorg/ace to use it with browserify
JavaScript
6
star
7

react-render-async

An experimental asynchronous renderToString for react
JavaScript
4
star
8

task-graph-processor

A task graph runner and a protocol for task <-> runner communication that enables very efficient watch pipelines.
TypeScript
4
star
9

testtriple

A handy little mocking library inspired by testdouble and @fluffy-spoon/substitute
TypeScript
4
star
10

koa-upgrade

Allow koa to handle websockets like regular requests
JavaScript
3
star
11

jade2react

A jade to react compiler
JavaScript
3
star
12

http.js

A small http parsing library
JavaScript
2
star
13

mca.js

A node.js module to read/write from/to region files of Minecraft.
JavaScript
2
star
14

node-ancillary-http

A library that allows you to move incoming http request to other, unrelated processes using the module 'ancillary'
JavaScript
2
star
15

nix-vscode-extension-manager

A CLI to manage VSCode extensions on NixOS or within a nix-shell
TypeScript
2
star
16

Node.java

A node.js like Java framework
Java
1
star
17

XApp

An android app to control devices over the XConsole protocol which uses the XClient library
Java
1
star
18

XClient

A client implementation of the XConsole communication protocol by xilica.com
Java
1
star
19

namespace.js

a library system to build javascript frameworks
JavaScript
1
star
20

open-hearts

An open source, web-based, multiplayer hearts game
JavaScript
1
star
21

stadilix

A static dependency-injection library/compiler heavily inspired by awilix.
TypeScript
1
star