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