N
nooneinparticular314159
I'm looking for a java SSH library that I can use in my code. I need
to connect to a system that runs ssh, execute some commands, read the
responses, and *maintain* the connection in order to interact with
it. I've found some postings on this that seem to refer to code
written 5 years ago, but I want something that is actively
maintained. I've also found something called SSHTools that is
actively maintained. But it says in the documentation that it opens a
connection, runs a command, and closes the connection! That's not
very useful. Does anyone have any suggestions of libraries that I can
use that will meet my needs?
Note: The library should be maintained and freely available. Open
source is fine.
Thanks!
to connect to a system that runs ssh, execute some commands, read the
responses, and *maintain* the connection in order to interact with
it. I've found some postings on this that seem to refer to code
written 5 years ago, but I want something that is actively
maintained. I've also found something called SSHTools that is
actively maintained. But it says in the documentation that it opens a
connection, runs a command, and closes the connection! That's not
very useful. Does anyone have any suggestions of libraries that I can
use that will meet my needs?
Note: The library should be maintained and freely available. Open
source is fine.
Thanks!