-------- Forwarding messages --------
From: "赵长松" <[email protected]>
Date: 2012-12-29 12:48:30
To: "Aris Adamantiadis" <[email protected]>
Subject: Re:Re: How to achieve a connection to server with OS suse10
HI,
I use libssh v0.5.2 on OS Centos 5.8. The target server is suse10 sp1 with
openssh 6.0. The default authentication is keyboard-interactive authentication.
I have debuged my program.
the call stack is:
ssh_userauth_password-->wait_auth_status-->ssh_handle_packets_termination-->ssh_handle_packets-->ssh_poll_ctx_dopoll
After the last function, the auth_state in session turns to SSH_AUTH_SATE_FAILED
在 2012-12-28 21:18:04,"Aris Adamantiadis" <[email protected]> 写道:
>Hi,
>
>I'm trying to reproduce the problem, but couldn't have the same error as
>you do.
>Could you please provide more details, like the code you use (can you
>reproduce it with samplessh ?) and a verbose dump (-vvv).
>Please tell which libssh version you're using and on which OS.
>
>Thanks,
>
>Aris
>
>Le 24/12/12 14:15, 赵长松 a écrit :
>> HI,I write a ssh client with libssh,but I can't establish the
>> connection to server with OS suse10.The value of session->auth_state is
>> SSH_AUTH_STATE_FAILED
>