mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -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 = {
|
||||
X11Forwarding = false;
|
||||
PasswordAuthentication = false;
|
||||
PermitRootLogin = "no";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue