-
After awhile I received a positive response and temporary fix (SR# 71610828) from Sun. The fix works fine and now it is possible with the Sun ssh daemon and libssh2 to copy bigger files.
Sun plans to provide this fix (interoperability fix) within the next two weeks, in his next service release.
Problem report will be closed when the official fix from Sun is available.
2009-11-04 15:50:33 UTC by schmittty
-
Thanks for the quick response and support.
After re-configuration of the OpenSSH daemon it works fine.
Problem report can be closed.
2009-11-04 15:40:08 UTC by schmittty
-
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.
2009-11-04 15:17:58 UTC by alamaison
-
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...
2009-11-04 15:09:23 UTC by schmittty
-
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
2009-11-02 02:22:37 UTC by sf-robot
-
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
2009-11-02 02:22:28 UTC by sf-robot
-
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
2009-11-02 02:22:18 UTC by sf-robot
-
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
2009-11-02 02:22:17 UTC by sf-robot
-
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
2009-11-01 02:22:18 UTC by sf-robot
-
_libssh2_channel_write is not returning correct data under the following circumstances:
- buflen is larger than the current local window size, so channel->write_bufwrite is reduced to
channel->local.window_size.
- The first chunk of the block is successfully written, so buflen, buf, and channel->write_bufwrote
are updated correctly.
- When the second chunk of the block is to be written,
2009-10-23 23:49:56 UTC by dseanrussell