Open kevinsimper opened 9 years ago
Did you find a solution to this? Having the same issue.
Explored the tests and found a working way:
var seq = sequest.connect(host, options)();
I still can't get this to work. The solution by @codeclown does not seem to work for me. I'm getting the error:
All configured authentication methods failed
However, when using exactly the same options and using the callback signature, everything works...
I took the example from the frontpage, and added a private key, but exists without any output.
But this example is fine: