Skip to content
This repository was archived by the owner on Dec 26, 2020. It is now read-only.

Commit c7e102a

Browse files
authored
Merge pull request #196 from ikr0m/patch-1
Update opensshd.conf.js
2 parents 833a173 + a6d1870 commit c7e102a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/opensshd.conf.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ PermitTunnel {{ 'yes' if (ssh_permit_tunnel|bool) else 'no' }}
168168
# no real advantage without denied shell access
169169
AllowTcpForwarding {{ 'yes' if (ssh_allow_tcp_forwarding|bool) else 'no' }}
170170

171-
# Disable agent formwarding, since local agent could be accessed through forwarded connection.
171+
# Disable agent forwarding, since local agent could be accessed through forwarded connection.
172172
# no real advantage without denied shell access
173173
AllowAgentForwarding {{ 'yes' if (ssh_allow_agent_forwarding|bool) else 'no' }}
174174

0 commit comments

Comments
 (0)