From dfd472ebe801fb1d300bd9a155f367c539551775 Mon Sep 17 00:00:00 2001 From: Petru Paler Date: Sun, 26 Nov 2023 09:31:19 +0000 Subject: [PATCH] Remove some stricter sshd options. --- hosts/common/sshd.nix | 7 ------- 1 file changed, 7 deletions(-) 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 = {