Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timeout waiting for handshake #855

Closed
corsmond opened this issue Nov 20, 2019 · 1 comment
Closed

Timeout waiting for handshake #855

corsmond opened this issue Nov 20, 2019 · 1 comment

Comments

@corsmond
Copy link

I am getting the above error more often than not running on a Windows 10 machine connecting to and external sftp server.
Using the console "sftp" command I can connect every yime very quickly and list my folders, but using this modules I get a timeout waiting for handshake. I've increaded the timeout to 1 minute, but about 90% of the time it still times out,
Running debug it gets stuck at DEBUG: Parser: IN_PACKETDATAAFTER, packet: KEXDH_GEX_GROUP

ssh2: 0.8.6
node: 12.13.0

{
"host": "vltrader.supergrp.net",
"port": 22,
"username": "xxxxx",
"password": "xxxxxxxxxxxxxxx"
}

debug1: Local version string SSH-2.0-OpenSSH_for_Windows_7.6
debug1: Remote protocol version 2.0, remote software version Cleo VLTrader/5.6.1.0 SSH FTP server

@mscdex
Copy link
Owner

mscdex commented Nov 20, 2019

Duplicate of #821.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants