Configuring Mutual Trust Between Oozie Nodes
Scenario
This section guides you to enable unidirectional password-free mutual trust when Oozie nodes are used to execute shell scripts of external nodes through SSH jobs.
Prerequisites
You have installed Oozie, and it can communicate with external nodes (nodes connected using SSH).
Procedure
- Ensure that the user used for SSH connection exists on the external node, and the user directory ~/.ssh exists.
- Log in to the node where Oozie is located as user omm and check whether the ~/.ssh/id_rsa.pub file exists.
- If yes, go to 3.
- If no, run the following command to generate a public-private key pair:
- Log in to the node where the Oozie instance resides as user omm and run the following command to configure mutual trust:
ssh-copy-id -i ~/.ssh/id_rsa.pub User who runs SSH tasks@IP address of the node where SSH tasks run
You need to enter the password of the user who runs SSH tasks as prompted.
- Log in to other Oozie nodes as user omm and repeat 2 to 3.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot