From owner-cvs-all Sat Apr 20 10: 7:27 2002 Delivered-To: cvs-all@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id A4F4437B417; Sat, 20 Apr 2002 10:07:23 -0700 (PDT) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.2/8.12.2) with ESMTP id g3KH7KiJ007516; Sat, 20 Apr 2002 21:07:22 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.3/8.12.2/Submit) id g3KH7K8Z007515; Sat, 20 Apr 2002 21:07:20 +0400 (MSD) Date: Sat, 20 Apr 2002 21:07:19 +0400 From: "Andrey A. Chernov" To: Robert Watson Cc: "Jacques A. Vidrine" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/crypto/openssh servconf.c session.c Message-ID: <20020420170718.GA7402@nagual.pp.ru> References: <20020420143525.GB27108@madman.nectar.cc> <20020420145437.GB5350@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020420145437.GB5350@nagual.pp.ru> User-Agent: Mutt/1.3.28i 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 Sat, Apr 20, 2002 at 18:54:37 +0400, Andrey A. Chernov wrote: > and was removed just recently, making lack of "login" look & feel without > any reason. Well, I have strong suspicion about the reason. It seems that ssh maintainers just leave !use_login case to be slowly rotten in time moving towards use_login case. It is because login emulation is very different on different machines, so it is much simple to just call external login program, from code support perspective. But it not means that FreeBSD must follow this path, there are almost no needs currently to call external login, moreover it is not efficient and may cause auth duplication in certain cases. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message