mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-14 10:57:06 +00:00
update ssh_hardening readme
This commit is contained in:
parent
cb85a99e22
commit
82a84eec94
1 changed files with 5 additions and 0 deletions
|
@ -214,6 +214,11 @@ For more information, see [this issue](https://github.com/dev-sec/ansible-collec
|
|||
- Description: if specified, login is disallowed for user names that match one of the patterns.
|
||||
- Type: str
|
||||
- Required: no
|
||||
- `ssh_forward_agent`
|
||||
- Default: `no`
|
||||
- Description: Enables the ssh forward agent for the Cli if set to 'yes'
|
||||
- Type: str
|
||||
- Required: no
|
||||
- `ssh_gateway_ports`
|
||||
- Default: `False`
|
||||
- Description: Set to `false` to disable binding forwarded ports to non-loopback addresses. Set to `true` to force binding on wildcard address. Set to `clientspecified` to allow the client to specify which address to bind to.
|
||||
|
|
Loading…
Reference in a new issue