mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 09:14:18 +00:00
update ssh_hardening readme
This commit is contained in:
parent
e84b407c44
commit
27a1f6e5e8
1 changed files with 3 additions and 4 deletions
|
@ -11,7 +11,6 @@ Warning: This role disables root-login on the target server! Please make sure yo
|
|||
<!-- BEGIN_ANSIBLE_DOCS -->
|
||||
|
||||
## Supported Operating Systems
|
||||
|
||||
- EL
|
||||
- 7, 8, 9
|
||||
- Ubuntu
|
||||
|
@ -131,7 +130,7 @@ Warning: This role disables root-login on the target server! Please make sure yo
|
|||
- Required: no
|
||||
- `ssh_client_hardening`
|
||||
- Default: `true`
|
||||
- Description: `false` to stop harden the client.
|
||||
- Description: Set to `false` to stop harden the client.
|
||||
- Type: bool
|
||||
- Required: no
|
||||
- `ssh_client_host_key_algorithms`
|
||||
|
@ -271,7 +270,7 @@ Warning: This role disables root-login on the target server! Please make sure yo
|
|||
- Required: no
|
||||
- `ssh_permit_tunnel`
|
||||
- Default: `false`
|
||||
- Description: `true` if SSH Port Tunneling is required.
|
||||
- Description: Set to `true` if SSH Port Tunneling is required.
|
||||
- Type: bool
|
||||
- Required: no
|
||||
- `ssh_print_debian_banner`
|
||||
|
@ -321,7 +320,7 @@ Warning: This role disables root-login on the target server! Please make sure yo
|
|||
- Required: no
|
||||
- `ssh_server_hardening`
|
||||
- Default: `true`
|
||||
- Description: `false` to stop harden the server.
|
||||
- Description: Set to `false` to stop harden the server.
|
||||
- Type: bool
|
||||
- Required: no
|
||||
- `ssh_server_match_address`
|
||||
|
|
Loading…
Reference in a new issue