diff --git a/hosts/common/sshd.nix b/hosts/common/sshd.nix index d73941f..a771e33 100644 --- a/hosts/common/sshd.nix +++ b/hosts/common/sshd.nix @@ -6,13 +6,6 @@ PasswordAuthentication = false; KbdInteractiveAuthentication = false; }; - extraConfig = '' - AllowTcpForwarding yes - X11Forwarding no - AllowAgentForwarding no - AllowStreamLocalForwarding no - AuthenticationMethods publickey - ''; }; networking.firewall = {