]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
suricata.yaml: Add port 222 to list of SSH Ports
authorStefan Schantl <stefan.schantl@ipfire.org>
Fri, 1 Feb 2019 13:34:25 +0000 (14:34 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Fri, 1 Feb 2019 13:34:25 +0000 (14:34 +0100)
The SSH-server listened on port "222" as default on IPFire in the past.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
config/suricata/suricata.yaml

index 55b6c05cf64220a344932342558b889d6d31ed7d..48035a67ebef0c1d3ac17e88372f508878c76a77 100644 (file)
@@ -31,7 +31,7 @@ vars:
     HTTP_PORTS: "80"
     SHELLCODE_PORTS: "!80"
     ORACLE_PORTS: 1521
     HTTP_PORTS: "80"
     SHELLCODE_PORTS: "!80"
     ORACLE_PORTS: 1521
-    SSH_PORTS: 22
+    SSH_PORTS: "[22,222]"
     DNP3_PORTS: 20000
     MODBUS_PORTS: 502
     FILE_DATA_PORTS: "[$HTTP_PORTS,110,143]"
     DNP3_PORTS: 20000
     MODBUS_PORTS: 502
     FILE_DATA_PORTS: "[$HTTP_PORTS,110,143]"