Basic SSH security not that difficult This exploit should not threaten any site that has taken a few basic steps to secure ssh. At a minimum:
- Don't allow root login on ssh, easy to configure in sshd_config
- Don't use port 22 on any system accessible from the outside world. Add port in sshd_config and iptables to allow access via high numbered misc port, e.g. 53764
- Note that Zimbra uses port 22 for internal admin, so use iptables to lockout outside access, add "-s localhost" to the port 22 config entry
- Install and thoughtfully configure the denyhosts package to shutdown attackers after a few login attempts.
Basic sysadmin practice, but well worth repeating for the benefit of all here.
__________________
Macy Hallock - Hallock Consulting - Medina, Ohio
|