Skip to content

Commit e819f89

Browse files
authored
ssh_allow_tcp_forwarding is not a boolean (#480)
Changed the comment to "Set to 'yes', 'no', 'local', 'all' or 'remote' to allow TCP Forwarding"
1 parent fcb7efc commit e819f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/ssh_hardening/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ ssh_remote_hosts: []
7575
# Set this to "without-password" or "yes" to allow root to login
7676
ssh_permit_root_login: 'no' # sshd
7777

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

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

0 commit comments

Comments
 (0)