Comment 35 for bug 1287222

Revision history for this message
In , Prasad (prasad-redhat-bugs) wrote :

@Jakub/Petr,

I did following change in openssh-7.2p2. And it started working for me.

localhost openssh-7.2p2# diff ../../production/openssh-7.2p2/kexgexc.c kexgexc.c
70a71,81
>
> if ((datafellows & SSH_OLD_FORWARD_ADDR) ||
> (datafellows & (SSH_BUG_DHGEX_LARGE|SSH_BUG_HOSTKEYS)))
> {
>
> debug("=========Getting closer to solution by one step!!!! It is either openSSH3.* (Alcatel) or Cisco-1*!!!=============");
> kex->min = 1024;
> kex->max = 8192;
> kex->nbits = 1024;
> }
>

I hope it should be fine.

Thank You,
Prasad