dosubot[bot] commented on issue #28651: URL: https://github.com/apache/superset/issues/28651#issuecomment-2745917599
<!-- Answer --> In Superset versions 4.1.1 and 5.0.0rc1, several changes have been made to the SSH tunneling implementation that might address the issues you're experiencing: 1. Display of the SSHTunnel switch when editing a database created with the Dynamic Form. 2. Fixes for bugs related to database edition for databases with SSH tunnels. 3. Addition of a password to the `from_private_key` function. 4. Fixes for the dataset creation flow through the modal for databases with tunnels. 5. Updates to fields for open tunnels with private and private key passwords. 6. Wrapping of the private key into a StringIO buffer before creating the tunnel. 7. Improvements in editing databases with SSH tunneling. 8. Proper setting of `server_port` through argument parameters. These updates might improve the stability and reliability of SSH connections in your Superset instance. It would be beneficial to test your setup with these newer versions to see if the issues persist <sup>[[1]](https://github.com/apache/superset/blob/master/superset-frontend/CHANGELOG.md)</sup><sup>[[2]](https://github.com/apache/superset/blob/master/superset/config.py)</sup>. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/86214038-e6dd-4367-b43b-4b36679dcee0?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/86214038-e6dd-4367-b43b-4b36679dcee0?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/86214038-e6dd-4367-b43b-4b36679dcee0?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/86214038-e6dd-4367-b43b-4b36679dcee0?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/86214038-e6dd-4367-b43b-4b36679dcee0?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/86214038-e6dd-4367-b43b-4b36679dcee0?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/86214038-e6dd-4367-b43b-4b36679dcee0?feedback_type=other)</sup> -- 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]
