Na atualização atual do Stretch, a versão openssh
foi alterada de 7,3 para 7,4, lançada em 2016 a 19 de dezembro.
Como pode ser inferido a partir das Notas de Lançamento, e dos comentários do @Jakuje, os mantenedores do OpenSSH removeram as opções de configuração correspondentes para o bem, já que elas estão obsoletas.
Assim, as linhas podem ser removidas com segurança.
Além disso, siga em frente:
Future deprecation notice
We plan on retiring more legacy cryptography in future releases, specifically:
In approximately August 2017, removing remaining support for the
SSH v.1 protocol (client-only and currently compile-time disabled).In the same release, removing support for Blowfish and RC4 ciphers and the RIPE-MD160 HMAC. (These are currently run-time disabled).
Refusing all RSA keys smaller than 1024 bits (the current minimum
is 768 bits)The next release of OpenSSH will remove support for running sshd(8) with privilege separation disabled.
The next release of portable OpenSSH will remove support for
OpenSSL version prior to 1.0.1.