Closed markdv77 closed 1 month ago
Hi,
I think I fixed this in #65, which is not yet released. Could you confirm that the current HEAD works for you? I expect you will need to swap to the commented line for value
in your code:
sshd_config {
'PubkeyAcceptedKeyTypes':
ensure => present,
value => [ '+ssh-dss' ];
#value => '+ssh-dss';
}
Hey, wanted to make sure you saw they released 7.0.0 which should fix this for you
Hi @tedgarb, nope I totally missed it. I've given it a quick go and it seems to be fixed indeed. Thank you very much for the reminder.👍
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
Save this as sshd.pp:
Run using default sshd_config file:
What are you seeing
Debug output shows:
What behaviour did you expect instead
I was hoping it would add the option to /etc/ssh/sshd_config
Output log
Any additional information you'd like to impart