mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-13 02:17:06 +00:00
Update argument_specs.yml
adding context for ssh_forward_agent
This commit is contained in:
parent
1563970b43
commit
a4fc261ee2
1 changed files with 3 additions and 0 deletions
|
@ -365,3 +365,6 @@ argument_specs:
|
|||
default: sandbox
|
||||
description: Specifies whether sshd separates privileges by creating an unprivileged
|
||||
child process to deal with incoming network traffic.
|
||||
ssh_forward_agent:
|
||||
default: 'no'
|
||||
description: Enables the ssh forward agent for the Cli if set to 'yes'
|
||||
|
|
Loading…
Reference in a new issue