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 08:10:26 UTC

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

potiuk edited a comment 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? 
   
   UPDATE: Ah - i see it does NOT raise an exception. Then I think it can be fixed by changing key into key_candidates array and caching the key when succeeds first time. Sounds like a possible, easy solution ? WDYT?


-- 
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