mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
updated PermitRootLogin
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
MaxSessions = lib.mkDefault 2;
|
||||
PasswordAuthentication = false;
|
||||
PermitEmptyPasswords = "no";
|
||||
PermitRootLogin = lib.mkDefault "no";
|
||||
PermitRootLogin = lib.mkForce "no";
|
||||
TcpKeepAlive = "no";
|
||||
X11Forwarding = lib.mkDefault false;
|
||||
KexAlgorithms = [
|
||||
|
||||
Reference in New Issue
Block a user