PTY 分配请求在通道 0 上失败

PTY 分配请求在通道 0 上失败

我的远程虚拟机服务器的密码已过期,我无法更改密码。

[user@localhost ~]$ ssh [email protected]
[email protected]'s password:
PTY allocation request failed on channel 0
WARNING: Your password has expired.
Password change required but no TTY available.
Connection to x.x.x.x closed.
[user@localhost ~]$

当我使用 -v 标志运行时,我得到更多信息,如下所示:

[email protected]'s password:
debug1: Authentication succeeded (password).
Authenticated to x.x.x.x ([x.x.x.x]:22).
debug1: channel 0: new [client-session]
debug1: Requesting [email protected]
debug1: Entering interactive session.
debug1: pledge: network
debug1: client_input_global_request: rtype [email protected] want_reply 0
debug1: Sending environment.
debug1: Sending env LANG = en_US.UTF-8
debug1: Sending command: /bin/bash -i
WARNING: Your password has expired.
Password change required but no TTY available.
debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
debug1: client_input_channel_req: channel 0 rtype [email protected] reply 0
debug1: channel 0: free: client-session, nchannels 1
Transferred: sent 1796, received 2352 bytes, in 0.0 seconds
Bytes per second: sent 41062.5, received 53774.5
debug1: Exit status 1

相关内容