From 0cee2cbb7928011ea1cdc6b2726911013a9a334b Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Wed, 10 Jun 2026 14:02:40 -0400 Subject: [PATCH] changed an SSHD configuration file for remote host so its SSH server also allows agent forwarding from client --- roles/init-server/files/sshd_config.d/auth.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/init-server/files/sshd_config.d/auth.conf b/roles/init-server/files/sshd_config.d/auth.conf index 31cebf5..c05c67f 100644 --- a/roles/init-server/files/sshd_config.d/auth.conf +++ b/roles/init-server/files/sshd_config.d/auth.conf @@ -4,4 +4,5 @@ PubkeyAuthentication yes KbdInteractiveAuthentication no # enable if implementing TOTP 2FA UsePAM yes PrintMotd yes +AllowAgentForwarding yes Banner /etc/banner \ No newline at end of file