I am trying to connect to a remote server using ssh tunnel connection where I have to use port forwarding from a local server to the remote server. I then need to be able to connect to a mysql database on the remote server. I am using the tSshTunnel component which is working fine in others system but throwing error in my system and remote connection as "javax.crypto.ShortBufferException: Cannot store MAC in output buffer". I searched a lot but could not find the solution any where.
Any help would be greatly appreciated. Thanks in advance.