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: [email protected]
