Package: openssh-server Version: 1:7.4p1-5 Hello Colin.
File /etc/ssh/sshd_config says: # The strategy used for options in the default sshd_config shipped with # OpenSSH is to specify options with their default value where # possible, but leave them commented. Uncommented options override the # default value. but this is a little bit confusing for "HostKey". The default in stretch (once the version in unstable propagates to testing) will be like this: #HostKey /etc/ssh/ssh_host_rsa_key #HostKey /etc/ssh/ssh_host_ecdsa_key #HostKey /etc/ssh/ssh_host_ed25519_key The reasonable behaviour, I think, is that if I uncomment one or more of those lines, then only the uncommented lines will be used and not the "default set", but based on the above comment it is not very clear that this is what will happen. So: Would not be better to have those lines uncommented, for clarity? (This may also simplify the logic that handles upgrades, which in theory, should preserve user configuration from jessie). Thanks.

