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
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,6 @@ For more information, see [this issue](https://github.com/dev-sec/ansible-collec
46
46
<!-- BEGIN_ANSIBLE_DOCS -->
47
47
48
48
## Supported Operating Systems
49
-
50
49
- EL
51
50
- 8, 9
52
51
- Ubuntu
@@ -140,8 +139,8 @@ For more information, see [this issue](https://github.com/dev-sec/ansible-collec
140
139
- Type: bool
141
140
- Required: no
142
141
- `ssh_ciphers`
143
-
- Default: undefined
144
-
- Description: Set a list of ciphers to override the one defined in `vars/main.yml`, or set it to false to skip this configuration.
142
+
- Default: ``
143
+
- Description: Change this list to overwrite ciphers. Defaults found in `defaults/main.yml`
145
144
- Type: list
146
145
- Required: no
147
146
- `ssh_client_alive_count`
@@ -245,8 +244,8 @@ For more information, see [this issue](https://github.com/dev-sec/ansible-collec
245
244
- Type: list
246
245
- Required: no
247
246
- `ssh_host_key_files`
248
-
- Default: undefined
249
-
- Description: Host keys for sshd. If undefined ['/etc/ssh/ssh_host_rsa_key', '/etc/ssh/ssh_host_ecdsa_key', '/etc/ssh/ssh_host_ed25519_key'] will be used, as far as supported by the installed sshd version, and a new `ssh_host_rsa_key` may be generated according to `ssh_host_rsa_key_size`. Set it to false to skip this configuration.
247
+
- Default: ``
248
+
- Description: Host keys for sshd. If empty ['/etc/ssh/ssh_host_rsa_key', '/etc/ssh/ssh_host_ecdsa_key', '/etc/ssh/ssh_host_ed25519_key'] will be used, as far as supported by the installed sshd version.
250
249
- Type: list
251
250
- Required: no
252
251
- `ssh_host_rsa_key_size`
@@ -260,8 +259,8 @@ For more information, see [this issue](https://github.com/dev-sec/ansible-collec
260
259
- Type: bool
261
260
- Required: no
262
261
- `ssh_kex`
263
-
- Default: undefined
264
-
- Description: Set a list of Key Exchange Algorithms to override the one defined in `vars/main.yml`, or set it to false to skip this configuration.
262
+
- Default: ``
263
+
- Description: Change this list to overwrite kexs. Defaults found in `defaults/main.yml`
265
264
- Type: list
266
265
- Required: no
267
266
- `ssh_listen_to`
@@ -275,8 +274,8 @@ For more information, see [this issue](https://github.com/dev-sec/ansible-collec
275
274
- Type: str
276
275
- Required: no
277
276
- `ssh_macs`
278
-
- Default: undefined
279
-
- Description: Set a list of macs to override the one defined in `vars/main.yml`, or set it to false to skip this configuration.
277
+
- Default: ``
278
+
- Description: Change this list to overwrite macs. Defaults found in `defaults/main.yml`
0 commit comments