mscdex

Results 571 comments of mscdex

@rathboma The reason I asked is because `require.resolve()` seems to return the correct absolute path for me with plain node, but I didn't know if it worked the same under...

@Timmmm The code was originally using **path**.resolve(), not **require**.resolve(), so I wasn't sure if there would be a difference there for Electron.

@rathboma I'm still not keen on adding kludges like this. However, I'm [considering removing support for pageant entirely](https://github.com/mscdex/ssh2/issues/1006), which would mean none of this would matter anyway.

I can't reproduce the problem against an OpenSSH server. I've tried different node versions, I've tried forcing the SFTP connection to not assume OpenSSH so that it uses the different,...

I'd also be curious to know if the OpenSSH SFTP client exhibits the same corruption issue and if not, what the OpenSSH SFTP client debug output looks like for that...

Can you try the master branch of `ssh2` directly? There are some changes there that haven't been released yet and I'm wondering if the issue has been fixed or not.

@Michael-Gibbons well, without any way for me to (reliably) reproduce the problem on my end, it's going to have to be up to others to debug the issue unfortunately.

I'm curious what the use case is for this?

Do you have a minimal example to reproduce this issue using just `ssh2`?

I haven't had time to look at this particular issue. If anyone feels up to it, feel free to submit a PR because I cannot guarantee when I will get...