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-1
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ Warning: This role disables root-login on the target server! Please make sure yo
85
85
|`sshd_custom_options`|[]| Custom lines for SSH daemon configuration |
86
86
|`sshd_syslog_facility`| 'AUTH' | The facility code that is used when logging messages from sshd |
87
87
|`sshd_log_level`| 'VERBOSE' | the verbosity level that is used when logging messages from sshd |
88
-
|`sshd_strict_modes`|'yes'| Check file modes and ownership of the user's files and home directory before accepting login |
88
+
|`sshd_strict_modes`|true| Check file modes and ownership of the user's files and home directory before accepting login |
89
89
|`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`
90
90
91
91
## Configuring settings not listed in role-variables
0 commit comments