ashb commented on a change in pull request #12467:
URL: https://github.com/apache/airflow/pull/12467#discussion_r570203713
##########
File path: airflow/config_templates/config.yml
##########
@@ -2053,3 +2053,13 @@
type: string
example: ~
default: "NamedHivePartitionSensor"
+- name: ssh
+ description: ~
+ options:
+ - name: private_keys_algorithm_support
+ description: |
+ Comma separated list of ssh algorithms names (following `ssh-keygen`
naming) supported by
+ SSH hook
+ type: string
+ example: ~
+ default: "dsa,ecdsa,ed25519,rsa"
Review comment:
Yeah, this doesn't really feel like a config setting adds anything here
-- this should be enforced on the connecting server side rather than here.
@brighton1101 Lets remove this part please.
(Sorry for letting this languish for sooo long)
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]