design-center
design-center copied to clipboard
Security::SSH - duplicate entries in config
Noticed this, I suspect this has to do with uncommenting default values and adding values at the same time. I have not investigated though.
While it doens't cause any problem. I get complaints from anyone who looks at the configfile itself.
grep Listen /etc/ssh/sshd_config ListenAddress 172.24.10.10 ListenAddress 172.24.10.10
grep Protocol /etc/ssh/sshd_config Protocol 2 Protocol 2
I'll work on this after the cf-sketch redesign is complete (see milestone).
I'm pretty sure this is related to https://github.com/cfengine/copbl/pull/7 and would be solved by merging that pull request, but need to spend some time testing.