ghoneycutt / puppet-module-ssh

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

Add support for prohibit-password #281

Closed threepistons closed 2 years ago

threepistons commented 6 years ago

PermitRootLogin prohibit-password is now permitted by the validator. No spec test, there wasn't one for the existing validator. Works on a vm. Non-breaking change.

bwoods8 commented 5 years ago

prohibit-password will be needed soon as without-password is deprecated.

 PermitRootLogin
             Specifies whether root can log in using ssh(1).  The argument
             must be yes, prohibit-password, forced-commands-only, or no.
             The default is prohibit-password.

             If this option is set to prohibit-password (or its deprecated
             alias, without-password), password and keyboard-interactive
             authentication are disabled for root.