How to transer/execute a script on remote unix server from Linux machine
- by Jagadeesh
I am trying to deploy an executable and execute it on remote Unix machine(Linux/Solaris) from Linux without entering the password manually.
I tried scp and also SSH key-gen utility to interact with remote server but in either way i couldn't avoid providing the password manually. Since I need to run this command/utility from Java code, I should…