sshd: disable unused agent forwarding feature

This is a misguided feature and while this doesn't meaningfully reduce
attack surface, it makes sense not to enable it.
This commit is contained in:
Daniel Micay 2022-07-11 19:57:42 -04:00
parent 1d9d5df54c
commit 1a195570c8

View File

@ -86,7 +86,7 @@ KbdInteractiveAuthentication no
# and KbdInteractiveAuthentication to 'no'.
UsePAM yes
#AllowAgentForwarding yes
AllowAgentForwarding no
#AllowTcpForwarding yes
#GatewayPorts no
#X11Forwarding no