Hi Ian,

Try logging in using command line ssh2.exe, where you
can specify debug options:

ssh2 -d 4 server_name 2> ssh2_output

Then look in the debug log for the authentication sequence.
Find out what type of authentication is allowed from the 
server, then see what type of authentication the client is
trying.  Most likely, you are getting this message before
being prompted for a password or passphrase because those
two items are not reconciling.

If you can't determine what the problem is, please copy that
same section (authentication) of the debug info to the list,
so everyone can review.

Thanks,

Steph

-- 
*********************************
Stephanie Thomas
Technical Support Specialist
SSH Secure Shell
GIAC Certified
Unix Security Administrator
SSH Communications Security Inc.
http://www.ssh.com/support/ssh
*********************************

Ian Carter White wrote:
> 
> I am a software developer attempting to log onto a Linux server using SSH
> 2.4. I am running Windows 2000 on a laptop and use a dialup connection to
> the internet.
> 
> Each time I attempt to log on, I receive a message like the following:
> 
> Authentication failed. You probably typed your password wrong. Try again. If
> after several tries you still can't log on, talk to your system
> administrator.
> 
> And then I get:
> 
> No further authentication methods available.
> 
> These messages appear _before_ I have been prompted for my password. My
> system administrator says that, according to the logs,  my software is
> initiating the disconnect.
> 
> Another wrinkle: I am unable to log on only when I am in a certain school in
> Waltham, MA. I have been able to log on elsewhere. Note that I am able to do
> everything else I want to on the internet, such as send and receive email
> and download web pages and binaries and the like.
> 
> Thanks for listening.
> 
> Ian White
> Essex Symphony Orchestra
> [EMAIL PROTECTED]

Reply via email to