PDA

View Full Version : [ubuntu] Network services definition for ssh


dnoyeb
December 23rd, 2008, 01:56 PM
Why does the network service definition for ssh in the file /etc/services include 22/udp? I thought ssh was just over tcp!?

s3gfault
December 23rd, 2008, 02:28 PM
ssh does not use the udp protocol, i believe what is happening here is that we are reserving udp traffic on port 22 so that no other application can claim it.

dnoyeb
December 23rd, 2008, 03:00 PM
For typo security purposes?