disable password authentication
This commit is contained in:
parent
3228ea6e01
commit
7c860a551e
|
@ -145,6 +145,7 @@
|
|||
services.openssh = {
|
||||
enable = true;
|
||||
permitRootLogin = "no";
|
||||
passwordAuthentication = false;
|
||||
};
|
||||
|
||||
# Open ports in the firewall.
|
||||
|
|
Loading…
Reference in a new issue