ssh
This commit is contained in:
parent
2c57b566f9
commit
d73d2be924
5 changed files with 14 additions and 2 deletions
9
system/ssh.nix
Normal file
9
system/ssh.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{...}: {
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings = {
|
||||
PermitRootLogin = "no";
|
||||
PasswordAuthentication = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue