services.openssh.settings.PasswordAuthentication = false
This commit is contained in:
parent
56e2664fb8
commit
1e6d2216ba
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
settings = {
|
||||
LogLevel = "VERBOSE"; # Used for fail2ban monitoring
|
||||
PermitRootLogin = "no";
|
||||
PasswordAuthentication = true; # Set this to false when keys are configured
|
||||
PasswordAuthentication = false;
|
||||
};
|
||||
banner = ''
|
||||
--
|
||||
|
|
Loading…
Reference in a new issue