On Wed, Feb 4, 2009 at 10:11 AM, Justin Krejci <jus at krytosvirus.com> wrote:
> You do not need to change your sshd port per se but start another sshd
> process that listens on a port in addition to port 22.

...or just use iptables to redirect traffic from port X to 22. Then
you wouldn't have the overhead of another sshd.

-Erik