Community
    • Login

    Notepad++ NppFTP: Connection failed : kex error : no match for method server host key algo

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    3 Posts 3 Posters 1.6k Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Jose Luis Fernandez DiazJ Offline
      Jose Luis Fernandez Diaz
      last edited by

      Hi,

      Is there a way to set the algorithms in Notepad++ NppFTP extension like in SFTP VSCode extension?

      {
          "comment": "COTA2",
          "host": "fraapp31",
          "port": 22,
          "username": "cotafac",
          "password": "pmaeug11",
      
          "algorithms": {
              "kex": [
                "ecdh-sha2-nistp256",
                "ecdh-sha2-nistp384",
                "ecdh-sha2-nistp521",
                "diffie-hellman-group-exchange-sha256",
                "diffie-hellman-group14-sha1",
                "diffie-hellman-group-exchange-sha1",
                "diffie-hellman-group1-sha1"
              ],
              "cipher": [
                "3des-cbc",
                "aes128-ctr",
                "aes192-ctr",
                "aes256-ctr",
                "aes128-gcm@openssh.com",
                "aes256-gcm@openssh.com"
              ],
              "serverHostKey": [
                "ssh-rsa",
                "ecdsa-sha2-nistp256",
                "ecdsa-sha2-nistp384",
                "ecdsa-sha2-nistp521"
              ],
              "hmac": ["hmac-sha2-256", "hmac-sha2-512", "hmac-sha1"]
            }
      }
      

      Any hint would be apreciated

      Thanks in advance,

      Regards, Jose Luis

      Rufi MaR 1 Reply Last reply Reply Quote 0
      • Rufi MaR Offline
        Rufi Ma @Jose Luis Fernandez Diaz
        last edited by

        @Jose-Luis-Fernandez-Diaz said in Notepad++ NppFTP: Connection failed : kex error : no match for method server host key algo:

        Hi,

        Is there a way to set the algorithms in Notepad++ NppFTP extension like in SFTP VSCode extension?

        {
            "comment": "COTA2",
            "host": "fraapp31",
            "port": 22,
            "username": "cotafac",
            "password": "pmaeug11",
        
            "algorithms": {
                "kex": [
                  "ecdh-sha2-nistp256",
                  "ecdh-sha2-nistp384",
                  "ecdh-sha2-nistp521",
                  "diffie-hellman-group-exchange-sha256",
                  "diffie-hellman-group14-sha1",
                  "diffie-hellman-group-exchange-sha1",
                  "diffie-hellman-group1-sha1"
                ],
                "cipher": [
                  "3des-cbc",
                  "aes128-ctr",
                  "aes192-ctr",
                  "aes256-ctr",
                  "aes128-gcm@openssh.com",
                  "aes256-gcm@openssh.com"
                ],
                "serverHostKey": [
                  "ssh-rsa",
                  "ecdsa-sha2-nistp256",
                  "ecdsa-sha2-nistp384",
                  "ecdsa-sha2-nistp521"
                ],
                "hmac": ["hmac-sha2-256", "hmac-sha2-512", "hmac-sha1"]
              }
        }
        

        Any hint would be apreciated

        Thanks in advance,

        Regards, Jose Luis

        1 Reply Last reply Reply Quote 0
        • Mark OlsonM Offline
          Mark Olson
          last edited by

          You’re both more likely to get help if you go to the GitHub repo.

          1 Reply Last reply Reply Quote 0

          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

          With your input, this post could be even better 💗

          Register Login
          • First post
            Last post
          The Community of users of the Notepad++ text editor.
          Powered by NodeBB | Contributors