Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
#Automation
Hi,
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.
thanks in advance, shafi
Hi shafi,
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.
~Shashank
why dont you try SFTP? (unless if the requirement is very strict) You can use jcraft API to create sftp connection from IS.
Fairly easy with jcraft.