You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 26, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,8 +54,6 @@ Warning: This role disables root-login on the target server! Please make sure yo
54
54
|`ssh_challengeresponseauthentication`| false | Specifies whether challenge-response authentication is allowed (e.g. via PAM) |
55
55
|`ssh_client_password_login`| false |`true` to allow password-based authentication with the ssh client |
56
56
|`ssh_server_password_login`| false |`true` to allow password-based authentication with the ssh server |
57
-
|`ssh_google_auth`| false |`true` to enable google authenticator based TOTP 2FA |
58
-
|`ssh_pam_device`| false |`true` to enable public key auth with pam device 2FA |
59
57
|`ssh_banner`|`false`|`true` to print a banner on login |
60
58
|`ssh_client_hardening`|`true`|`false` to stop harden the client |
61
59
|`ssh_client_port`|`'22'`| Specifies the port number to connect on the remote host. |
@@ -79,6 +77,7 @@ Warning: This role disables root-login on the target server! Please make sure yo
79
77
|`sshd_syslog_facility`| 'AUTH' | The facility code that is used when logging messages from sshd |
80
78
|`sshd_log_level`| 'VERBOSE' | the verbosity level that is used when logging messages from sshd |
81
79
|`sshd_strict_modes`| 'yes' | Check file modes and ownership of the user's files and home directory before accepting login |
80
+
|`sshd_authenticationmethods` | `publickey` | Specifies the authentication methods that must be successfully completed for a user to be granted access. Make sure to set all required variables for your selected authentication method. Defaults found in `defaults/main.yml`
82
81
83
82
## Configuring settings not listed in role-variables
0 commit comments