How to transer/execute a script on remote unix server from Linux machine
Posted
by
Jagadeesh
on Super User
See other posts from Super User
or by Jagadeesh
Published on 2012-12-06T10:52:12Z
Indexed on
2012/12/06
11:09 UTC
Read the original article
Hit count: 179
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 completely avoid prompting for the password at run time. I have gone through many topics in google but nothing has been materialized.
Your help would really be appreciated if i could proceed further on this issue.
Thanks in advance.
-Jagadeesh
© Super User or respective owner