mscdex

Results 571 comments of mscdex

Also can you add a test for this? I understand it will (currently) require the master `ssh2-streams` branch and that's ok.

Do we really need `ssh-agent` to be running? I think just spinning up a unix socket server locally may be enough? Also we might need to skip this test on...

AFAIK it *should* already work as such private keys are designed to be supported. Does it not work when you just supply the `privateKey` (e.g. with the contents of `id_rsa`...

Ok and just to clarify what `ssh-keygen` parameters are you using to generate these key/certificate pairs?

Reusing a connection is not currently supported for HTTP(S) agents. The reason being that's the only sure way to make sure the server will have a channel available to process...

I'm not sure what you're asking exactly, but there is nothing stopping you from copying the existing implementation and tweaking it for your own needs.

The same effect can already be achieved by using a custom `authHandler`.

I'm not sure I understand the situation. Are you changing IPs (on the client?) while connecting to an ssh server or ?

@GeniusLuo can you try the master branch and see if that improves the situation?