Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Apr 2002 19:58:43 +0400
From:      "Andrey A. Chernov" <ache@nagual.pp.ru>
To:        Robert Watson <rwatson@FreeBSD.org>
Cc:        "Jacques A. Vidrine" <nectar@FreeBSD.org>, 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>
In-Reply-To: <Pine.NEB.3.96L.1020420105801.64976R-100000@fledge.watson.org>
References:  <20020420145437.GB5350@nagual.pp.ru> <Pine.NEB.3.96L.1020420105801.64976R-100000@fledge.watson.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




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