From owner-freebsd-questions@FreeBSD.ORG Tue Jun 17 19:20:15 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F34C937B401 for ; Tue, 17 Jun 2003 19:20:14 -0700 (PDT) Received: from kanga.honeypot.net (kanga.honeypot.net [208.162.254.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44F8743F3F for ; Tue, 17 Jun 2003 19:20:04 -0700 (PDT) (envelope-from kirk@strauser.com) Received: from pooh.honeypot.net.strauser.com (kirk@pooh.honeypot.net [10.0.5.128]) by kanga.honeypot.net (8.12.9/8.12.9) with ESMTP id h5I2K2ZY005277 for ; Tue, 17 Jun 2003 21:20:03 -0500 (CDT) (envelope-from kirk@strauser.com) To: freebsd-questions@freebsd.org References: <20030617004110.05473440.dmp@pantherdragon.org> From: Kirk Strauser Date: Tue, 17 Jun 2003 21:19:58 -0500 In-Reply-To: <20030617004110.05473440.dmp@pantherdragon.org> (Darren Pilgrim's message of "Tue, 17 Jun 2003 00:41:10 -0700") Message-ID: <87u1aojfe9.fsf@pooh.honeypot.net> Lines: 16 X-Mailer: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Subject: Re: Secure tunnel: SSH or SSL or IPsec? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2003 02:20:15 -0000 --=-=-= Content-Transfer-Encoding: quoted-printable At 2003-06-17T07:41:10Z, Darren Pilgrim writes: > I need the secure connection to occasionally access swat and VNC remotely. For what you want, SSH works wonderfully. You can add something like this to your .ssh/config file to save having to type the full command each time: Host remoteserver Hostname remote.example.com LocalForward 3306 2.3.4.5:3306 LocalForward 901 2.3.4.5:901 =2D-=20 Kirk Strauser In Googlis non est, ergo non est. --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQA+78xS5sRg+Y0CpvERApNJAKCkhWGSJUqgEj0PvIg7I9ccQvyHSgCgncpL beOCgB9oiX7HCA11yDXe8jU= =AYKR -----END PGP SIGNATURE----- --=-=-=--