You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SSHHook warns that Remote Identification Change is not verified. when self.allow_host_key_change is set to False instead of when it is set to true
#9510
Closed
kkuzelka opened this issue
Jun 25, 2020
· 2 comments
· Fixed by #24116
allow_host_key_change - Set to true if you want to allow connecting to hosts that has host key changed or when you get ‘REMOTE HOST IDENTIFICATION HAS CHANGED’ error. This wont protect against Man-In-The-Middle attacks. Other possible solution is to remove the host entry from ~/.ssh/known_hosts file. Default is false.
Apache Airflow version: 1.10.10
What happened:
for any ssh connection with
allow_host_key_change
set to False or unset Airflow printsWhat you expected to happen:
https://airflow.apache.org/docs/stable/howto/connection/ssh.html says
allow_host_key_change - Set to true if you want to allow connecting to hosts that has host key changed or when you get ‘REMOTE HOST IDENTIFICATION HAS CHANGED’ error. This wont protect against Man-In-The-Middle attacks. Other possible solution is to remove the host entry from ~/.ssh/known_hosts file. Default is false.
How to reproduce it:
Let me know if I misunderstood how this should work.
The text was updated successfully, but these errors were encountered: