Remove openssh conf
This commit is contained in:
parent
f66af67fcc
commit
64d01718ee
1 changed files with 7 additions and 7 deletions
|
@ -6,12 +6,12 @@
|
||||||
# port = 22;
|
# port = 22;
|
||||||
# };
|
# };
|
||||||
|
|
||||||
openssh = {
|
# openssh = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
ports = [ 22 23 ];
|
# ports = [ 22 23 ];
|
||||||
# settings = {
|
# # settings = {
|
||||||
# AllowUsers = [ "dev" ];
|
# # AllowUsers = [ "dev" ];
|
||||||
# };
|
# # };
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
Reference in a new issue