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 2020/12/15 11:28:28 UTC

[GitHub] [airflow] triptec commented on pull request #12944: [AIRFLOW-7044] Host key can be specified via SSH connection extras.

triptec commented on pull request #12944:
URL: https://github.com/apache/airflow/pull/12944#issuecomment-745229444


   @ashb I've made the changes and added a test. The ssh hook sets no_host_key_check to True by default but that is overridden to False by default in the sftp hook, but as no_host_key_check is set to False in sftp's __init__ after ssh's __init__ it means you have to set no_host_key_check: false in extras even if that's default in sftp.


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

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