Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

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 this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Not working. Same issue.

krishna_sk
Regular Contributor
Regular Contributor

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
Regular Contributor
Regular Contributor

Thanks a lot @yatishtiwari . The provided info helps.