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