donj91711
I am running SmartFTP Library and got the "Key exchange failed" error.
2015-04-08T11:38:17 SmartFTP FTP Library 4.0.456.0
2015-04-08T11:38:26 Resolving host name "<ftp host>"
2015-04-08T11:38:26 Connecting to <ip address> Port: 22
2015-04-08T11:38:26 Connected to <ftp host>.
2015-04-08T11:38:26 SSH protocol version reply. Client Id: SSH-2.0-SmartFTP
2015-04-08T11:38:26 SSH-2.0-JSCAPE
2015-04-08T11:38:26 Starting SSH session. Remote Id: "SSH-2.0-JSCAPE"
2015-04-08T11:38:26 Server Algorithm Suite
Key Exchange: diffie-hellman-group1-sha1
Server Host Key: ssh-rsa
Client to Server Encryption: blowfish-cbc,3des-cbc
Server to Client Encryption: blowfish-cbc,3des-cbc
Client to Server HMAC: hmac-sha1,hmac-md5
Server to Client HMAC: hmac-sha1,hmac-md5
Client to Server Compression: none
Server to Client Compression: none
2015-04-08T11:38:26 Key exchange failed.
2015-04-08T11:38:26 Client closed the connection.
This problem was solved in the following post:
www.smartftp.com/forums/index.php?/topi ... iled/</div>
The solution was to: Manually enable the insecure AES CBC ciphers in the SSH dialog in the favorite properties
I believe that solution was for SmartFTP client. How can I enable the ciphers in the SmartFTP library code?
2015-04-08T11:38:17 SmartFTP FTP Library 4.0.456.0
2015-04-08T11:38:26 Resolving host name "<ftp host>"
2015-04-08T11:38:26 Connecting to <ip address> Port: 22
2015-04-08T11:38:26 Connected to <ftp host>.
2015-04-08T11:38:26 SSH protocol version reply. Client Id: SSH-2.0-SmartFTP
2015-04-08T11:38:26 SSH-2.0-JSCAPE
2015-04-08T11:38:26 Starting SSH session. Remote Id: "SSH-2.0-JSCAPE"
2015-04-08T11:38:26 Server Algorithm Suite
Key Exchange: diffie-hellman-group1-sha1
Server Host Key: ssh-rsa
Client to Server Encryption: blowfish-cbc,3des-cbc
Server to Client Encryption: blowfish-cbc,3des-cbc
Client to Server HMAC: hmac-sha1,hmac-md5
Server to Client HMAC: hmac-sha1,hmac-md5
Client to Server Compression: none
Server to Client Compression: none
2015-04-08T11:38:26 Key exchange failed.
2015-04-08T11:38:26 Client closed the connection.
This problem was solved in the following post:
www.smartftp.com/forums/index.php?/topi ... iled/</div>
The solution was to: Manually enable the insecure AES CBC ciphers in the SSH dialog in the favorite properties
I believe that solution was for SmartFTP client. How can I enable the ciphers in the SmartFTP library code?