stream-ssh

0.0.3 • Public • Published

stream-ssh

Example

fs.createReadStream('./test.sh')
  .pipe(es.split())
  .pipe(sshStream({
    host: 'server.com',
    username: 'task',
    privateKey: fs.readFileSync(path.resolve(process.env.HOME, '.ssh/id_rsa'))
  }))
  .pipe(consoleStream());

Versions

Current Tags

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

Version History

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

Package Sidebar

Install

npm i stream-ssh

Weekly Downloads

2

Version

0.0.3

License

ISC

Last publish

Collaborators

  • ashaffer88