Algorithm negotiation fail

Hi All.
I have the following "[Could not connect to SFTP server at "sftp://".] [Could not connect to SFTP server at "".] [Algorithm negotiation fail" , when i try to create SFTP connection. I know that The error "Algorithm negotiation fail" typically occurs when there is a mismatch between the encryption algorithms supported by the client and the server during the secure file transfer protocol (SFTP) connection negotiation process.

Can you tell me about the algorithms that Celego can support for:
Key Exchange, Server Host Key, Encryption, and MAC?
thanks

0

Comments

4 comments
Date Votes
  • I dont know if this is still an issue for you, but for anyone (like me) finding this in the future, Celigo does not support ed25519 / EdDSA encryption algorithms on the sftp connection. The remote server should at least support ssh-rsa encryption.

    0
  • Thanks @Bas van Ditzhuijzen.
    For your response, i still have the same problem my friend.

    0
  • Hello Aziz Ayoujil

    Below are the list of the supported algorithms used by our SFTP middleware for key exchanges, server host keys. We are upgrading our SFTP middleware which will fix this issue and is planned to release on June 8th, 2023.

    Please note that,

    1. Entries in bold text are legacy protocols like SHA-1 or DSA that we had to enable for backwards compatibility
    2. Algorithms in italics are that we can’t fully support yet.

    Key Exchange Algorithms:

    • cure25519-sha256
    • curve25519-sha256@libssh.org
    • ecdh-sha2-nistp256
    • ecdh-sha2-nistp384
    • ecdh-sha2-nistp521
    • diffie-hellman-group-exchange-sha256
    • diffie-hellman-group16-sha512
    • diffie-hellman-group18-sha512
    • diffie-hellman-group14-sha256
    • diffie-hellman-group-exchange-sha1
    • diffie-hellman-group1-sha1
    • diffie-hellman-group14-sha1

    Host Key Algorithms

    • ssh-ed25519
    • ecdsa-sha2-nistp256
    • ecdsa-sha2-nistp384
    • ecdsa-sha2-nistp521
    • rsa-sha2-512
    • rsa-sha2-256
    • ssh-rsa
    • ssh-dss

    Server/Client Encryption Algorithms:

    Server/Client MAC Algorithms:

    0
  • Thanks Pridhvi.

     

    0

Please sign in to leave a comment.

 

Didn't find what you were looking for?

New post