Personal Nix flake
nixos home-manager nix
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: Remove AddKeysToAgent from sshd config

That was never meant to be there to begin with, oops

-1
-1
nix/nixos/modules/ssh/default.nix
··· 13 13 allowSFTP = true; 14 14 openFirewall = true; 15 15 settings = { 16 - AddKeysToAgent = lib.mkDefault true; 17 16 AllowAgentForwarding = lib.mkDefault false; 18 17 PasswordAuthentication = lib.mkDefault false; 19 18 PermitRootLogin = lib.mkDefault "no";