fix ssh
This commit is contained in:
parent
f910eb4c7d
commit
4a77f0e3da
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,8 @@
|
||||||
services = {
|
services = {
|
||||||
openssh = {
|
openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
openFirewall = true;
|
||||||
|
startWhenNeeded = false;
|
||||||
settings = {
|
settings = {
|
||||||
PermitEmptyPasswords = "no";
|
PermitEmptyPasswords = "no";
|
||||||
PermitRootLogin = "prohibit-password";
|
PermitRootLogin = "prohibit-password";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue