Skip to Main Content

Enterprise Manager

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Enterprise Manager (EM) Cloud Control Agent install fails at initialization step with error message

ip-OracleAug 30 2018

Article "EM 12c, 13c: Enterprise Manager Cloud Control Agent Install Fails at Initialization Step With Error: SSH daemon (sshd) is not running on port 22 (Doc ID 1488159.1)" talks about verifying the port # if this error is displayed. The target is definitely running on port 22, but I am using entries in my ~/.ssh/config file to setup a proxy. It looks like this:

Host *.targetdomain

        User myuser

        ProxyCommand ssh -A -q -W %h:%p myser@proxymachine.targetdomain

        StrictHostKeyChecking no

I can ssh to my desired destination from the command line. Is it possible that the JSCH plugin (I think this is what OEM uses to make SSH connections) does not respect the ~/.ssh/config file?

If that is the case, where could one put the required proxy configuration?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 27 2018
Added on Aug 30 2018
0 comments
436 views