changed an SSHD configuration file for remote host so its SSH server also allows agent forwarding from client

This commit is contained in:
2026-06-10 14:02:40 -04:00
parent 50c7b6a56d
commit 0cee2cbb79

View File

@@ -4,4 +4,5 @@ PubkeyAuthentication yes
KbdInteractiveAuthentication no # enable if implementing TOTP 2FA KbdInteractiveAuthentication no # enable if implementing TOTP 2FA
UsePAM yes UsePAM yes
PrintMotd yes PrintMotd yes
AllowAgentForwarding yes
Banner /etc/banner Banner /etc/banner