Discussion:
[JSch-users] SSH with JFrame / Applet
sodiska saw
2015-01-21 11:24:49 UTC
Permalink
Hi,
Hope someone can give some clue on what I am about to post here:
I am trying to connect to a remote SSH server, once connected, I want a JAVA GUI (JFrame comes into mind or an Applet) to take over instead of a shell. Reason is that, I only want certain commands in a drop down list and/or in a textfield to be executed by valid user. Once executed, the user will only get to see Success or Unsuccessful. How can I achieve this?
Loading...