Change your SSH port

Always always always change the default port for ssh. Port 22 is just asking for trouble. In Ubuntu 8.04:
sudo pico /etc/ssh/sshd_configPick something above the 1024 super user boundry.
sudo /etc/init.d/ssh restartThen close that firewall up.
