I fixed it myself,
This PR contains code to add an option to require both PKI and password auth on a global level.
By setting PKIandPassword to true in the global scope, it will embed AuthenticationMethods "publickey,password" to sshd_config to enforce both methods.
I fixed it myself, This PR contains code to add an option to require both PKI and password auth on a global level. By setting PKIandPassword to true in the global scope, it will embed
AuthenticationMethods "publickey,password"
to sshd_config to enforce both methods.example: