-
Notifications
You must be signed in to change notification settings - Fork 607
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
"TransportException: Broken transport; encountered EOF" connecting to a new third party SFTP #964
Comments
Hi, we have encountered the same problem. We are connecting to a new SFTP third party endpoint. We need to upgrade
However, with the old version of
There is not so much difference in the logs produced by those two versions, so it should be easy to pinpoint the problem. How can we fix the issue? |
Hi,
A third party was using FTP and is switching to SFTP.
I can connect to their new server using plain sftp command-line (on Ubuntu) but cannot connect to it using sshj. All I'm getting is a "Broken transport; encountered EOF" error.
Here is a minimal code exhibiting the issue. Note that I tried disabling server validation to rule out security issues, to no avail:
The log is:
When increasing the trace level, here is the part where it fails:
Note: I'm using sshj-0.39.0, bcprov-jdk18on-1.78.1 and eddsa-0.3.0.jar
Any idea what could cause the issue and how to solve it ?
Am I doing something wrong :-) ?
KR, Vincent
The text was updated successfully, but these errors were encountered: