ghoneycutt / puppet-module-ssh

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

V4 - ChallengeResponseAuthentication has wrong (new) variable name. #383

Closed bschonec closed 1 year ago

bschonec commented 2 years ago

In UPGRADING.md the ChallengeResponseAuthentication setting points to 'kbd_interactive_authentication' for version 4 of the module. Should this be something more like "challenge_resp_auth" in keeping with the other upgraded variables?

ChallengeResponseAuthentication is a deprecated option for RHEL9 but not for RHEL8 and older.

Phil-Friderici commented 1 year ago

The parameter was renamed from ChallengeResponseAuthentication to KbdInteractiveAuthentication [1]. If you need to use the old name you can still use $custom to set it to your needs.

[1] https://man.openbsd.org/ssh_config#KbdInteractiveAuthentication

Phil-Friderici commented 1 year ago

Closing as the needed functionality is able to reached with the $custom parameter in v4.