From 1831a5493857e02a6669ca419877e3da75e2e98e Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Sat, 9 Feb 2019 21:09:48 +0000 Subject: [PATCH] Adding port forwaring in ssh --- roles/common/files/sshd_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/common/files/sshd_config b/roles/common/files/sshd_config index 9d72141..6da161a 100644 --- a/roles/common/files/sshd_config +++ b/roles/common/files/sshd_config @@ -84,7 +84,7 @@ ChallengeResponseAuthentication no UsePAM yes #AllowAgentForwarding yes -AllowTcpForwarding no +AllowTcpForwarding yes #GatewayPorts no X11Forwarding no #X11DisplayOffset 10