co-ssh2

0.0.2 • Public • Published

co-ssh2

A SSH client for generators with co.

Install

$ npm i co-ssh2 -S

Usage

import ssh from 'co-ssh2'
 
...
let c = new ssh()
yield c.connect({ ... })
yield c.exec('uptime')
c.end()
...

Readme

Keywords

Package Sidebar

Install

npm i co-ssh2

Weekly Downloads

2

Version

0.0.2

License

MIT

Last publish

Collaborators

  • timer