From owner-freebsd-isp@FreeBSD.ORG Tue Dec 20 17:37:04 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 A91A916A41F for ; Tue, 20 Dec 2005 17:37:04 +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 E0D9F43D62 for ; Tue, 20 Dec 2005 17:37:03 +0000 (GMT) (envelope-from gary@tbe.net) Received: by kerplunk.tbe.net (Postfix, from userid 1001) id B111A5D09; Tue, 20 Dec 2005 12:33:31 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by kerplunk.tbe.net (Postfix) with ESMTP id A69165CEB; Tue, 20 Dec 2005 12:33:31 -0500 (EST) Date: Tue, 20 Dec 2005 12:33:31 -0500 (EST) From: "Gary D. Margiotta" To: Kirill Ponomarew In-Reply-To: <20051220163947.GU2396@voodoo.bawue.com> Message-ID: <20051220123052.O46528@kerplunk.tbe.net> References: <122020051635.14761.43A832C8000DE4BB000039A922058863609D0A90079D0B02019B9C010D@comcast.net> <20051220163947.GU2396@voodoo.bawue.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-isp@freebsd.org, 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: Tue, 20 Dec 2005 17:37:04 -0000 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. -Gary On Tue, 20 Dec 2005, Kirill Ponomarew wrote: > On Tue, Dec 20, 2005 at 04:35:20PM +0000, bostondriver@comcast.net wrote: >> Hi, >> >> Are the any ISP's (FreeBSD based hopefully) that run sshd on port 443? > > Yes, I'm running sshd on 443 on the local machine. Any troubles > with it ? > >> I'm now going to sites that put one in http proxy hell. I need to >> ssh out using OpenSSH's ProxyCommand feature. The only port out >> is 443. > > -Kirill > _______________________________________________ > freebsd-isp@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-isp > To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org" >