Hi Gurus,
I have a scenario where a new SFTP server needs to connect to PI . The Server team has given me server name , port and username .
They have mentioned " NO PASSWORD. FTPS SSL authentication " . They have given me PGP public Key .
I used SFTP channel and used the adapter module " AdvantcoOpenPGPSender " .
After starting the channel I am getting the below error Attached Image :
Error: Cannot connect to SFTP server. SFTP server: XXXXXXXXXXXXXXXXX:21. Kex=diffie-hellman-group1-sha1,diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha1. Ciphers=aes256-cbc,aes192-cbc,aes128-cbc,3des-cbc,aes256-ctr,aes192-ctr,aes128-ctr,3des-ctr,blowfish-cbc,arcfour256,arcfour128,arcfour,none. MAC=hmac-sha1,hmac-md5,hmac-sha1-96,hmac-md5-96. Compression=zlib,zlib@openssh.com,none. FIPS 140-2 compliant=false: Session.connect: java.net.SocketTimeoutException: Read timed out (Software version: 3.0.25)
Am I missing out something ? They have not given me any certificates , Should I upload any certificate in Keystore if its SSl authentication in stead of password ? ..
Please help