search for: first_kex_packet_follow

Displaying 2 results from an estimated 2 matches for "first_kex_packet_follow".

2005 Jun 16
1
Bug report: first_kex_packet_follows behaviour seems wrong
Hello, It seems to me the algorithm negotiation of the transport layer has a bug, it does not follow the specification of draft-ietf-secsh-transport-24, page 19, where the behaviour of first_kex_packet_follows is specified. I've got an ssh client that sends an SSH_MSG_KEXINIT message and specifies only 'diffie-hellman-group1-sha1' as key exchange algorithm. It sets first_kex_packet_follows to true, and immediately sends the SSH_MSG_KEXDH_INIT message. The ssh server (openssh-3.9p1) specifie...
2011 Dec 08
1
Converting SSH2 keys for use in OpenSSH
...ign-dss,x509v3-sign-rsa debug: Ssh2Transport: server: kex = diffie-hellman-group-exchange-sha256,diffie- hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sh a1, hk_alg = ssh-rsa,ssh-dss debug: Ssh2Transport: lang s to c: `', lang c to s: `' debug: Ssh2Transport: first_kex_packet_follows: FALSE debug: Ssh2Transport: c_to_s: cipher 3des-cbc, mac hmac-sha1, compression none debug: Ssh2Transport: s_to_c: cipher 3des-cbc, mac hmac-sha1, compression none debug: Ssh2Transport: Chosen host key algorithm: ssh-dss, Chosen kex algorithm: diffie-hellman-group1-sha1, Guessed wrong debug: Ssh2...