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
Copy file name to clipboardExpand all lines: roles/ssh_hardening/README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -140,7 +140,7 @@ For more information, see [this issue](https://github.com/dev-sec/ansible-collec
140
140
- Required: no
141
141
- `ssh_ciphers`
142
142
- Default: ``
143
-
- Description: Change this list to overwrite ciphers. Defaults found in `defaults/main.yml`
143
+
- Description: Change this list to overwrite ciphers. If false this configuration will be skipped. Defaults found in `defaults/main.yml`
144
144
- Type: list
145
145
- Required: no
146
146
- `ssh_client_alive_count`
@@ -240,7 +240,7 @@ For more information, see [this issue](https://github.com/dev-sec/ansible-collec
240
240
- Required: no
241
241
- `ssh_host_key_algorithms`
242
242
- Default: ``
243
-
- Description: Host key algorithms that the server offers. If empty the default list will be used. Otherwise overrides the setting with specified list of algorithms. Check `man sshd_config`, `ssh -Q HostKeyAlgorithms` or other sources for supported algorithms - make sure you check the correct version
243
+
- Description: Host key algorithms that the server offers. If empty the default list will be used. If false this configuration will be skipped. Otherwise overrides the setting with specified list of algorithms. Check `man sshd_config`, `ssh -Q HostKeyAlgorithms` or other sources for supported algorithms - make sure you check the correct version
244
244
- Type: list
245
245
- Required: no
246
246
- `ssh_host_key_files`
@@ -260,7 +260,7 @@ For more information, see [this issue](https://github.com/dev-sec/ansible-collec
260
260
- Required: no
261
261
- `ssh_kex`
262
262
- Default: ``
263
-
- Description: Change this list to overwrite kexs. Defaults found in `defaults/main.yml`
263
+
- Description: Change this list to overwrite kexs. If false this configuration will be skipped. Defaults found in `defaults/main.yml`
264
264
- Type: list
265
265
- Required: no
266
266
- `ssh_listen_to`
@@ -275,7 +275,7 @@ For more information, see [this issue](https://github.com/dev-sec/ansible-collec
275
275
- Required: no
276
276
- `ssh_macs`
277
277
- Default: ``
278
-
- Description: Change this list to overwrite macs. Defaults found in `defaults/main.yml`
278
+
- Description: Change this list to overwrite macs. If false this configuration will be skipped. Defaults found in `defaults/main.yml`
0 commit comments