mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
service/ssh-server: re-enable root login
This commit is contained in:
parent
cac957a607
commit
11f864458f
1 changed files with 1 additions and 4 deletions
|
@ -13,10 +13,7 @@ in
|
||||||
# Enable the OpenSSH daemon.
|
# Enable the OpenSSH daemon.
|
||||||
enable = true;
|
enable = true;
|
||||||
# Be more secure
|
# Be more secure
|
||||||
settings = {
|
settings.PasswordAuthentication = false;
|
||||||
PermitRootLogin = "no";
|
|
||||||
PasswordAuthentication = false;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Opens the relevant UDP ports.
|
# Opens the relevant UDP ports.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue