From fc525a745ca67ae42ca73624b3a42c8e0c2aeafc Mon Sep 17 00:00:00 2001 From: Jannik Beyerstedt Date: Sat, 6 Aug 2022 12:56:43 +0200 Subject: [PATCH] sshd: Allow being used as jump host --- templates/sshd_config.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/sshd_config.j2 b/templates/sshd_config.j2 index 38fce05..57fa5cf 100644 --- a/templates/sshd_config.j2 +++ b/templates/sshd_config.j2 @@ -38,7 +38,8 @@ ChallengeResponseAuthentication no UsePAM yes AllowAgentForwarding no -AllowTcpForwarding no +AllowTcpForwarding yes +PermitOpen any #GatewayPorts no X11Forwarding no #X11DisplayOffset 10