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
  • 135,913
  • 89
  • 401
  • 325
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,240
  • 11
  • 15