• 1
  • 2
  • 3
  • 4
  • 5
阿里云主机ECS 首 页  »  帮助中心  »  云服务器  »  阿里云主机ECS
limits.conf设置错误导致Linux系统ECS无法登陆的分析解决
发布日期:2016-1-13 17:1:39

  问题:Linux系统ECS ssh无法登录,管理终端输入账号密码登录后会跳回登录位置,单用户模式启动系统查看/var/log/secure日志提示“pam_limits(sshd:session):could not sent limit for 'nofile':operaton not permitted”,

  

  解决方法:检查/etc/security/limits.conf中的soft nofile、hard nofile等参数是不是被修改过,是不是被设置成了unlimited,可将改动还原为默认设置:

  

  保存修改后重启系统。