Every time freepbx polls SSH Server status an error log is created in /var/log/secure.
Dec 30 11:38:02 pbx sshd[5384]: Did not receive identification string from UNKNOWN
Dec 30 11:38:33 pbx sshd[5421]: Did not receive identification string from UNKNOWN
Dec 30 11:39:03 pbx sshd[5458]: Did not receive identification string from UNKNOWN
Dec 30 11:39:33 pbx sshd[5493]: Did not receive identification string from UNKNOWN
Dec 30 11:40:03 pbx sshd[5529]: Did not receive identification string from UNKNOWN
Dec 30 11:40:35 pbx sshd[5573]: Did not receive identification string from UNKNOWN
When the check_port function is called from page.index.php for $ssh_port, the log entry is generated. The check_port function is located in class.procinfo.php.
This issue exists for all configurations with Centos 5.2, Asterisk 1.4.21 and FreeBPX 2.5.1.3. Since this status is checked every 30 seconds, the log file size increases quickly.