Skip to Content
0
Nov 13, 2014 at 09:26 AM

SFTP Receiver Channel error

403 Views

Hello Gurus,

Thank you so much for helping me so far. Came with another issue for your help.

I am having a strange behavior with SFTP receiver channel.

We are using private key authentication method and supplied our SSH key to SFTP Admin to add in their key store.

When I tried to send the message, we got the below error :

"UnsupportedOperationException: received authentication request from server which could not be processed: destination= xxxx@xxxx; name= ; instruction=prompt=Password: ".

And according to the NOTE 1945020, SFTP admin switch off KBI on his SFTP server.

Below SFTP trace before switching off KBI:

debug1: Authentications that can continue: publickey,keyboard-interactive

debug1: Next authentication method: publickey

debug1: Trying private key: ./test_xxx.pem

debug1: read PEM private key done: type RSA

debug1: Authentication succeeded (publickey).


Below SFTP trace after switching off KBI:

debug1: Authentications that can continue: publickey

debug1: Next authentication method: publickey

After switching off KBI, when I tried to send the message got the below error:

"MP: exception caught with cause javax.resource.ResoucreException: com.jcraft.JSchException: Auth failed"

Please give your valuable inputs as it is a long pending issue.

Thanks a lot in advance.

Thanks

Ravi