
# 远程连接Linux云服务器报错：Authentication failed
#### 问题描述
非root账号通过SSH方式远程登录Linux服务器报错：Authentication failed。
```
Your account has expired;please contact your system administrator.
Authentication failed.
```
#### 可能原因
由于用户账号过期导致出现Authentication failed报错，重新设置过期账号密码或调整账号过期时间即可。
#### 处理方法
方法一：
1. 以root用户登录Linux云服务器。
2. 执行以下命令，重置过期账号的密码。 **chage -l** *过期账号*
   
方法二：
执行以下命令，调整账号过期时间。
**chage -E** *过期时间 过期账号*
