ghoneycutt / puppet-module-ssh

Puppet module to manage SSH
Other
34 stars 184 forks source link

Change the RekeyLimit setting #353

Closed thale13 closed 1 year ago

thale13 commented 3 years ago

I have a need to change the sshd setting 'RekeyLimit'. Is there a way to do this with the module, or does that parameter need to be added?

Looking thru the code, I don't see it anywhere. I can change it with a file_line statement, but then I get corrective changes every run because the module removes it, then the other code I wrote adds it back in.

Phil-Friderici commented 1 year ago

RekeyLimitcan be set using the $ssh::server::rekey_limit parameter in v4. Please re-open if this doesn't fix your use case.