*logs:* * * * 2013-08-08 06:03:51,627 INFO org.apache.oozie.command.wf.ActionStartXCommand: USER[root] GROUP[-] TOKEN[] APP[clickstream-wf] JOB[0000044-130719141217337-oozie-oozi-W] ACTION[0000044-130719141217337-oozie-oozi-W@:start:] Start action [0000044-130719141217337-oozie-oozi-W@:start:] with user-retry state : userRetryCount [0], userRetryMax [0], userRetryInterval [10] 2013-08-08 06:03:51,627 WARN org.apache.oozie.command.wf.ActionStartXCommand: USER[root] GROUP[-] TOKEN[] APP[clickstream-wf] JOB[0000044-130719141217337-oozie-oozi-W] ACTION[0000044-130719141217337-oozie-oozi-W@:start:] [***0000044-130719141217337-oozie-oozi-W@:start:***]Action status=DONE 2013-08-08 06:03:51,627 WARN org.apache.oozie.command.wf.ActionStartXCommand: USER[root] GROUP[-] TOKEN[] APP[clickstream-wf] JOB[0000044-130719141217337-oozie-oozi-W] ACTION[0000044-130719141217337-oozie-oozi-W@:start:] [***0000044-130719141217337-oozie-oozi-W@:start:***]Action updated in DB! 2013-08-08 06:03:51,718 INFO org.apache.oozie.command.wf.ActionStartXCommand: USER[root] GROUP[-] TOKEN[] APP[clickstream-wf] JOB[0000044-130719141217337-oozie-oozi-W] ACTION[0000044-130719141217337-oozie-oozi-W@sshtest] Start action [0000044-130719141217337-oozie-oozi-W@sshtest] with user-retry state : userRetryCount [0], userRetryMax [0], userRetryInterval [10] 2013-08-08 06:03:51,718 INFO org.apache.oozie.action.ssh.SshActionExecutor: USER[root] GROUP[-] TOKEN[] APP[clickstream-wf] JOB[0000044-130719141217337-oozie-oozi-W] ACTION[0000044-130719141217337-oozie-oozi-W@sshtest] start() begins 2013-08-08 06:03:51,721 INFO org.apache.oozie.action.ssh.SshActionExecutor: USER[root] GROUP[-] TOKEN[] APP[clickstream-wf] JOB[0000044-130719141217337-oozie-oozi-W] ACTION[0000044-130719141217337-oozie-oozi-W@sshtest] Attempting to copy ssh base scripts to remote host [[email protected]] 2013-08-08 06:03:51,801 WARN org.apache.oozie.action.ssh.SshActionExecutor: USER[root] GROUP[-] TOKEN[] APP[clickstream-wf] JOB[0000044-130719141217337-oozie-oozi-W] ACTION[0000044-130719141217337-oozie-oozi-W@sshtest] Error while executing ssh EXECUTION 2013-08-08 06:03:51,801 WARN org.apache.oozie.command.wf.ActionStartXCommand: USER[root] GROUP[-] TOKEN[] APP[clickstream-wf] JOB[0000044-130719141217337-oozie-oozi-W] ACTION[0000044-130719141217337-oozie-oozi-W@sshtest] Error starting action [sshtest]. ErrorType [NON_TRANSIENT], ErrorCode [AUTH_FAILED], Message [AUTH_FAILED: Not able to perform operation [ssh -o PasswordAuthentication=no -o KbdInteractiveDevices=no -o StrictHostKeyChecking=no -o ConnectTimeout=20 [email protected] mkdir -p oozie-oozi/0000044-130719141217337-oozie-oozi-W/sshtest--ssh/ ] *
On Thu, Aug 8, 2013 at 4:10 PM, Kasa V Varun Tej <[email protected]>wrote: > Hey Jitendra, > > I ensured those two things you mentioned, still i'm facing the same issue. > > Regards, > Kasa > > > On Wed, Aug 7, 2013 at 7:32 PM, Jitendra Yadav <[email protected] > > wrote: > >> Hi, >> >> I hope below points might help you. >> >> *Approach 1#* >> >> You need to change the sshd_config file in the remote server (probably >> in /etc/ssh/sshd_config). >> >> Change PasswordAuthentication value. >> >> PasswordAuthentication no to >> PasswordAuthentication yes >> And then restart the SSHD daemon >> *Approach 2#* >> Check the authorized_keys file permission. >> chmod 600 ~/.ssh/authorized_keys >> >> Thanks. >> >> >> >> >> >> On Wed, Aug 7, 2013 at 7:16 PM, Kasa V Varun Tej <[email protected]>wrote: >> >>> Whats the probable cause of the error when the error log of the ssh >>> action reads: >>> >>> Error: permission denied (publickey password) >>> >>> I already have a passphrase-less ssh set. can you guys point me towards >>> the potential reason and solution to the error. >>> >>> Thanks, >>> Kasa. >>> >>> >>> >>> >>> >> >
