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
It's possible that this behavior could be caused by a firewall on the SFTP server's side / them rejecting your request as your IP's not whitelisted. Looking at a WireShark trace when we've seen this issue I see [FIN, ACK] returned by the server; implying that they're requesting the termination.
Late to the party but, I just to inform that i had the same (random) issue and it was caused by MaxStartUps parameter on the ssh/sftp server side. The sftp server was exposed on the internet with no source ip blocking... if the number of non authenticated connection exceedes the MaxStartUps the sftp server drops any new connection and you get "Server response does not contain SSH protocol identification"
The test code is:
I can connect with Putty w/o any problem. Connection from VC cause to the error from the title.
The text was updated successfully, but these errors were encountered: