开发者社区 问答 正文

普通用户无法使用ssh?报错

openssh版本升级至7.4p1,结果普通用户使用ssh报错,错误如下:error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: Permission denied 

展开
收起
爱吃鱼的程序员 2020-06-08 19:39:52 671 分享 版权
1 条回答
写回答
取消 提交回答
  • https://developer.aliyun.com/profile/5yerqm5bn5yqg?spm=a2c6h.12873639.0.0.6eae304abcjaIB

    1.对应版本的 libcrypto.so不存在

    2. libcrypto.so存在,但是由于有其他版本的 libcrypto.so,识别为其他版本

    3.真的没权限。应该是升级openssh时用户的权限和运行openssh用户的权限不匹配

    2020-06-08 19:40:04
    赞同 展开评论
问答分类:
问答标签:
问答地址: