How SSH Port Became 22
ssh.com
How SSH Port Became 22
1–10 of 89 posts
Re: How SSH Port Became 22
#2Re: How SSH Port Became 22
#3So the first thing to know is the FTP is 'old', in that it predates TCP and originally ran on NCP:
> The original specification for the File Transfer Protocol was written by Abhay Bhushan and published as RFC 114 on 16 April 1971. Until 1980, FTP ran on NCP, the predecessor of TCP/IP.[2] The protocol was later replaced by a TCP/IP version, RFC 765 (June 1980) and RFC 959 (October 1985), the current specification.
* https://en.wikipedia.org/wiki/File_Transfer_Protocol
The second thing to know is that, unlike TCP or UDP, NCP was not duplex:
> NCP preceded the Transmission Control Protocol (TCP) as a transport layer protocol used during the early ARPANET. NCP was a simplex protocol that utilized two port addresses, establishing two connections, for two-way communications. An odd and an even port were reserved for each application layer application or protocol. The standardization of TCP and UDP reduced the need for the use of two simplex ports for each application down to one duplex port.[1]
* https://en.wikipedia.org/wiki/Network_Control_Program
So the original transport layer that FTP relied on necessitated two ports, and when the move to a newer transport layer occurred the use of two ports was carried over for simplicity's sake. And several decades later that design still exists.
Re: How SSH Port Became 22
#4Re: How SSH Port Became 22
#5Re: How SSH Port Became 22
#6Re: How SSH Port Became 22
#7Personally I find how/why FTP uses two ports, 20 and 21, to be more interesting: So the first thing to know is the FTP is 'old', in that it predates TCP and originally ran on NCP: > The original specification for the File Transfer Protocol was written by Abhay Bhushan and published as RFC 114 on 16 April 1971. Until 1980, FTP ran on NCP, the predecessor of TCP/IP.[2] The protocol was later replaced by a TCP/IP versio…
Re: How SSH Port Became 22
#8Re: How SSH Port Became 22
#9I’m more surprised that there is an ssh.com. And that it looks like it was put together with a bad corporate WordPress template.
Re: How SSH Port Became 22
#10I’m more surprised that there is an ssh.com. And that it looks like it was put together with a bad corporate WordPress template.
[1]https://en.m.wikipedia.org/wiki/SSH_Communications_Security