mscdex
mscdex
I think it's something that should be able to be entirely removed immediately. For people that know what they're doing it just takes up potentially valuable space on the side...
Wasn't that the main purpose of custom loaders? You should even be able to set that in a `NODE_OPTIONS`.
/cc @AllanJard Thoughts?
Try using `keepalive: { forceNoop: true }` and see if that helps any.
Use `authHandler` and attempt the `'none'` method first. On the second time around `methodsLeft` should be non-`null` if `'none'` didn't succeed. At that point you can prompt the user for...
I should also add that in general the list of authentication methods the server responds with is not in any particular order (preferred or otherwise).
If you're supplying an `authHandler` the best you can do is pass just the string authentication method name to the callback.
> * After each time around, the contents of "methodsLeft" isn't getting any shorter The list given is from the server and it can send whatever it wants. > *...
Custom authentication handlers exist exactly for situations like this where you need more control over the authentication process. If you want to prompt the user only if the server offers...
Can you please retry with `ssh2` directly?