piglet wrote:
I doubt it. That would mean I would have to include some sort of list of port names and their numeric mapping with my software, instead of just calling getservbyname() and letting a system library do the work for me.
I was thinking more along the lines of software that uses SSH, not something that would need a general list of ports. OTOH, such software probably just calls out to /usr/bin/ssh itself. Shrug.
Edit: Thinking about it again, SSH client software isn't very relevant to this discussion anyway. Never mind.