This commit is contained in:
iFargle 2023-07-04 15:39:32 +09:00
parent 27d975f0c8
commit ceaca4bcf0

View file

@ -4,7 +4,7 @@
openFirewall = true; openFirewall = true;
logLevel = "VERBOSE"; # Used for fail2ban monitoring logLevel = "VERBOSE"; # Used for fail2ban monitoring
settings.PermitRootLogin = "no"; settings.PermitRootLogin = "no";
settings.PasswordAuthentication = "true; # Set this to false when keys are configured settings.PasswordAuthentication = true; # Set this to false when keys are configured
banner = '' banner = ''
You are accessing a U.S. Government (USG) Information You are accessing a U.S. Government (USG) Information
System (IS) that is provided for USG-authorized use only. System (IS) that is provided for USG-authorized use only.
@ -38,9 +38,8 @@
and work product are private and confidential. See User Agreement for and work product are private and confidential. See User Agreement for
details. details.
''; '';
}; };
# Enable GPG Agent support: # Enable GPG Agent support:
programs.gnupg.agent.enableSSHSupport = "true"; programs.gnupg.agent.enableSSHSupport = true;
} }