Skip to content

Commit 08cd920

Browse files
committed
Fix: ForwardAgent j2 template space in roles/ssh_hardening/templates/openssh.conf.j2
1 parent d4ca770 commit 08cd920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/ssh_hardening/templates/openssh.conf.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ StrictHostKeyChecking ask
9191
{% endif %}
9292
# Disable agent forwarding, since local agent could be accessed through forwarded connection.
9393

94-
ForwardAgent {{ ((ssh_forward_agent) if ssh_forward_agent is defined else 'no')}}
94+
ForwardAgent {{ ((ssh_forward_agent) if ssh_forward_agent is defined else 'no') }}
9595

9696

9797
# Disable X11 forwarding, since local X11 display could be accessed through forwarded connection.

0 commit comments

Comments
 (0)