Merge pull request #215917 from VergeDX/patch-1
nixos/virtualisation/linode-image: Migrate to new openssh options.
This commit is contained in:
commit
b7ee0509ff
@ -6,8 +6,8 @@ with lib;
|
|||||||
services.openssh = {
|
services.openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
permitRootLogin = "prohibit-password";
|
settings.PermitRootLogin = "prohibit-password";
|
||||||
passwordAuthentication = mkDefault false;
|
settings.PasswordAuthentication = mkDefault false;
|
||||||
};
|
};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
|
Loading…
Reference in New Issue
Block a user