changed an SSHD configuration file for remote host so its SSH server also allows agent forwarding from client
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user