mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
disabled root ssh
This commit is contained in:
parent
4a0761b3a2
commit
f690941af7
1 changed files with 1 additions and 0 deletions
|
|
@ -116,6 +116,7 @@
|
||||||
settings = {
|
settings = {
|
||||||
X11Forwarding = false;
|
X11Forwarding = false;
|
||||||
PasswordAuthentication = false;
|
PasswordAuthentication = false;
|
||||||
|
PermitRootLogin = "no";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue