eSight 22.0.0 PC不能用sopuser账号SSH登录欧拉系统
问题描述
eSight 22.0.0 PC不能用sopuser账号SSH登录欧拉系统
报错如下:
告警信息
无
处理过程
1、PC 运行里ping eSight系统ip--结果:能ping通
2、登录eSight管理面,维护--启用操作系统用户和修改密码,查看操作系统用户是否启用--结果:已经启用
3、通过IBMC虚拟控制台登录后台,chage -l sopuser查看sopuser密码是否过期--结果:没有过期
4、netstat -nap | grep :22 查看端口是否有侦听--结果:没有侦听
5、通过命令service sshd restart报错如下
6、通过systemctl status sshd.service查看有异常
7、通过命令journalctl -xe | grep sshd_config,发现是sshd_config配置问题
8、vi /etc/ssh/sshd_config,查看line 157配置,发现配置PermitRootLongin 错误,应该为PermitRootLogin
9、修改该配置后,service sshd restart后,问题解决,sopuser能够ssh登录
根因
/etc/ssh/sshd_config配置有误,需要将PermitRootLongin修改为PermitRootLogin
解决方案
vi /etc/ssh/sshd_config,查看line 157配置,发现配置PermitRootLongin 被修改错误,应该为PermitRootLogin
建议与总结
无
版权声明:
作者:SE_You
链接:https://www.cnesa.cn/515.html
来源:CNESA
文章版权归作者所有,未经允许请勿转载。
共有 0 条评论