IBM-AIX is the system.
Can someone tell me what is the issue, as i have to ask Admin team at client side on what actually a problem is.
Also, how to setup ssh between 2 servers?
---------- Post updated at 10:25 PM ---------- Previous update was at 09:49 PM ----------
ok guyes, the problem solved. The error mentioned above is gone..
There is one more issue.
in my shell script in remote server/target server, i have given below code.
#!/bin/ksh
echo "Hey, this is working" >> /tmp/log.log
and i am executing below command.
ssh
abc@pqr.america.com /tmp/test.ksh
This command is not giving any error, but at the same time, this command should execute test.ksh script in pqr.america.com server and generate log.log file. I think, still there are some issue. i have also changed the permission of the file to chmod 777 test.ksh.