Subject: Negotiation failed. Requested service is not implemented
Date: 2019-10-30 14:08:30
From: biberlin
Source: negotiation-failed-requested-service-not-implemented
----------------------------------------------------------------------

We are getting an error trying to connect via SFTP. "Negotiation failed. Requested service is not implemented" the client changed thier sftp server settings and removed some ciphers i.e. "twofish", "blowfish" "arcfour". We do not set any Key exchange ciphers, Host Key Algorithms, Encryption Ciphers or MAC Ciphers. We are the default values whem we make the sftp.Connect() call.  We are on ComponentPro.SFTp for .NET verison 6.8.40.4155.  How can I explicilty set the ciphers and Key Algorithms before making the sftp.Connect() call?  This is urgent as we cannot connect to the client and upload files.This is the how we have been connecting to the client.
Thanks.


                 this.sftpClient = new Sftp();

                //Open connection
                this.sftpClient.Connect(server,port);

                //Authenticate
                this.sftpClient.Authenticate(username, password);

                //set timeout
                this.sftpClient.Timeout = timeoutSeconds * 1000;

----------------------------------------------------------------------

Note: This question has been asked on the Q&A forum of Thang Dang's fraudulent ComponentPro brand
If you purchased anything from ComponentPro, you have been scammed. Contact the payment processor
who sold you the license and ask for your money back.

Back to ComponentPro Q&A Forum Index