I am writing a java service, where it will connect to the unix server with SSH (Secure shell) protocol. Is there any in built services for this same perpose. While writting the java service i am getting error related to ssh stuff. For that am i need to add the jars ?
please share the ideas if you have gone throgh this.
There is an OpenSSH package utility which is already available as a utility package you can download it and pass the UNIX Commands to it like login , get put etc.