From owner-freebsd-questions@FreeBSD.ORG Wed Mar 26 18:40:25 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 467EB1065679 for ; Wed, 26 Mar 2008 18:40:25 +0000 (UTC) (envelope-from edlinuxguru@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.175]) by mx1.freebsd.org (Postfix) with ESMTP id 1FA498FC20 for ; Wed, 26 Mar 2008 18:40:24 +0000 (UTC) (envelope-from edlinuxguru@gmail.com) Received: by wf-out-1314.google.com with SMTP id 25so3585215wfa.7 for ; Wed, 26 Mar 2008 11:40:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=1rzYmlOY1wV8+3sz56u2yS8TslzkSjOHxSkk7MinpK8=; b=jo60IlmUHp5nq39lwHlGcqfwnDDCHnQ0PNVnjbiey4hr5ynL2IhYCO8gyd3VZnJblsSehQXvDTF0VtLWfP2L/RGSWjlg8SKVx+Y60eERCacuA6JtzRVGY6d+L6fYtmEb7iEpDqqIKawVpvfvd24ueKCEy61RXZPMm8d6IBXjOXw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FVlPCTu7AIa6pUEfTmMSf7as4K9jiSO7vZCeUypUPL7BU9QJIbGQRJOTeJb3dRkzovCl3Wxt6wJFd+Io/HWZpKKWIgg2l0uqqMEjf8pGvEZCmXs4ccXzqPnGSPFJuAjjQQaFii50U2en/hZvT8/yQ4JXt0yk1wbc7O3WBIXdzSs= Received: by 10.142.203.13 with SMTP id a13mr587100wfg.66.1206556824658; Wed, 26 Mar 2008 11:40:24 -0700 (PDT) Received: by 10.142.191.1 with HTTP; Wed, 26 Mar 2008 11:40:24 -0700 (PDT) Message-ID: Date: Wed, 26 Mar 2008 14:40:24 -0400 From: "Edward Capriolo" To: "Paul A. Procacci" In-Reply-To: <47EA8CB2.3050700@datapipe.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <47EA8CB2.3050700@datapipe.com> Cc: User Questions Subject: Re: making FreeBSD phone home via SSH X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2008 18:40:25 -0000 I believe the stunnel application is made to manager and restart tunnels like this. However stunnel is a wrapper application around reverse ssh tunnels, which someone has already mentioned. You may want to run your ssh server on tcp https 443. Because some firewalls will block outgoing things. SSH server on 443 looks like a secured web site to almost all packet inspecting engines. On Wed, Mar 26, 2008 at 1:49 PM, Paul A. Procacci wrote: > > Elliot Finley wrote: > > Hello all, > > > > I have an interesting project. I have several FreeBSD servers that I > > will be deploying to remote locations. They will be sitting behind a > > NAT. I would like them to make a SSH connection to a local server > > sitting on a public IP. I need them connected in a way that will give > > me remote shell access. > > > > Has anyone done this before? I'd rather not re-invent the wheel. > > > > TIA for any pointers. > > > > Elliot > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > I've been using vtund for just that. Simple, easy, effective....just > another option of course. > > ~Paul > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >