sshd: Allow being used as jump host
This commit is contained in:
parent
0457455354
commit
fc525a745c
|
@ -38,7 +38,8 @@ ChallengeResponseAuthentication no
|
||||||
UsePAM yes
|
UsePAM yes
|
||||||
|
|
||||||
AllowAgentForwarding no
|
AllowAgentForwarding no
|
||||||
AllowTcpForwarding no
|
AllowTcpForwarding yes
|
||||||
|
PermitOpen any
|
||||||
#GatewayPorts no
|
#GatewayPorts no
|
||||||
X11Forwarding no
|
X11Forwarding no
|
||||||
#X11DisplayOffset 10
|
#X11DisplayOffset 10
|
||||||
|
|
Loading…
Reference in a new issue