rearrange settings

This commit is contained in:
iFargle 2023-07-04 15:40:32 +09:00
parent ceaca4bcf0
commit ea5bd3c672

View file

@ -2,9 +2,11 @@
services.openssh = {
enable = true;
openFirewall = true;
logLevel = "VERBOSE"; # Used for fail2ban monitoring
settings.PermitRootLogin = "no";
settings.PasswordAuthentication = true; # Set this to false when keys are configured
settings = {
LogLevel = "VERBOSE"; # Used for fail2ban monitoring
PermitRootLogin = "no";
PasswordAuthentication = true; # Set this to false when keys are configured
};
banner = ''
You are accessing a U.S. Government (USG) Information
System (IS) that is provided for USG-authorized use only.