On Mon, 2005-Nov-21 09:33:07 +0100, Marian Hettwer wrote: >[EMAIL PROTECTED] wrote: >>Also, if you have access to the router, it's handy to re-write >>traffic from a higher public port down to port 22 on the server, >>since that will trip up anyone doing scans looking for a connect on >>port 22 across a large number of IP's. >> >No. That's security by obscurity and doesn't make your system even a wee >bit more secure.
It depends what you are guarding against. If someone wants to get into _your_ system then it's worthless. OTOH, "you don't have to run faster than the bear, just faster than someone else": Moving your ssh access off port 22 means that someone doing a network scan of port 22 won't see your system. This is reasonable protection against script kiddies. Definitely, don't rely on it as your only security. But, IMHO, it is worth doing in addition to other security measures. -- Peter Jeremy _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-security To unsubscribe, send any mail to "[EMAIL PROTECTED]"
