I have a client using FTP Rush to connect to my SFTP server. We recently updated the server's cryptography configuration and found that FTP Rush was unable to connect.
Issue Details:
We updated our SFTP server to allow only the following secure signature algorithms:
rsa-sha2-256
rsa-sha2-512
ecdsa-sha2-nistp256
ecdsa-sha2-nistp384
ecdsa-sha2-nistp512
After making this change, a client using FTP Rush encountered a protocol error and was unable to connect. We performed additional testing and found that re-enabling the deprecated ssh-rsa (SHA-1) signature algorithm allowed the connection to succeed.
Question:
Is this expected behavior? Does FTP Rush support rsa-sha2-256 or ecdsa signatures, or is ssh-rsa required for compatibility?
SFTP connection requires deprecated ssh-rsa (SHA-1) signature algorithm
-
- Posts: 2
- Joined: Wed Feb 12, 2025 9:17 pm
-
- Site Admin
- Posts: 2118
- Joined: Tue Sep 29, 2009 6:09 am
Re: SFTP connection requires deprecated ssh-rsa (SHA-1) signature algorithm
Yes, because old FTP Rush 2.x doesn't support those key exchange algorithms, maybe you can use FTP Rush 3.x instead: https://www.wftpserver.com/ftprush.htm
-
- Posts: 2
- Joined: Wed Feb 12, 2025 9:17 pm
Re: SFTP connection requires deprecated ssh-rsa (SHA-1) signature algorithm
Hello,
Thank you for the reply. The client and our testing used the latest version, 3.5.8.
Thank you for the reply. The client and our testing used the latest version, 3.5.8.