{
    $OUT = $DB->hosts_allow_spec('sshd');
    $OUT .= " EXCEPT /etc/hosts.deny_ssh" if ($denyhosts{'status'} || 'disabled') eq "enabled";
}
