Ssh keys in confd(algorithms)

If we do not specify list of algorithms offered for doing ssh in confd.conf file, what are the default values used by confd in such cases.

Need answer in case of ConfD -4.0.7 and ConfD-6.4.2

As specified in the confd.conf of the User Guide as follows:

/confdConfig/ssh/algorithms - container element

This section defines custom lists of algorithms to be usable with the built-in SSH implementation. For each type of algorithm, an empty value means that all supported algorithms should be usable, and a non-empty value (a comma-separated list of algorithm names) means that the intersection of the supported algorithms and the configured algorithms should be usable.

The default is empty value meaning all supported algorithms by libcrypto should be usable.