Add port 22 for now
This commit is contained in:
parent
a58fb36a8a
commit
22feb4614a
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
openssh = {
|
||||
enable = true;
|
||||
ports = [ 23 ];
|
||||
ports = [ 22 23 ];
|
||||
settings = {
|
||||
AllowUsers = [ "dev" ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue