uranusjr commented on a change in pull request #17236:
URL: https://github.com/apache/airflow/pull/17236#discussion_r678049005



##########
File path: airflow/providers/ssh/hooks/ssh.py
##########
@@ -185,6 +200,18 @@ def __init__(
                     self.host_key = key_constructor(data=decoded_host_key)
                     self.no_host_key_check = False
 
+        if self.timeout:

Review comment:
       Continuing above, this check seems to make more sense if the default 
`timeout` is `None`.




-- 
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-unsubscr...@airflow.apache.org

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


Reply via email to