SSL wrapping or SSH tunnelling? Which is more secure?

Nik Clayton nik at freebsd.org
Tue Aug 20 19:18:59 BST 2002


--OXfL5xGRrasGEqWY
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Tue, Aug 20, 2002 at 10:55:08AM +0100, Pete French wrote:
> > I use ssh forwarding, just because it's the approach I found first.
> > Never had a problem with it.
>=20
> Ou of interest, how do you do the ssh forwarding ? I've not yet found the
> magic combination of arguments to let me set up a permentnet tunnel witho=
ut
> something running on the far end. At the moment thats a shell script which
> sleeps 10 minutes and then dies. Any alternative suggestions ?

    % cat ~/bin/do-tunnel.sh
    #!/bin/sh

    ssh -2 -N -f -L 9143:ngo.dnsalias.org:143 ngo.dnsalias.org

which maps localhost:9143 to ngo.dnsalias.org:143.  I then point my IMAP
clients at localhost:9143.

N
--=20
FreeBSD: The Power to Serve      http://www.freebsd.org/               (__)
FreeBSD Documentation Project    http://www.freebsd.org/docproj/    \\\'',)
                                                                      \/  \=
 ^
   --- 15B8 3FFC DDB4 34B0 AA5F  94B7 93A8 0764 2C37 E375 ---         .\._/=
_)

--OXfL5xGRrasGEqWY
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (FreeBSD)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAj1iiBIACgkQk6gHZCw343UXQACeO9emixaGprlQKgfJz0MkZUwB
wk4An06ML2w7wZuLnSY3Qx5QvvG3Ita3
=FSDt
-----END PGP SIGNATURE-----

--OXfL5xGRrasGEqWY--




More information about the Ukfreebsd mailing list