From owner-freebsd-questions@FreeBSD.ORG Wed Sep 24 20:33:40 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 B9C5710656AE for ; Wed, 24 Sep 2008 20:33:40 +0000 (UTC) (envelope-from jalmberg@identry.com) Received: from mx1.identry.com (on.identry.com [66.111.0.194]) by mx1.freebsd.org (Postfix) with ESMTP id BF36E8FC2C for ; Wed, 24 Sep 2008 20:31:10 +0000 (UTC) (envelope-from jalmberg@identry.com) Received: (qmail 2560 invoked by uid 89); 24 Sep 2008 20:31:09 -0000 Received: from unknown (HELO ?192.168.1.110?) (jalmberg@75.127.142.66) by mx1.identry.com with ESMTPA; 24 Sep 2008 20:31:09 -0000 Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <200809231916.28619.fbsd.questions@rachie.is-a-geek.net> References: <8B945891-5F96-4FBF-8175-15F67F03DD92@identry.com> <200809231916.28619.fbsd.questions@rachie.is-a-geek.net> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <2D9225DF-90D2-466E-950D-925D63C64592@identry.com> Content-Transfer-Encoding: 7bit From: John Almberg Date: Wed, 24 Sep 2008 16:31:08 -0400 To: freebsd-questions@freebsd.org X-Mailer: Apple Mail (2.752.3) Subject: Re: mysql connection through ssl tunnel 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, 24 Sep 2008 20:33:41 -0000 On Sep 23, 2008, at 1:16 PM, Mel wrote: > On Tuesday 23 September 2008 15:54:10 John Almberg wrote: > >> I have two FreeBSD machines. One is a application server, the other a >> database server running mysql. These machines are in two different >> locations. I'd like to allow the application server to access mysql >> through an SSH tunnel. > >> Any recommendations, much appreciated. > > You can use Vince's suggestion, or simply use SSL connections to > the mysql > server. Each have their own pros and cons. Thanks Vince & Mel for your responses. I guess I will try the simple SSL approach first and see if that does the trick. I appreciate the advice! Brgds: John