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, the ssh-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 as ssh-ed25519 and ecdsa-sha2-nistp256, along with compatibility options if needed.