Dear Experts,
We've followed the blog http://wiki.sdn.sap.com/wiki/display/XI/Generating+SSH+Keys+for+SFTP+Adapters+-+Type+2 to generate the SFTP keys for PI server. We've successfully generated the SFTP Public and Private keys for our SFTP Sender Adapter and could refer the Private Key View SFTP_TEST and the associated private key sftp_key in the SFTP sender adapter. Private Key is also uploaded at /usr/sap/P1D/SYS/global/SFTPKeys (Notsure if this is really required as the keys are already mentioned in NWA key store)... and we've shared our public key to our SFTP vendor to upload it on the SFTP server (uploaded successfully there as well)
But, when I activate the sender SFTP communication channel, its failing with the error 'Exception Received: com.jcraft.jschException: Auth cancel'
Is this due to the key upload path issue - bcoz Keys are not matching? Is there any other bean or param I need to mention in the sender SFTP channel? Please guide.
Thanks