[RESOLVED] Connect to remote unix machine in the network
Hi,
I have Swing form with three fields- machine name, username and password. The machine is a unix operated system. I have to connect to that machine in the LAN with right validation. SSH protocol is being used. How do I go about doing this in Java. I am very new to Java. Kindly help.
Re: Connect to remote unix machine in the network
Is it your homework? Check out this!
However, you can have a look at sshd library based on Apache Mina, or Jsch library. Googling you can also find examples about using these libraries.
Regards.
Re: Connect to remote unix machine in the network
@AlberGM: Thanks. This is not my homework though! :) I will check out with the links u have given.