nsAstro opened a new pull request, #23043: URL: https://github.com/apache/airflow/pull/23043
This is to address issue #22576 where paramiko expects that any private keys provided have the BEGIN and END header/footer in separate lines. The exception should technically be thrown downstream, but since paramiko doesn't have a clear exception message or specific exception type, we catch it before using the key and present it back to the user. [Relevant paramiko snippet](https://github.com/paramiko/paramiko/blob/main/paramiko/pkey.py#L325-L338) -- 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]
