Skip to content
This repository has been archived by the owner on Dec 26, 2020. It is now read-only.

Commit

Permalink
set UsePAM to yes by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Gumprich committed Aug 31, 2019
1 parent ce23e04 commit 45e152c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Warning: This role disables root-login on the target server! Please make sure yo
|`ssh_gateway_ports` | `false` | `false` to disable binding forwarded ports to non-loopback addresses. Set to `true` to force binding on wildcard address. Set to `clientspecified` to allow the client to specify which address to bind to.|
|`ssh_allow_agent_forwarding` | false | false to disable Agent Forwarding. Set to true to allow Agent Forwarding.|
|`ssh_pam_support` | true | true if SSH has PAM support.|
|`ssh_use_pam` | false | false to disable pam authentication.|
|`ssh_use_pam` | true | false to disable pam authentication.|
|`ssh_gssapi_support` | false | true if SSH has GSSAPI support.|
|`ssh_kerberos_support` | true | true if SSH has Kerberos support.|
|`ssh_deny_users` | '' | if specified, login is disallowed for user names that match one of the patterns.|
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ ssh_allow_agent_forwarding: false # sshd
ssh_pam_support: true

# false to disable pam authentication.
ssh_use_pam: false # sshd
ssh_use_pam: true # sshd

# false to disable google 2fa authentication
ssh_google_auth: false # sshd
Expand Down

0 comments on commit 45e152c

Please sign in to comment.