12c emcc Algorithm negotiation fail

12c emcc 安装部署遇到的问题
AIX 7.1 +12c cloud control

APPLIES TO:

Enterprise Manager Base Platform - Version 12.1.0.2.0 and later
Information in this document applies to any platform.
SYMPTOMS

Agent deployment from Enterprise Manger (EM) 12.1.0.2 Cloud Control fails with this logged error(<OMS instance base>/em/EMGC_OMS1/sysman/agentpush//2018-02-09_10-39-25-AM/applogs/test.host.com_deploy.log):

Copying file /products/oracle/product/Middleware/oms/sysman/agent/12.1.0.2.0_AgentCore_212.zip on the OMS to /products/oracle/agent12c/ADATMP_2018-02-09_10-39-25-AM on host test.host.com Failed

Cause
Error Message:PROV-16011: Algorithm negotiation fail
Exit Code :0
CAUSE

The target host ssh configuration is not configured with the required encryption algorithm for exchange.

SOLUTION

Before deploying the EM Agent to the target host, add following lines in the /etc/ssh/sshd_config file on the target host (as root):

Ciphers aes128-cbc,aes192-cbc,aes256-cbc,blowfish-cbc,arcfour
KexAlgorithms diffie-hellman-group1-sha1

重启sshd服务
需要到机房控制台执行命令:
lssrc -s sshd
stopsrc -s sshd
startsrc -s sshd
如果是linux系统可以使用
service sshd restart

原文地址:http://blog.51cto.com/roidba/2086079

时间: 2024-10-29 05:04:17

12c emcc Algorithm negotiation fail的相关文章

PhpStorm: Algorithm negotiation fail

事情是酱紫的,我用 phpstorm 通过 sftp 协议连接我一台服务器的时候报错 Algorithm negotiation fail 第一次遇到这个问题, 并通过 stackoverflow 搜索解决. 解决方法 编辑 /etc/ssh/sshd_config 文件 vim /etc/ssh/sshd_config 在文件末尾加入如下配置(首先确认配置文件不存在该配置项) KexAlgorithms curve25519-sha2[email protected],ecdh-sha2-ni

jsch jar包连接不上ssh报Algorithm negotiation fail 错误

报错信息: com.jcraft.jsch.JSchException: Algorithm negotiation fail 问题分析: sshd配置中没有打开支持jsch jar内需求的算法,默认开放的算法在man sshd_config中可以看,可能是sshd的高级版本中默认关闭了部分算法(7.5版本有这个问题). hash算法查看:ssh -Q mac kex算法查看:ssh -Q kex 传输加密算法查看:ssh -Q cipher 上面命令查看到的算法是sshd支持的算法,并不是已经

JSch连接SSH问题Exception:Algorithm negotiation fail

自动安装部署工具ideploy,使用ssh连接主机并部署业务 .操作系统SUSE11SP4升级到SUSE12后,出现下列报错: JSch连接SSH问题Exception:Algorithm negotiation fail[SSH] Exception:Algorithm negotiation fail /app/aideploy/deploy_xx/xml/deploy-stop.xml:135: The following error occurred while executing th

windows用SSH和linux同步文件&amp;linux开启SSH&amp;ssh client 报 algorithm negotiation failed的解决方法之一

1.安装.配置与启动 SSH分客户端openssh-client和openssh-server 如果你只是想登陆别的机器的SSH只需要安装openssh-client(ubuntu有默认安装,如果没有则sudo apt-get install openssh-client),如果要使本机开放SSH服务就需要安装openssh-server sudo apt-get install openssh-server 然后确认sshserver是否启动了: ps -e |grep ssh 如果看到ssh

Server responded&quot; Algorithm negotiation failed&quot;

ubuntu 15.10 安装 openssh-server后,使用ssh客户端连接时可能报此错误,情况如上图所示 server responded "algorithm negotiation failed” 解决方法 修改ssh的配置文件 /etc/ssh/sshd_config 在配置文件中添加: Ciphers aes128-cbc,aes192-cbc,aes256-cbc,aes128-ctr,aes192-ctr,aes256-ctr,3des-cbc,arcfour128,arc

Server responded &quot;Algorithm negotiation failed&quot; SSH Secure链接服务器错误

Ubuntu 16.04安装openssh-server后,使用ssh客户端连接时可能报此错误,情况如下图所示: server responded "algorithm negotiation failed" 修改服务器端ssh的配置文件,目录为:/etc/ssh/sshd_config,输入如下命令进行编辑 sudo vi /etc/ssh/sshd_config 切换编辑模式(i),设置参数 PasswordAuthentication yes 在配置文件末尾添加 Ciphers

解决Failed to connect session for conifg 故障

服务器升级openssh之后jenkins构建报错了,报错信息如下: Failed to connet or change directory jenkins.plugins.publish_over.BapPublisherException:Failed to connect session for config.....Message [Algorithm negotiation fail] 升级前ssh版本:OpenSSH_5.3p1 升级后sshl版本:OpenSSH_6.8pl 解决

redaht6.7ssh升级到7.2后oraclerac不能安装

今天在安装oraclerac的时候,在图形安装界面下ssh直通一直不同过.查找问题,判断是应为oracle对ssh7.2不支持. ssh版本降下去后,可以正常安装. 或者安装完rac后,在升级ssh不受影响. 配置ssh直通 oracle11g 不支持7.2 [[email protected] ~]# more  /tmp/OraInstall2016-04-26_02-45-26PM/sshsetup2_2016-04-26_02-45-26PM.log INFO: Environment

ubuntu16.04SSH无法连接

提示错误:server responded "algorithm negotiation failed" 解决办法: 修改ssh的配置文件 /etc/ssh/sshd_config文件 在末尾加上如下代码: Ciphers aes128-cbc,aes192-cbc,aes256-cbc,aes128-ctr,aes192-ctr,aes256-ctr,3des-cbc,arcfour128,arcfour256,arcfour,blowfish-cbc,cast128-cbc MAC