Bug#959726: [PATCH] Check sshd_config.d/* for HostKey in postinst

2022-07-12 Thread Daniel Kahn Gillmor
Control: tags 959726 + patch On Thu 2020-11-05 20:26:30 -0800, Dmitry Borodaenko wrote: > If you can safely assume that /etc/ssh/sshd_config.d exists you can simply add > it to the list of files scanned for HostKey. > > --- > debian/openssh-server.postinst | 2 +- > 1 file changed, 1 insertion(+)

Bug#959726: [PATCH] Check sshd_config.d/* for HostKey in postinst

2020-11-05 Thread Dmitry Borodaenko
If you can safely assume that /etc/ssh/sshd_config.d exists you can simply add it to the list of files scanned for HostKey. --- debian/openssh-server.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/openssh-server.postinst b/debian/openssh-server.postinst index