We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4ca770 commit 08cd920Copy full SHA for 08cd920
roles/ssh_hardening/templates/openssh.conf.j2
@@ -91,7 +91,7 @@ StrictHostKeyChecking ask
91
{% endif %}
92
# Disable agent forwarding, since local agent could be accessed through forwarded connection.
93
94
-ForwardAgent {{ ((ssh_forward_agent) if ssh_forward_agent is defined else 'no')}}
+ForwardAgent {{ ((ssh_forward_agent) if ssh_forward_agent is defined else 'no') }}
95
96
97
# Disable X11 forwarding, since local X11 display could be accessed through forwarded connection.
0 commit comments