摘要:
问题描述 在使用秘钥(无密)登录服务器时有如下警告: Warning: the ECDSA host key for '${hostname}' differs from the key for the IP address '${hostip}' 解决方案 方案1: ssh是添加参数 -o Use 阅读全文
摘要:
解决报错libssl.so.1.1: cannot open shared object file: No such file or directory Centos7 默认提供的 openssl 版本是 1.0.2 的,某些 php 扩展或者其他软件依赖 1.1 以上版本 如果过低的话就会报错 l 阅读全文