How can I execute commands through ssh in java
Posted by nonenas on Dec 5th, 2007
2007
Dec 5
An easy to use but powerful library for ssh in java is JSch.
One can find JSch in :
In this page one can find easy to understand examples of how to use the library in various ways, such as executing remote commands through ssh, establishing ssh terminal sessions e.t.c.