This is about adding support to adding or removing algorithms from default set in configuration files using the '+' and '-' characters. Then it would be possible to set algorithms like:
HostKeyAlgorithms -rsa-sha2-256
For the default set of algorithms except rsa-sha2-256
If possible, also support keywords like DEFAULT for the default set and FIPS for the fips allowed algorithms.