You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the connection has been established, both sides MUST send an identification string.
SSH.NET sends its identification string only after waiting for server's identification string. Amazon Managed SFTP server has the same issue. So you cannot connect to that SFTP server with SSH.NET. Both sides first wait for the other side to send the identification string before sending its own.
Wow, this is exactly the same problem we are having. Going to report a bug to Amazon myself too.
martinprikryl
changed the title
Identification string should be sent before waiting to server identification string
Identification string should be sent before waiting for server identification string
Jan 15, 2019
According to RFC 4253 Section 4.2. Protocol Version Exchange:
SSH.NET sends its identification string only after waiting for server's identification string. Amazon Managed SFTP server has the same issue. So you cannot connect to that SFTP server with SSH.NET. Both sides first wait for the other side to send the identification string before sending its own.
Spotted thanks to: https://stackoverflow.com/q/54014749/850848
The text was updated successfully, but these errors were encountered: