Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

SFTP Connection failing with 'Algorithm negotiation fail' error

SPAL
New Contributor
New Contributor

Hi Team,

  1. Connection Type Established: The SFTP connection type has been configured as specified in the provided documentation.{https://docs.saviyntcloud.com/bundle/SFTP-Certified-v23x/page/Content/Configuring-the-Integration-fo... }
  2. The connection has been established using the correct SFTP version as required. SPAL_0-1714475903428.png
  3. Credentials have been validated.SPAL_1-1714475987619.png

     

  4. Connection Issue: Despite the correct settings, the connection was unsuccessful.SPAL_2-1714476227178.png

     

    The following error was encountered:

"connectorms","c.s.s.s.service.SFTPAuthService","http-nio-8980-exec-4-hzdm5","DEBUG","Exception in testConnection : |com.jcraft.jsch.JSchException: Algorithm negotiation fail| at com.jcraft.jsch.Session.receive_kexinit(Session.java:590) ~[na:na]| at com.jcraft.jsch.Session.connect(Session.java:320) ~[na:na]| at com.jcraft.jsch.Session.connect(Session.java:183) ~[na:na]| at com.saviynt.ssm.sftpconnector.service.SFTPAuthService.testConnection(SFTPAuthService.java:57) ~[na:na]| at com.saviynt.ssm.sftpconnector.SFTPConnector.test(SFTPConnector.java:43) ~[na:na]| at com.saviynt.ssm.connectorms.controller.FileTransferController.test(FileTransferController.java:57) ~[classes!/:2021.1.0.0-SNAPSHOT]| "

Note: This seems to be a generic error with the research that we have done. Just need to know if we need to do any additional config from Saviynt to resolve this issue, if not, what should we do?

 

Regards,

Saksham

5 REPLIES 5

rushikeshvartak
All-Star
All-Star

try restarting server


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

Not working. Same issue.

krishna_sk
New Contributor III
New Contributor III

Hi @yatishtiwari @SPAL 

Did this issue resolved, we are facing same issue. Could you provide your insights on this.

Thank you.

yatishtiwari
Regular Contributor
Regular Contributor

Hi Krishna,

Our customer was using MoveIt cloud and the algorithms supported by MoveIt cloud not supported by Saviynt. Basically Saviynt uses older JSCH library. So cutomer has to purchase on-prem WS_FTP server and now connectivity is resolved.

If your customer is already in on-prem solution,  check with them if they can enable the algorithms supported by Saviynt, else check with cloud SFTP vendor.

Hope it helps. 

krishna_sk
New Contributor III
New Contributor III

Thanks a lot @yatishtiwari . The provided info helps.