enhancement/52 #54

Merged
wi11-holdsworth merged 3 commits from enhancement/52 into main 2025-12-15 21:34:45 +11:00
Showing only changes of commit d3868b69c4 - Show all commits

View file

@ -27,9 +27,7 @@
# hardened openssh
services.openssh = {
passwordAuthentication = false;
allowSFTP = false;
challengeResponseAuthentication = false;
extraConfig = ''
AllowTcpForwarding yes
X11Forwarding no
@ -37,6 +35,10 @@
AllowStreamLocalForwarding no
AuthenticationMethods publickey
'';
settings = {
KbdInteractiveAuthentication = false;
PasswordAuthentication = false;
};
};
system.stateVersion = "24.11";