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()
...

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    0
  • 0.0.1
    1

Package Sidebar

Install

npm i co-ssh2

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • timer