Discussion:
[JSch-users] End of IO Stream Read, no response after SSH_MSG_SERVICE_REQUEST sent
Paul Jorstad
2014-11-06 14:54:10 UTC
Permalink
Hello! I'm using jsch-0.1.51.jar, and have implemented a client in an
Oracle database which works very well from SID A, but not from SID B, with
the exact same code. When trying from SID B it ends with an
"Session.connect: java.io.IOException: End of IO Stream Read" exception.
Host 'sftp.bringdialog.no' is known and mathces the DSA host key
SSH_MSG_NEWKEYS sent
SSH_MSG_NEWKEYS received
SSH_MSG_SERVICE_REQUEST sent
Disconnecting from <server>

As you see, a SSH_MSG_SERVICE_REQUEST is sent, but it does not get any
answer, and it disconnects.... It's no such problems on SID A

The SFTP server is a regular commerial one, and I've no problems to reach
it using Filezilla etc, from several PC's..

Appreciate any help.

- brgds Paul Jorstad

Loading...