Version History
See whats new in SQLGate!
SQLGate for MariaDB Developer 9.19.0.0
2025.07.17
Bug Fixes
-
Fixed SSH connection issue due to
ssh-rsa
algorithm being disabled in OpenSSH 8.8+
Starting with OpenSSH 8.8, thessh-rsa
algorithm is disabled by default for security reasons, causing authentication errors during SSH connections.
This issue has been resolved by supporting more secure algorithms such asssh-ed25519
andecdsa-sha2-nistp256
, along with compatibility options if needed.