How to use the Delphix Continuous Data Engine key pair for Oracle EBS?
Perform the following steps to use the Delphix Continuous Data Engine key pair:
Select Public Key for the Login Type.
Click View Public Key.
Copy the public key that is displayed, and append it to the end of your ~/.ssh/authorized_keys file. If this file does not exist, you must create it.
Run
chmod 600 ~/.ssh/authorized_key
to allow only the file's owner to read and write to it (make sure the file is owned by you).Run
chmod 755 ~
to restrict access to your home directory so that no other may write to it.Run
chmod 700 ~/.ssh
so that others cannot write to it. The ~/.ssh directory is not writable by group or others. Otherwise, authentication will fail.