0.0.2 • Published 11 years ago

sssh v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
11 years ago

Streaming SSH

Build Status NPM version

Installation

npm install --save sssh

NPM

Usage

  var Connection = require('ssh2');
  var ssh = new Connection();
  var settings = { <your connection settings> };
  var Sssh = require('sssh').Command;
  var sssh = new Sssh(ssh, 'pwd');
  sssh.pipe(process.stdout);

  ssh.connect(settings);

This will output the path to the current folder after establishing an SSH connection.

Contributions

  • are welcome;
  • should be tested;
  • should follow the same coding style.

License

The MIT License

Copyright (c) 2014 Ruslan Bredikhin

0.0.2

11 years ago

0.0.1

11 years ago