Skip to content

Conversation

@Arunodoy18
Copy link
Contributor

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.

@bito-code-review
Copy link
Contributor

bito-code-review bot commented Feb 9, 2026

Bito Automatic Review Failed - Technical Failure

Bito encountered technical difficulties while generating code feedback . To retry, type /review in a comment and save. If the issue persists, contact support@bito.ai and provide the following details:

Agent Run ID: 1475101d-ea44-4a78-a72d-abbcb60364aa

@dosubot dosubot bot added the change:backend Requires changing the backend label Feb 9, 2026
@rusackas rusackas requested a review from Vitor-Avila February 10, 2026 00:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

change:backend Requires changing the backend size/L

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant