parent
f037d1dd80
commit
2637817c9c
20 changed files with 8 additions and 12 deletions
13
hosts/cl-00-00/system/configuration/ssh.nix
Executable file
13
hosts/cl-00-00/system/configuration/ssh.nix
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
{ ...
|
||||
}:
|
||||
|
||||
{
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
PermitRootLogin = "prohibit-password";
|
||||
PasswordAuthentication = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue