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 = {
|
settings = {
|
||||||
LogLevel = "VERBOSE"; # Used for fail2ban monitoring
|
LogLevel = "VERBOSE"; # Used for fail2ban monitoring
|
||||||
PermitRootLogin = "no";
|
PermitRootLogin = "no";
|
||||||
PasswordAuthentication = true; # Set this to false when keys are configured
|
PasswordAuthentication = false;
|
||||||
};
|
};
|
||||||
banner = ''
|
banner = ''
|
||||||
--
|
--
|
||||||
|
|
Loading…
Reference in a new issue