From owner-cvs-all Thu Apr 20 23:35:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 76BB437B8C9; Thu, 20 Apr 2000 23:35:15 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA72897; Thu, 20 Apr 2000 23:35:15 -0700 (PDT) (envelope-from kris@FreeBSD.org) Message-Id: <200004210635.XAA72897@freefall.freebsd.org> From: Kris Kennaway <kris@FreeBSD.org> Date: Thu, 20 Apr 2000 23:35:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/ssh/patches patch-ae patch-bq Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2000/04/20 23:35:14 PDT Modified files: security/ssh/patches patch-ae Removed files: security/ssh/patches patch-bq Log: Don't make sshd listen on two ports by default (!) - this "feature" was silently added on 2000/01/14 as part of the IPv6 support. The default sshd config had sshd listening both on port 22 and port 722 (this was apparently intended to facilitate traffic-shaping in that different queueing priorities could be assigned to ssh sessions on the two ports). Combine two patches into one. Submitted by: peter Revision Changes Path 1.7 +16 -4 ports/security/ssh/patches/patch-ae To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message