Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jun 2002 11:54:13 +0100
From:      David Malone <dwmalone@maths.tcd.ie>
To:        Doug Barton <DougB@FreeBSD.org>
Cc:        Dag-Erling Smorgrav <des@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/crypto/openssh LICENCE auth-krb4.c auth-krb5.cauth-passwd.c auth-rh-rsa.c auth-rsa.c auth-skey.c auth.c auth.hauth1.c auth2-chall.c auth2.c authfd.c authfile.c bufaux.ccanohost.c channels.c channels.h cipher.c cipher.h compat.c ...
Message-ID:  <20020624105413.GA90539@walton.maths.tcd.ie>
In-Reply-To: <3D162774.D5E45D4@FreeBSD.org>
References:  <200206231609.g5NG9AO66770@freefall.freebsd.org> <3D162774.D5E45D4@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jun 23, 2002 at 12:54:28PM -0700, Doug Barton wrote:
> When reading ~/.ssh/config (and I imagine the other config files as
> well), ssh treats host names case sensitively. Thus, 'Host FOO.COM' will
> not be matched when one types in 'ssh foo.com'. I started working on
> fixing this, but got distracted...

I think this may be intentional, so you can do things like:

Host Walton 
        Hostname walton.maths.tcd.ie
	ForwardX11 yes
Host walton
        Hostname walton.maths.tcd.ie
	ForwardX11 no

David.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020624105413.GA90539>