rearrange settings
This commit is contained in:
parent
ceaca4bcf0
commit
ea5bd3c672
1 changed files with 5 additions and 3 deletions
|
@ -2,9 +2,11 @@
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
logLevel = "VERBOSE"; # Used for fail2ban monitoring
|
settings = {
|
||||||
settings.PermitRootLogin = "no";
|
LogLevel = "VERBOSE"; # Used for fail2ban monitoring
|
||||||
settings.PasswordAuthentication = true; # Set this to false when keys are configured
|
PermitRootLogin = "no";
|
||||||
|
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.
|
||||||
|
|
Loading…
Reference in a new issue