[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
libssh-0.4.1 breaks application
[Thread Prev] | [Thread Next]
- Subject: libssh-0.4.1 breaks application
- From: Eugene Starozhilov <estarozhilov@xxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Mon, 1 Mar 2010 19:29:35 -0800 (PST)
- To: libssh@xxxxxxxxxx
Hi,
I just moved my application which uses sever libssh API from libssh-0.4.0 to libssh-0.4.1. Now client and server choose different encryption algorithms during key negotiation. This problem can be reproduced using samplesshd as server and ssh as a client.
CLIENT (ssh)
debug2: mac_init:
found hmac-sha1
debug1: kex: server->client aes128-cbc hmac-sha1 none
debug2:
mac_init: found hmac-sha1
debug1: kex: client->server aes128-cbc hmac-sha1 none
SERVER (samplesshd)
[3] Type 20
[3] Set output algorithm aes256-ctr
[3] Set input algorithm aes256-ctr
Any suggestions how to fix the problem will be greatly appreciated.
Thanks,
Eugene
| Re: libssh-0.4.1 breaks application | Aris Adamantiadis <aris@xxxxxxxxxxxx> |