From owner-cvs-all Mon Jun 24 3:54:19 2002 Delivered-To: cvs-all@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 5754037B400; Mon, 24 Jun 2002 03:54:14 -0700 (PDT) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 24 Jun 2002 11:54:13 +0100 (BST) Date: Mon, 24 Jun 2002 11:54:13 +0100 From: David Malone To: Doug Barton Cc: Dag-Erling Smorgrav , 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> References: <200206231609.g5NG9AO66770@freefall.freebsd.org> <3D162774.D5E45D4@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3D162774.D5E45D4@FreeBSD.org> User-Agent: Mutt/1.3.25i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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