I'm studying to be a new developer. I've rent an AWS virtual machine with Bitnami and LAMP to practice in my exercises about Java and MySQL databases.
I have a problem with the connection. I can connect to the server with SSH in the terminal but, I can`t connect with my Java programs... I try to use Jsch and I've found an example to use my Key Pair but, I don't know how I connect to the database directly with Java using the Key Pair.
Can anybody tell me a link to learn about Jsch? Does some code solution this?
Thanks for readme! That is my first question!!