From owner-cvs-all Sat Apr 20 8:59: 8 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 204FC37B41C; Sat, 20 Apr 2002 08:58:46 -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 g3KFwhiJ006741; Sat, 20 Apr 2002 19:58:44 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.3/8.12.2/Submit) id g3KFwhlv006740; Sat, 20 Apr 2002 19:58:43 +0400 (MSD) Date: Sat, 20 Apr 2002 19:58:43 +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: <20020420155843.GB6669@nagual.pp.ru> References: <20020420145437.GB5350@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 11:02:10 -0400, Robert Watson wrote: > where there have been bugs previously (I haven't had a chance to do tests > to make sure they didn't recur with the recent upgrades, and need to do > that actually). On the other hand, we need to find a good balance between The test for correct environment after ssh login is very simple, just compare 'env' output after ssh-ed login and after normal one, look for missing variables (like FTP_PASSIVE_MODE comes from login.conf). Or, if you want more clean variant, run /usr/sbin/sshd -d and ssh -v localhost Environment will be dumped in debug output. -- 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