OK, so i started noticing this in my messages log a few minutes ago:
----------------------------------------------------
Aug 11 14:48:21 mancosports01 sshd[20241]: Failed password for test from 202.134.124.212 port 53677 ssh2
Aug 11 14:48:27 mancosports01 sshd[20245]: Illegal user guest from 202.134.124.212
Aug 11 14:48:27 mancosports01 sshd[20245]: Failed password for illegal user guest from 202.134.124.212 port 53739 ssh2
Aug 11 14:48:32 mancosports01 sshd[20247]: Failed password for admin from 202.134.124.212 port 53810 ssh2
Aug 11 14:48:36 mancosports01 sshd[20252]: Failed password for admin from 202.134.124.212 port 53853 ssh2
Aug 11 14:48:40 mancosports01 sshd[20254]: Illegal user user from 202.134.124.212
Aug 11 14:48:40 mancosports01 sshd[20254]: Failed password for illegal user user from 202.134.124.212 port 53899 ssh2
Aug 11 14:48:43 mancosports01 sshd[20256]: Failed password for root from 202.134.124.212 port 53924 ssh2
Aug 11 14:48:47 mancosports01 sshd[20260]: Failed password for root from 202.134.124.212 port 53943 ssh2
Aug 11 14:48:50 mancosports01 sshd[20262]: Failed password for root from 202.134.124.212 port 53967 ssh2
Aug 11 14:48:55 mancosports01 sshd[20264]: Failed password for test from 202.134.124.212 port 53980 ssh2
------------------------------------------------------
looking at the timing it seems to be an automated attack ...probably trying common user/pass combinations.
I immediatley panicked and closed SSH off from the internet....but now I'm wondering if this is of any real concern, or is it like the IIS attacks i see in my webserver logs every day?
Is SSH a security risk (i mean in a practical sense, i am aware that running ANY service on the internet is a risk)?
Do many people out there feel comfortable leaving SSH open all the time?
This kinda relates to the port-knocking implementation I have been trying to get working on my SME box, because getting that up and running would effectively allow me to leave any port i wanted "open" whilst leaving it closed.

see
www.portknocking.org for a better explanation.....has anyone else tried this on SME?