Arunodoy18 opened a new pull request, #37811: URL: https://github.com/apache/superset/pull/37811
This PR fixes SSH tunnel authentication failures when using modern private key formats supported by Paramiko (e.g. ED25519). The existing implementation assumed RSA keys during private key loading, which caused valid non-RSA keys to fail during SSH tunnel initialization. Since Paramiko already supports multiple key formats, this change updates Superset to safely leverage those capabilities through automatic key type detection. The implementation is intentionally minimal, scoped only to SSH key loading, and preserves the existing authentication flow and validation behavior. No configuration, schema, or connection model changes are introduced. RSA-based tunnels remain fully supported, ensuring complete backward compatibility while improving support for modern SSH key standards. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
