SSH - Can't Login (3rd Post)

Jeremy Bopp jeremy@bopp.net
Wed Oct 27 06:15:00 GMT 2010


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



More information about the Cygwin mailing list