NBardelot opened a new issue #12318: URL: https://github.com/apache/airflow/issues/12318
See the hook: `airflow/providers/ssh/hooks/ssh.py` The Paramiko lib supports ECDSA keys. But the hook forces the use of RSA keys. This should be viewed as an issue as the release note of OpenSSH 8.4 states that ssh-rsa keys are soon becoming obsolete. Support of EC keys should be added in order to improve the security and interoperability of Airflow, and so that users can start using more trustworthy algorithms. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
