Changing sshd listen port

Hi all,if i change the sshd port in /etc/ssh/sshd_config, do i have to add/change an entry at /etc/services?What if i do not do that?Is it a good practice to comment out services i never use in /etc/services? To increase security.Thanks ...
[289 byte] By [tunelera] at [2007-11-27 7:10:01]
# 1

services is only used for programs that wish to connect to a port name versus the actual port number

If you have a program that will only accept connections based on port name (and not number) then commenting out lines in /etc/services makes sense

In general, it is a fallacy that commenting out /etc/services entries makes your machine more secure. Stopping an unneeded port from listening is the only true way to close up security on that specific port.

When changing default ports, be aware that not all clients can handle that change, and they may need to have their client-side configs changed as well

jeffrey.sa at 2007-7-12 19:01:29 > top of Java-index,General,Network Configurations...