design-center icon indicating copy to clipboard operation
design-center copied to clipboard

Security::SSH - duplicate entries in config

Open nickanderson opened this issue 13 years ago • 2 comments

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

nickanderson avatar Sep 14 '12 20:09 nickanderson

I'll work on this after the cf-sketch redesign is complete (see milestone).

tzz avatar Sep 19 '12 12:09 tzz

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.

zzamboni avatar Sep 20 '12 13:09 zzamboni