Skip to content

Commit

Permalink
ssh_allow_tcp_forwarding is not a boolean (#480)
Browse files Browse the repository at this point in the history
Changed the comment to "Set to 'yes', 'no', 'local', 'all' or 'remote' to allow TCP Forwarding"
  • Loading branch information
ReinerNippes committed Aug 30, 2021
1 parent fcb7efc commit e819f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/ssh_hardening/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ ssh_remote_hosts: []
# Set this to "without-password" or "yes" to allow root to login
ssh_permit_root_login: 'no' # sshd

# false to disable TCP Forwarding. Set to true to allow TCP Forwarding.
# false to disable TCP Forwarding. Set to 'yes', 'no', 'local', 'all' or 'remote' to allow TCP Forwarding.
ssh_allow_tcp_forwarding: 'no' # sshd

# false to disable binding forwarded ports to non-loopback addresses. Set to true to force binding on wildcard address.
Expand Down

0 comments on commit e819f89

Please sign in to comment.