Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Secure-Shell
[Top] [All Lists]

Re: dropped connection with openssh4.2

Subject: Re: dropped connection with openssh4.2
Date: Wed, 28 Dec 2005 17:16:49 -0600
Try using

ssh -vvv <ipaddressofcygwin>

Gives you a verbose debugging

you could check if you could connect to yourself

ssh <username>@127.0.0.1

./thanks
ilaiy

On 12/27/05, Waitman Gobble <waitman@waitman.net> wrote:
Hello,

I have installed openssh4.2p1 on a Fedora server.

I cannot seem to connect to the thing using openssh from the command
line (ssh or sftp) of any other fedora or cygwin server, and I cannot
connect using PuTTY on a Windows machine.

It always seems to do this:
debug1: Next authentication method: keyboard-interactive
Connection closed by...

and it's a done deal.

I don't see *anything* at all in the /var/log/messages or
/var/log/secure when this happens. Only if a connection is made and
authentication is successful, or denied. But nothing when it just bombs.


Normally that tells me that I obviously didn't build something correct...

However, I can connect using an sftp client (webdrive) and I can connect
using SecureCRT ( VanDyke ). So it is kinda strange.

I did have to add the "-ldl" in the Makefile library section to get it
to link. I have seen some other people have troubles and questions
building 4.2 but didn't see much in replies.

That seemed like it linked properly, but maybe that was my boo-boo ;-)

Any ideas to help troubleshoot would be appreciated.

Thank you

Waitman Gobble



<Prev in Thread] Current Thread [Next in Thread>