Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Oozie SSH Action - StrictHostKeyChecking=no

avatar
Rising Star
I see it in the code but can someone confirm that 'StrictHostKeyChecking=no' is indeed on be default, for the SSH action, in Oozie 4.1?
1 ACCEPTED SOLUTION

avatar

Yes, that is what I see on my HDP 2.2.4 cluster (Oozie 4.1.0.2.2.4.2-2) and in the source: https://github.com/apache/oozie/blob/master/core/src/main/java/org/apache/oozie/action/ssh/SshAction...

View solution in original post

1 REPLY 1

avatar

Yes, that is what I see on my HDP 2.2.4 cluster (Oozie 4.1.0.2.2.4.2-2) and in the source: https://github.com/apache/oozie/blob/master/core/src/main/java/org/apache/oozie/action/ssh/SshAction...