SFTP Using JSCH 0.1.53

Hi Team,

I am trying to use the SFTP inbuilt functionality while trying to connect to our client. But I am getting disconnect message as below,

Server sent disconnect message
type 1 (host not allowed to connect):
“ssh disconnect host not allowed to connect”

Now I am trying to increase the logging for JSCH. I have set the below parameter to true,

watt.ssh.jsch.logging=true

But it is giving logs in “INFO” level like below. I want to generate the logs in “VERBOSE” or “TRACE” level. Is there any way to set that for the JSCH logging?

INFO | jvm 1 | 2017/06/26 07:40:37 | INFO: SSH_MSG_NEWKEYS sent
INFO | jvm 1 | 2017/06/26 07:40:37 | INFO: SSH_MSG_NEWKEYS received
INFO | jvm 1 | 2017/06/26 07:40:37 | INFO: SSH_MSG_SERVICE_REQUEST sent
INFO | jvm 1 | 2017/06/26 07:40:37 | INFO: SSH_MSG_SERVICE_ACCEPT received
INFO | jvm 1 | 2017/06/26 07:40:37 | INFO: Authentications that can continue: pub
INFO | jvm 1 | 2017/06/26 07:40:37 | INFO: Next authentication method: publickey

Regards
Abir Banerjee

Are you using the SSH keys or password based authentication for this connectivity?

HTH,
RMG

Hi Abir,

please provide your wM Version and check for Fixes for IS_Core, SCG_TPL and SCG_TPS.

There have been some issues with SFTP handling in the path resulting in an updated of the JSCH lib version.
See Readmes for details.

Regards,
Holger

have you tried to change the server logging for:
0147 SFTP Client