GitHub user LeslieZhu created a discussion: How can AirFlow connections work 
with old CentOS's old SSH algorithms?

I have an old CentOS host, so I need to use .ssh/config to ssh it because the 
old Algorithms:

```
$ cat ~/.ssh/config
Host TestHost
    HostKeyAlgorithms +ssh-rsa,ssh-dss
    PubkeyAcceptedKeyTypes +ssh-rsa,ssh-dss
    KexAlgorithms +diffie-hellman-group-exchange-sha256
```

I want to use Airflow3 now, but the connection always failed. 

I think that's because I need to let AirFlow to read or configure like the 
~/.ssh/config. I suppose the AirFlow default disabled the SSH old Algorithms.

How can I do that?

GitHub link: https://github.com/apache/airflow/discussions/59735

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to