FIX : permitRootLogin : no
This commit is contained in:
parent
7d78e49841
commit
ef3b32ea8d
|
@ -10,6 +10,7 @@
|
|||
zramSwap.enable = false;
|
||||
networking.hostName = "back";
|
||||
services.openssh.enable = true;
|
||||
services.openssh.permitRootLogin = "no";
|
||||
users.users.root.openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKUA1RW6JwZasspAp8qmFRFnlV5WXjhLfStAAkM+KYLv lucazeau.alexandre@gmail.com"
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue