Re: OpenSSH3.5p1 vs. Commercial SSH 3.2
From: Richard E. Silverman (slade@shore.net)
Date: 01/28/03
- Next message: Jared Subman: "SFTP xfer log"
- Previous message: Nico Kadel-Garcia: "Re: OpenSSH3.5p1 vs. Commercial SSH 3.2"
- In reply to: Nico Kadel-Garcia: "Re: OpenSSH3.5p1 vs. Commercial SSH 3.2"
- Next in thread: Atro Tossavainen: "Re: OpenSSH3.5p1 vs. Commercial SSH 3.2"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: slade@shore.net (Richard E. Silverman) Date: 28 Jan 2003 09:34:40 -0500
>>>>> "NKG" == Nico Kadel-Garcia <nkadel@bellatlantic.net> writes:
NKG> For the same reasons POP2 and POP3 are on different ports. Using
NKG> the same port means a bit of nastiness working out which protocol
NKG> you want to use, based on negotiating the order of preferences,
NKG> which protocols your client supports, which protocols your server
NKG> supports, and then poking around for appropriate public keys if
NKG> those are in use.
These issues all have nothing to do with whether we use a separate port.
They would still exist and need to be addressed if the protocols were on
separate ports, except that you'd have the added complication that the
client would have to try two different TCP connections to figure out which
protocol versions the server supports instead of one. In fact it could
end up being worse, since if a server did not support one protocol it
would often have that port blocked off with a firewall which silently
drops packets, causing a lenghty delay while the connection attempt timed
out. How is any of this a win over the current situation?
NKG> The feature sets of each protocol are fairly significantly
NKG> different: using the same one has complicated a lot of setups,
NKG> especially for the ssh.com code which used the "ssh1 must be
NKG> installed first and detected at compilation time to install the
NKG> ssh2 daemon with support for ssh1" approach to the
NKG> world.
Again, this is an implementation issue: there is NO connection whatsoever
between the decision to keep both protocol versions on the same well-known
port, and ssh.com's decision on how to implement their protocol 1
support. None at all. Why do you keep implying that one caused the other?
I don't get it.
-- Richard Silverman slade@shore.net
- Next message: Jared Subman: "SFTP xfer log"
- Previous message: Nico Kadel-Garcia: "Re: OpenSSH3.5p1 vs. Commercial SSH 3.2"
- In reply to: Nico Kadel-Garcia: "Re: OpenSSH3.5p1 vs. Commercial SSH 3.2"
- Next in thread: Atro Tossavainen: "Re: OpenSSH3.5p1 vs. Commercial SSH 3.2"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|