You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Jarek Potiuk (Jira)" <ji...@apache.org> on 2020/01/19 23:37:06 UTC

[jira] [Closed] (AIRFLOW-2388) Add ability to configure paramiko client's banner_timeout in SSHHook

     [ https://issues.apache.org/jira/browse/AIRFLOW-2388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jarek Potiuk closed AIRFLOW-2388.
---------------------------------
    Resolution: Won't Fix

I am closing some old issues that are not relevant any more. Please let me know if you want to reopen it.

> 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
>            Priority: Minor
>
> 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
(v8.3.4#803005)