赞
踩
今天使用 OCI Console connection 报错,错误信息如下,
Unable to negotiate with xxx.xxx.xxx.xxx port 443: no matching host key type found. Their offer: ssh-rsa
解决方法,
vi ~/.ssh/config
--- add
Host *
HostKeyAlgorithms +ssh-rsa
PubkeyAcceptedAlgorithms +ssh-rsa
---
完结!
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。