码迷,mamicode.com
首页 > 其他好文 > 详细

Centos7系统修改密码报错记录

时间:2019-08-22 12:54:00      阅读:306      评论:0      收藏:0      [点我收藏+]

标签:help   hpa   pre   nec   centos7系统   ssh   tencent   maximum   tin   

报错信息:passwd: Have exhausted maximum number of retries for service
详细信息:

[root@VM_2_49_centos /zhangsan]# echo magedu1|  passwd --stdin nginx
Changing password for user nginx.
passwd: Have exhausted maximum number of retries for service

解决办法:

echo ‘nginx:magedu‘|chpasswd

验证过程:

[root@VM_2_49_centos /zhangsan]# ssh nginx@9.134.2.49 -p36000
The authenticity of host ‘[9.134.2.49]:36000 ([9.134.2.49]:36000)‘ can‘t be established.
ECDSA key fingerprint is 2d:9e:af:73:aa:92:5f:3d:72:c2:65:4f:55:43:65:3a.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added ‘[9.134.2.49]:36000‘ (ECDSA) to the list of known hosts.
nginx@9.134.2.49‘s password: 
Welcome to tlinux 2.2 64bit
Version 2.2 20180528
tlinux2.2-tvm-64bit-3.10.107-1.0047

Work hard, this time can‘t give up
Thu Aug 22 11:31:38 CST 2019
basename: invalid option -- ‘b‘
Try ‘basename --help‘ for more information.
dirname: invalid option -- ‘b‘
Try ‘dirname --help‘ for more information.
welcome to tencent
[nginx@VM_2_49_centos ~]$

备注:原因暂时没找到,后续找到再记录

Centos7系统修改密码报错记录

标签:help   hpa   pre   nec   centos7系统   ssh   tencent   maximum   tin   

原文地址:https://blog.51cto.com/11620628/2431603

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!