1 2 3 4 5 6 7 8 9 10 11 12 13 14
| [root@localhost ~]# passwd -l test1 锁定用户 test1 的密码 。 passwd: 操作成功 [root@localhost ~]# ssh test1@192.168.10.3 The authenticity of host '192.168.10.3 (192.168.10.3)' can't be established. ECDSA key fingerprint is SHA256:GHFP5IRyvqkvsd/amMCQc+4AYvp9S7gRMPrusqfgW8c. ECDSA key fingerprint is MD5:8b:ca:1a:0d:0f:81:13:50:f9:13:10:aa:83:ad:c8:5e. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added '192.168.10.3' (ECDSA) to the list of known hosts. test1@192.168.10.3's password: Permission denied, please try again. test1@192.168.10.3's password: Permission denied, please try again. test1@192.168.10.3's password:
|