Skip to content

Commit

Permalink
Merge pull request dev-sec#196 from ikr0m/patch-1
Browse files Browse the repository at this point in the history
Update opensshd.conf.js
  • Loading branch information
rndmh3ro authored Nov 14, 2018
2 parents 20abf5e + 755bda5 commit 48d05f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/opensshd.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ PermitTunnel {{ 'yes' if (ssh_permit_tunnel|bool) else 'no' }}
# no real advantage without denied shell access
AllowTcpForwarding {{ 'yes' if (ssh_allow_tcp_forwarding|bool) else 'no' }}

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

Expand Down

0 comments on commit 48d05f2

Please sign in to comment.