From owner-freebsd-isp@FreeBSD.ORG Wed Dec 21 18:40:18 2005 Return-Path: X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8874216A41F for ; Wed, 21 Dec 2005 18:40:18 +0000 (GMT) (envelope-from jett@angdatingdaan.org) Received: from mail.emediaone.net (orion.emediaone.net [203.208.226.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBE0943D45 for ; Wed, 21 Dec 2005 18:40:17 +0000 (GMT) (envelope-from jett@angdatingdaan.org) Received: from mail.emediaone.net (localhost [127.0.0.1]) by mail.emediaone.net (Postfix) with ESMTP id 5E7F7450AB; Thu, 22 Dec 2005 02:35:02 +0800 (SGT) Received: by mail.emediaone.net (Postfix, from userid 1017) id 2829D450A8; Thu, 22 Dec 2005 02:35:02 +0800 (SGT) X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on orion.emediaone.net X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.0 Received: from mail.angdatingdaan.org (localhost [127.0.0.1]) by mail.emediaone.net (Postfix) with ESMTP id 211374503A; Thu, 22 Dec 2005 02:34:58 +0800 (SGT) Received: from mach10.chikka.com ([202.175.229.210]) by mail.angdatingdaan.org with HTTP; Thu, 22 Dec 2005 02:34:58 +0800 (SGT) Message-ID: <62080.202.175.229.210.1135190098.squirrel@mail.angdatingdaan.org> In-Reply-To: <20051220123052.O46528@kerplunk.tbe.net> References: <122020051635.14761.43A832C8000DE4BB000039A922058863609D0A90079D0B02019B9C010D@comcast.net> <20051220163947.GU2396@voodoo.bawue.com> <20051220123052.O46528@kerplunk.tbe.net> Date: Thu, 22 Dec 2005 02:34:58 +0800 (SGT) From: "Jett Tayer" To: "Gary D. Margiotta" User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: AMaVis Content Filter Cc: freebsd-isp@freebsd.org, Kirill Ponomarew , bostondriver@comcast.net Subject: Re: ISP's supporting sshd on port 443? X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 18:40:18 -0000 provided you will be running ssl-enabled web services. but if not, apache and sshd running on port 443 will work without a hitch. > I run an instance of sshd on port 443 as well on most of my servers, due > to firewall restrictions at some of my clients' sites. Mostly all of my > servers are FreeBSD, 4.x and 5.x, usually -STABLE branch. > > The only problem I have run into is if I'm running web services (apache in > my case), I have to bind to specific IP's and ports in the apache conf on > the machine, as if you let it try to bind to all addresses, Apache > conflicts with sshd. Other than that, I've been running it like that for > almost 2 years now. >