This commit is contained in:
cnst
2024-07-29 20:08:44 +02:00
parent 06deb827a5
commit 3f99d55541
8 changed files with 90 additions and 89 deletions

View File

@@ -1,9 +1,7 @@
{
services.openssh = {
enable = true;
ports = [22];
settings = {
AllowUsers = ["toothpick" "cnst"];
PermitRootLogin = "no";
PasswordAuthentication = false;
};