Whether you are using any compression while connecting to the server,
Try connecting to remote-host SSH without compression. Pass the -o “Compression no” to the ssh client to resolve the problem
ssh -o “Compression no” -l krish remote-host
There are a couple of places that SSH clients and servers try and agree on a common implementation. Two I know of are encryption and compression. The server and client produce a list of available options and then the best available option in both lists is chosen.
Two things you could try are to increase the available encryption libraries on the server, install unrestricted policy files on your client, (make sure the message saying it is disabled goes away, those policy files are notoriously easy to install on the wrong JVM) from the Sun Java 6 download site, or try and disable encryption.
#webMethods#Integration-Server-and-ESB#webmethods-Protocol-and-Transport