Yury Staravoitau
Yury Staravoitau

Reputation: 175

Ssh connection to mysql server in hibernate

I have database in MySql 5 server, but it needs ssh connection. I want to use hibernate but I don't know how to configure hibernate.cfg.xml file for connect to ssh server. Of course, I tried to find the answer in google, but I did not find anything. Also I tried use Putty, but it's also not help.

Upvotes: 1

Views: 3545

Answers (1)

thar45
thar45

Reputation: 3560

I hope you can use Jsch for ssh hibernate, For examples about Jsch clickhere

Here is the link it could help you to solve the SSH in hibernate.

Upvotes: 1

Related Questions