From 7b72432643380ecbf9c460116c080badc9ebacb8 Mon Sep 17 00:00:00 2001 From: capntack Date: Tue, 16 Jul 2024 14:14:14 -0500 Subject: [PATCH] Added tcpforwarding yes --- 00-user.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/00-user.conf b/00-user.conf index 5a6691a..6fde3ec 100644 --- a/00-user.conf +++ b/00-user.conf @@ -1,4 +1,5 @@ PermitRootLogin no PermitEmptyPasswords no +AllowTcpForwarding yes # After changing the below run sudo service ssh restart #PubkeyAuthentication yes \ No newline at end of file