0

I want to start my java app remotely. I'd like to use the SSH protocol as a way to communicate. Is there a library that will help do this?

Eric Leschinski
  • 146,994
  • 96
  • 417
  • 335
tiensi
  • 9
  • 1

1 Answers1

0

SSH client and server in java

But I would use just ssh support built in the system, so you connect to the box with ssh and then just use terminal to access command-line console of your java app.

Community
  • 1
  • 1
xeye
  • 1,250
  • 10
  • 15