ssh无法远程登陆别的机器

ssh无法远程登陆别的机器,提示报错:

ssh: symbol lookup error: ssh: undefined symbol: EVP_aes_128_ctr

解决方法如下:

给相应配置文件赋权,使用root用户执行如下三个命令即可

# chmod o+rx /usr/bin/openssl

# chmod o+rx /usr/include/openssl

# chmod o+rx /usr/local/ssl -R
再次提示ssh_config脚本错误,注释掉即可。
原文地址:https://www.cnblogs.com/likingzi/p/6142807.html