X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-1.7 required=5.0	tests=AWL,BAYES_00
X-Spam-Check-By: sourceware.org
Message-ID: <4CC7942F.1030503@bopp.net>
Date: Tue, 26 Oct 2010 21:53:35 -0500
From: Jeremy Bopp <jeremy@bopp.net>
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.11) Gecko/20101006 Thunderbird/3.1.5
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: SSH - Can't Login (3rd Post)
References: <440383.4761.qm@web63703.mail.re1.yahoo.com> <4CC72893.3030207@bopp.net> <20101027020926.M25630@ds.net>
In-Reply-To: <20101027020926.M25630@ds.net>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On 10/26/2010 09:10 PM, Brian Wilson wrote:
> I have the same problem and have not been able to resolve the issue either.  I 
> get the following from the "type -a" command.  Invoking either from the bash 
> shell with a complete path still just displays the usage message and gives a 
> return code of 255.  Everything else seems to be working fine.

A return code of 255 seems odd.  Maybe a required DLL is missing.  What
is the complete usage message displayed?

> Brian S. Wilson@ncc-1701 ~
> $ type -a ssh
> ssh is /usr/bin/ssh
> ssh is /bin/ssh

What is the output of the following:

ls -l /usr/bin/ssh /bin/ssh
ldd /usr/bin/ssh

What happens when you invoke ssh from a cmd shell?

-Jeremy

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

