Menu

#721 JobCenter fail to execute if bash script contain ssh

open
nobody
Jobcenter (52)
5
2011-01-28
2011-01-28
No

In 3.6 Controltier, JobCenter fail if bash script containing the ssh. I am tried to execute the following simple bash script :

#!/bin/bash
echo "Dumping the database"
ssh 172.16.30.20 "mysqldump -u user1 --password=***** ab_bd > /root/ab_db.sql"
echo "compressing the database"
ssh 172.16.30.20 "gzip /root/ab_db.sql"

in 3.4.12 controltier, this above script is executing well but not in 3.6. For the reference, i am attaching the job-centre output

Discussion

  • Rajkumar Agrawal

     
  • Moses Lei

    Moses Lei - 2011-05-27

    Hi Rajkumar,

    Sorry for the late response. This looks like a local client side authentication problem. Were you able to resolve this?

    Moses

     

Log in to post a comment.

Monday.com Logo