Bugs item #2891971, was opened at 2009-11-04 15:09 Message generated for change (Comment added) made by alamaison You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=703942&aid=2891971&group_id=125852
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: misc Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Andre (schmittty) Assigned to: Nobody/Anonymous (nobody) Summary: password authentication failed with OpenSSH daemon 4.2p1 Initial Comment: Password authentication (ssh-userauth) failed with OpenSSH daemon 4.2p1. OpenSSH daemon 4.2p1 responed with packet 51 and plain content: => libssh2_transport_read() plain (36 bytes) 0000: 33 00 00 00 1e 70 75 62 6c 69 63 6b 65 79 2c 6b 3....publickey,k 0010: 65 79 62 6f 61 72 64 2d 69 6e 74 65 72 61 63 74 eyboard-interact 0020: 69 76 65 00 ive. [libssh2] 0.950825 Transport: Packet type 51 received, length=36 Password authentication (keyboard-interactive) via SSH works fine and password authentication with OpenSSH daemon 4.7p1 works also fine. Any reason (maybe known issue in the OpenSSH implementation) why the password authentication fails with the OpenSSH daemon 4.2p1? Thanks Andre ---------------------------------------------------------------------- Comment By: alamaison (alamaison) Date: 2009-11-04 15:17 Message: The clue is in the list "publickey,keyboard-interactive" that the server returned to you. This list tells you which authentication methods are supported by the server. Notice that it does not contain 'password' meaning that plain-old password authentication has been disabled on the server. Enable it (PasswordAuthentication yes) and you should be able to log in again. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=703942&aid=2891971&group_id=125852 _______________________________________________ libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel
