feat: allow connection to ssh via 2222
Some checks are pending
Continuous Integration / Checks (push) Waiting to run
Some checks are pending
Continuous Integration / Checks (push) Waiting to run
This commit is contained in:
parent
28200e1a8f
commit
022507887d
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,7 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
services.openssh.ports = [ 22 ];
|
||||
services.openssh.ports = [ 22 2222 ];
|
||||
|
||||
dadada.backupClient.bs.enable = false;
|
||||
dadada.backupClient.backup1.enable = false;
|
||||
|
@ -367,6 +367,7 @@ in
|
|||
allowPing = true;
|
||||
allowedTCPPorts = [
|
||||
22 # SSH
|
||||
2222
|
||||
80 # munin web
|
||||
631 # Printing
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue