From owner-freebsd-isp@FreeBSD.ORG Thu Dec 22 13:20:45 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 558C816A420 for ; Thu, 22 Dec 2005 13:20:45 +0000 (GMT) (envelope-from b.candler@pobox.com) Received: from thorn.pobox.com (api.pobox.com [208.210.124.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFE2743D53 for ; Thu, 22 Dec 2005 13:20:44 +0000 (GMT) (envelope-from b.candler@pobox.com) Received: from thorn (localhost [127.0.0.1]) by thorn.pobox.com (Postfix) with ESMTP id 92E04FD for ; Thu, 22 Dec 2005 08:21:05 -0500 (EST) Received: from mappit.local.linnet.org (212-74-113-67.static.dsl.as9105.com [212.74.113.67]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by thorn.sasl.smtp.pobox.com (Postfix) with ESMTP id 67A73175D for ; Thu, 22 Dec 2005 08:21:05 -0500 (EST) Received: from lists by mappit.local.linnet.org with local (Exim 4.60 (FreeBSD)) (envelope-from ) id 1EpQN7-0000kg-Tp for freebsd-isp@freebsd.org; Thu, 22 Dec 2005 13:20:42 +0000 Date: Thu, 22 Dec 2005 13:20:41 +0000 From: Brian Candler To: freebsd-isp@freebsd.org Message-ID: <20051222132041.GA2830@uk.tiscali.com> References: <122020051635.14761.43A832C8000DE4BB000039A922058863609D0A90079D0B02019B9C010D@comcast.net> <17321.26449.603277.510191@canoe.dclg.ca> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="sm4nu43k4a2Rpi4c" Content-Disposition: inline In-Reply-To: <17321.26449.603277.510191@canoe.dclg.ca> User-Agent: Mutt/1.4.2.1i X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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: Thu, 22 Dec 2005 13:20:45 -0000 --sm4nu43k4a2Rpi4c Content-Type: text/plain; charset=us-ascii Content-Disposition: inline > bostondriver> Hi, Are the any ISP's (FreeBSD based hopefully) that run > bostondriver> sshd on port 443? > > bostondriver> I'm now going to sites that put one in http proxy hell. > bostondriver> I need to ssh out using OpenSSH's ProxyCommand feature. > bostondriver> The only port out is 443. If you're not interested in ssh features like port-forwarding you can always just install a shell as a CGI :-) Modify the attached to suit your own authentication requirements. I don't know if someone has written a proper ssh over HTTP(S) tunnel. I have seen ssh over DNS though... --sm4nu43k4a2Rpi4c--