Avital created AIRFLOW-2388:
-------------------------------
Summary: Add ability to configure paramiko client's banner_timeout
in SSHHook
Key: AIRFLOW-2388
URL: https://issues.apache.org/jira/browse/AIRFLOW-2388
Project: Apache Airflow
Issue Type: Improvement
Components: contrib, operators
Reporter: Avital
Right now, you can't increase the banner_timeout when connecting to a server
through SSH. This is because `SSHHook` doesn't allow you to set the
`banner_timeout` property on `paramiko.Client`'s `connect()` method, as
documented here: [http://docs.paramiko.org/en/2.4/api/client.html] .
This negatively affects developers' ability to use SSH - for example, I'm
getting DAG run fails as a result of `paramiko`'s inability to get an SSH
banner, because I can't increase the number of seconds it can wait for the
banner.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)