Ben Donohue wrote:

I'm seeing mostly brute force password attacks on ssh.

We were getting hammered with same. Once we reconfiged openssh
to use a different (non standard) port instead of 22, all
activity ceased.

You can make the change transparently by including the
following in your ~/.ssh/config file:

Host whatever.com.au
Port 12345

Host *
Port 22

Then both ssh and scp will pick up the different port for
whatever.com.au.

cheers
rickw


--
Rick Welykochy || Praxis Services

Politics is the business of getting power and privilege without
possessing merit.
     -- PJ O'Rourke
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to