Date: Sun, 28 Jan 2001 15:06:30 +0200 From: Peter Pentchev <roam@orbitel.bg> To: Brian Feldman <green@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/crypto/openssh servconf.c sshconnect.c Message-ID: <20010128150630.A328@ringworld.oblivion.bg> In-Reply-To: <200101270748.f0R7mTG62306@freefall.freebsd.org>; from green@FreeBSD.org on Fri, Jan 26, 2001 at 11:48:29PM -0800 References: <200101270748.f0R7mTG62306@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jan 26, 2001 at 11:48:29PM -0800, Brian Feldman wrote: > green 2001/01/26 23:48:29 PST > > Modified files: (Branch: RELENG_4) > crypto/openssh servconf.c sshconnect.c > Log: > Issue an error message about ConnetionPerPeriod's being deprecated, > but don't exit. Disable canonical name redirection for now. Was the canonical name redirection disabling really needed? Did this not slightly bend POLA and/or working configurations? Before this change, ssh resolved /etc/hosts aliases to full hostnames, and checked for ~/.ssh/known_hosts host keys for the full hostnames. Now, when I issue a 'fssh freefall', it complains there's no host key for freefall. Yes, I know it's easy to edit the known_hosts file and copy the lines; still, this looks like it might break automated scripts before somebody takes a look and does the editing. G'luck, Peter -- If the meanings of 'true' and 'false' were switched, then this sentence wouldn't be false. 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?20010128150630.A328>