Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Date: Thu, 15 Mar 2001 16:54:44 +0100
From: Corinna Vinschen <cygwin@cygwin.com>
To: cygwin <cygwin@cygwin.com>
Subject: Re: Odd ssh2 problem
Message-ID: <20010315165444.A14742@cygbert.vinschen.de>
Mail-Followup-To: cygwin <cygwin@cygwin.com>
References: <JEEDKLJIAHHJEMMDJMOBGEGDCBAA.mmartin@rbd.com> <045101c0acbf$b4e98df0$1d1587a8@deluxe.com> <20010314215447.K8866@cygbert.vinschen.de> <3AB0CBCD.86260F06@bbn.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <3AB0CBCD.86260F06@bbn.com>; from wfarrell@bbn.com on Thu, Mar 15, 2001 at 09:03:57AM -0500

On Thu, Mar 15, 2001 at 09:03:57AM -0500, Wilson Farrell wrote:
> 
> 
> Corinna Vinschen wrote:
> > 
> > On Wed, Mar 14, 2001 at 01:48:12PM -0600, CyberZombie wrote:
> > > I ran into this one awhile ago...I don't see it in
> > > /usr/doc/Cygwin/openssh-2.5.1p2.README.  The problem is that $HOME isn't
> > 
> > Hmm. You're right. It's not in the README. Actually it's even never
> > mentioned in the man pages. I will add it to the README in the next
> > version.
> 
> Actually, I have found (as mentioned by DJ) that the ssh client ignore
> $HOME and looks at the passwd file.  Ran into this exact problem
> yesterday.  $HOME was set correctly, but the passwd file was botched. 
> Maybe it looks at both?
> 
> BTW: I had a couple of people in my office do a fresh installation of
> cygwin and found that it creates passwd file entries for every NT
> account except the one currently logged in.  Hence, they ran into the
> ssh problem.  Is this correct behavior of the initial passwd file
> creation?

Naa. It connects to the NT user database using official NT calls
without any interest who's actually running it. The list should
reflect the local user database. The only thing I can think of
is that your users are domain users while mkpasswd is called
with option -l which only dumps the local users. The domain users
have to be retrieved by using mkpasswd -d domain.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

