Subject: Getting Error Message Key Exchange Failed Invalid Server Signature
Date: 2011-01-19 14:55:41
From: Vision v1
Source: getting-error-message-key-exchange-failed-invalid-server-signature
----------------------------------------------------------------------

Hi,

I can able to connect to SFTP site successfully using the following credentials Using the FILEZILLA.exe

Host : 411:216:217:453
Server Type : SFTP - SSH File Transfer Protocol
LogonType: Normal
user:mysite

password:(Not required any password to connect)

recently i purchased UltimateSftp_Standard_v3.2.1112.1637 so i tried to connect using this component below is the code:

                string SFTPServer = "411:216:217:453";
                string SFTPUser = "mysite";
                string SFTPPwd = null;
                string PrivateKey = @"C:\Documents and Settings\Vision.v1\Desktop\SFTP\smfiles_sshkey_1.key";

                Sftp client = new Sftp();

                client.Connect(SFTPServer, 22);
                SecuritySettings.FipsAlgorithmsOnly = true;
                client.Authenticate(SFTPUser, PrivateKey, SFTPPwd);
                client.Disconnect();

but am not able to connect the site getting the error message "KEY EXCHANGE FAILED INVALID SERVER SIGNATURE"

Please advise me....

Thaks in advance....
 






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