WIP: SSH configuration restructure
Backup of SSH reorganization changes for future reference.
This commit is contained in:
parent
a6fa8866ac
commit
acab920858
7 changed files with 43 additions and 27 deletions
|
|
@ -1,12 +0,0 @@
|
|||
{...}: {
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings = {
|
||||
PermitRootLogin = "no";
|
||||
PasswordAuthentication = false;
|
||||
LogLevel = "VERBOSE";
|
||||
};
|
||||
ports = [22];
|
||||
openFirewall = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue