TECHIES WORLD

For Techs.... Techniques.... Technologies....

BashLinux

SSH Failed through VPN : expecting SSH2_MSG_KEX_ECDH_REPLY

expecting SSH2_MSG_KEX_ECDH_REPLY

This issue happens because of a Bug in Ubuntu and can be solved by changing the network interface MTU.

#ifconfig wlan0 mtu 1200

Please note that the network interface may be different from wlan0 according to the machine.

SSH will work without any issues now.

That's all…