Rob Owens <[email protected]> wrote: > [...] you can run your ssh server on a port other than 22
I can thoroughly recommend this. Actually, to be pedantic, you can set port forwarding from your router's port N to your server's port 22. Other people have mentioned that you should put AllowUsers in your sshd_config file, to restrict the accounts that could be permitted to log in. Another item that's probably worth considering from a legal point of view is to use the Banner option - also in sshd_config - to print a message telling people to go away. (This has no technical value, but could be used to support any legal action: I understand it helps block the "Oh, sorry, I must have logged in to the wrong system" argument.) Chris -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

