X-Spam-Check-By: sourceware.org Message-ID: <4656EF3B.1030504@u.washington.edu> Date: Fri, 25 May 2007 07:14:19 -0700 From: Dan Miller Reply-To: dguthriem AT gmail DOT com User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: password authentication fails in cygwin openssh windows xp pro References: <4655A077 DOT 60407 AT gmail DOT com> <4655A398 DOT 80504 AT u DOT washington DOT edu> <4656341F DOT 2000603 AT u DOT washington DOT edu> <46565B7E DOT 906 AT u DOT washington DOT edu> <46566DB0 DOT 8090106 AT u DOT washington DOT edu> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com René Berber wrote: > Dan Miller wrote: > > >> I can login as the new user by ssh newuser AT localhost. It seems to >> authenticate and then says connection closed to local host (unlike when >> I login as user dan) Also, when I try to sftp into the site I can >> connect as dan but not as newuser. >> >> here is ssh -vvv output >> > ... > >> debug1: Exit status 53 >> > > $ net HELPMSG 53 > > The network path was not found. > > That means "file not found", probably bash (and all of Cygwin) is not in the > PATH, your first message said that it was but... is it the global PATH? or it > was only your user's PATH. > Path statement appears fine. I think I'm missing something here. Isn't it wierd that it is looking in /home/dan for keys and identities when I'm logging in as the new user "fshd"? I ran mkpasswd and mkgroup to /etc/passwd and /etc/group and when I ssh localhost -l fshd it seems to login and authenticate the password but then closes immediately. I'm wondering if it is looking for the .bash files and not finding them ...ie file not found....and then closing. I copied the .bash files from skel but that didn't solve the problem. is this the problem? debug3: channel 0: close_fds r -1 w -1 e 6 c -1 debug3: fd 1 is not O_NONBLOCK debug3: fd 2 is not O_NONBLOCK Connection to localhost closed. I just want to be able to login to this server as user fshd. fshd is currently a user in windows, and member of the "users" group thanks Dan -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/