Open Issues Need Help
View All on GitHub Data Science • ETL Tools
bug: Migrate to paramiko 4 about 1 month ago
AI Summary: The task is to update the `meltanolabs-target-postgres` Singer target to use Paramiko 4. This requires addressing the removal of DSA key algorithm support in Paramiko 4, likely by migrating to a more secure algorithm like Ed25519 or ECDSA, or potentially adding conditional logic to support both Paramiko 3 and 4 depending on the user's SSH key type. If users rely on DSA keys, they may need to be informed of the incompatibility and advised to upgrade their keys.
Complexity:
4/5
bug good first issue dependencies