This page lists the service codes known by sshguard. Service codes are numbers associated to certain services that sshguard monitors; they can be used by users for log validation or by contributors and developers for creating new firewall backends.
| Name | Code | Serving process | Description |
|---|---|---|---|
| login services | |||
| SSH | 100 | sshd | Secure SHell service, binds port TPC/22, logs with AUTH facility. |
| mail services | |||
| UWIMAP | 200 | imapd | Imap MDA mail service, binds port TCP/143, logs with MAIL facility. |
| DOVECOT | 210 | imap-login | Imap MDA mail service, binds port TCP/143, logs with MAIL facility. |
| CYRUSIMAP | 220 | imap or pop3 | IMAP and POP3 MDA mail service, binds port TPC/143 and/or TCP/110, logs with LOCAL6 or MAIL facilities. |
| CUCIPOP | 230 | pop3 | POP3 MDA mail service, binds port TCP/110. |
| EXIM | 240 | smtp | SMTP MDA mail service, binds port TPC/25, logs with MAIL facility. |
| SENDMAIL | 250 | smtp | SMTP MDA mail service, binds port TPC/25, logs with MAIL facility. |
| FTP services | |||
| FREEBSDFTPD (lukemftpd) | 300 | ftpd | System FTP daemon shipped with FreeBSD, binds TCP/21, logs with ? facility. |
| ProFTPd | 310 | proftpd | FTP daemon, binds TCP/21, logs with DAEMON facility. |
| PureFTPd | 320 | pure-ftpd | FTP daemon, binds TCP/21, logs with FTP facility. |
| VSFTPD | 330 | vsftpd | FTP daemon, binds TCP/21, logs to own /var/log/vsftpd.log file by default, or with syslog with FTPD facility. |