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
Message-ID: <834B92CB0E4CD21184A400A0C9D180BD02459D34@NTEXC0001>
From: "Woods, Chris" <Chris-Woods@forum-financial.com>
To: "'cygwin@sourceware.cygnus.com'" <cygwin@sourceware.cygnus.com>
Subject: openssh problems - pointers to documentation?
Date: Tue, 17 Oct 2000 10:26:38 -0400
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2650.21)
Content-Type: text/plain;
	charset="iso-8859-1"


Hello all, trying to get openssh to work on an NT workstation.  Having some problems.  I am quite new to cygwin, but not to unix.
Running openssh-2.2.0p1, and cygwin B20.  Any help would be mucho appreciated!


Here is the result of running /usr/sbin/sshd -d

#when user has connected remotely using ssh -l Administrator
debug: userauth-request for user Administrator service ssh-connection method none
Failed none for Administrator from 10.16.18.230 port 41826 ssh2
debug: userauth-request for user Administrator service ssh-connection method none
Failed none for Administrator from 10.16.18.230 port 41826 ssh2

#When user tries to enter the password for the Administrator account
debug: userauth-request for user Administrator service ssh-connection method password
Failed password for Administrator from 10.16.18.230 port 41

Here is the relevant parts of /etc/sshd_config:
PermitRootLogin no
RhostsAuthentication no
RhostsRSAAuthentication no
RSAAuthentication no
PasswordAuthentication yes
PermitEmptyPasswords no

I did a mkpasswd -l > /etc/passwd and Administrator is in there:
Administrator::500:513:,S-1-5-21-2979708705-1370865285-570841823-500::/bin/sh
Guest::501:513:,S-1-5-21-2979708705-1370865285-570841823-501::/bin/sh
root::1001:513:,S-1-5-21-2979708705-1370865285-570841823-1001::/bin/sh
sshd::1000:513:,S-1-5-21-2979708705-1370865285-570841823-1000::/bin/sh

Any idea what I could be doing wrong?  This is the first cygwin program I have tried to get running, so maybe I need to do something in the initial setup.



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

