From: Stefan Schantl Date: Fri, 1 Feb 2019 13:34:25 +0000 (+0100) Subject: suricata.yaml: Add port 222 to list of SSH Ports X-Git-Tag: suricata-rc1~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=067e1847dc1012316b23d7eb8dba8e25a65cd757;p=people%2Fstevee%2Fipfire-2.x.git suricata.yaml: Add port 222 to list of SSH Ports The SSH-server listened on port "222" as default on IPFire in the past. Signed-off-by: Stefan Schantl --- diff --git a/config/suricata/suricata.yaml b/config/suricata/suricata.yaml index 55b6c05cf6..48035a67eb 100644 --- a/config/suricata/suricata.yaml +++ b/config/suricata/suricata.yaml @@ -31,7 +31,7 @@ vars: 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]"