eladkal commented on code in PR #64898: URL: https://github.com/apache/airflow/pull/64898#discussion_r3051470498
########## providers/ssh/docs/changelog.rst: ########## @@ -33,6 +33,10 @@ Changelog Breaking changes ~~~~~~~~~~~~~~~~ +* ``Bump minimum paramiko to 4.0.0; DSA/DSS private keys and ssh-dss host keys are no longer supported (#54079)`` + + Paramiko 4.0 dropped DSS/DSA key support. If you still use DSA keys or a ``host_key`` extra in the ``ssh-dss`` format, generate replacement keys (RSA, ECDSA, or Ed25519) and update your Airflow SSH (and SFTP) connections and key files accordingly. Review Comment: Move above the 5.0.0 line -- 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]
