From owner-freebsd-isp@FreeBSD.ORG Wed Dec 21 18:59:00 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 3BD9C16A449 for ; Wed, 21 Dec 2005 18:58:53 +0000 (GMT) (envelope-from gary@tbe.net) Received: from kerplunk.tbe.net (kerplunk.tbe.net [209.123.115.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB26C43D4C for ; Wed, 21 Dec 2005 18:58:51 +0000 (GMT) (envelope-from gary@tbe.net) Received: by kerplunk.tbe.net (Postfix, from userid 1001) id 757CC5D56; Wed, 21 Dec 2005 13:55:17 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by kerplunk.tbe.net (Postfix) with ESMTP id 376B55D4F; Wed, 21 Dec 2005 13:55:17 -0500 (EST) Date: Wed, 21 Dec 2005 13:55:17 -0500 (EST) From: "Gary D. Margiotta" To: Jett Tayer In-Reply-To: <62080.202.175.229.210.1135190098.squirrel@mail.angdatingdaan.org> Message-ID: <20051221135439.R53299@kerplunk.tbe.net> References: <122020051635.14761.43A832C8000DE4BB000039A922058863609D0A90079D0B02019B9C010D@comcast.net> <20051220163947.GU2396@voodoo.bawue.com> <20051220123052.O46528@kerplunk.tbe.net> <62080.202.175.229.210.1135190098.squirrel@mail.angdatingdaan.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed 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:59:01 -0000 Yep, sorry I left that specific out. -Gary On Thu, 22 Dec 2005, Jett Tayer wrote: > 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. >> > > >