Friday 14 July 2017

Any good SSH libraries? Something closer to fabric for python?

I was wondering if there was a good high level ssh library for nodeJS? Something similar to pythons fabric.I have been looking at the ssh2 library however using it feels really awkward and just not very nice to use.Node-ssh offers a nicer promised based API, but it really and i mean really struggles when doing 5+ tasks at once (seems to just hang, or starts throwing random errors mid tasks). With fabric i could do tasks on 50+ hosts at the same time.

Submitted July 15, 2017 at 05:11AM by SonOfSpades

No comments:

Post a Comment