I am using telnet to connect to UNIX machines, to execute remote code. I used apache commons net library.
Since telnet is insecure, I made my mind to use SSH.
I am looking for SSH open source library. Is there any such open source SSH
java library? I would be using java client to SSH unix machine.
Thanks