prevent ssh root login
All checks were successful
nix flake show / show-flake (push) Successful in 36s
All checks were successful
nix flake show / show-flake (push) Successful in 36s
This commit is contained in:
parent
ff32a25403
commit
46c9281a62
@ -18,7 +18,7 @@ in
|
||||
AllowUsers = null;
|
||||
UseDns = true;
|
||||
X11Forwarding = false;
|
||||
PermitRootLogin = "no";
|
||||
PermitRootLogin = "prohibit-password";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user