You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/07/01 06:49:59 UTC

[GitHub] [airflow] potiuk commented on issue #16738: SSHHook will not work if `extra.private_key` is a RSA key

potiuk commented on issue #16738:
URL: https://github.com/apache/airflow/issues/16738#issuecomment-871973743


   Seems it should be easy to fix by      `except paramiko.ssh_exception.SSHException` -> `Exception` - could you please see @ecerulm if thaf fixes the problem (even locally modifying the code) and if so - maybe you could  PR a fix for that? 


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org