mcavage / node-ssh-agent

Node.js client library for interacting with the OpenSSH Agent
MIT License
23 stars 9 forks source link

TypeError: msecs must be a number #3

Closed trdarr closed 8 years ago

trdarr commented 9 years ago

The SSHAgentClient constructor does not set this.timeout if options is not provided, which results in a TypeError when #_request calls Socket#setTimeout with undefined. (See: jcoglan/vault#29.)

bahamas10 commented 9 years ago

fixed via https://github.com/mcavage/node-ssh-agent/pull/5

trdarr commented 8 years ago

Closing this because #5 has been merged.