apache/airflow
Remove/Replace DSSKey references from Airflow
Fechada
#54.079 aberto em 4 de ago. de 2025
area:providersgood first issuekind:metaprovider:sftpprovider:ssh
Métricas do repositório
- Stars
- (44.809 estrelas)
- Métricas de merge de PR
- (Mesclagem média 7d 18h) (834 fundiu PRs em 30d)
Description
Body
As seen from: https://github.com/apache/airflow/pull/54078, which is a short term fix to workaround DSSKey
- Remove DSSKey references entirely in the codebase
- Bump minimum to paramiko 4.0+
- Provide migration guide for users with DSA keys
- Bump types-paramiko version that was limited in https://github.com/apache/airflow/pull/54173
Migration that could be required:
Users would need to: Generate other keys to be used in their connections (RSA, ECDSA, or Ed25519 keys) and update their Airflow connections to use those
Committer
- I acknowledge that I am a maintainer/committer of the Apache Airflow project.