チャネル 0 で PTY 割り当て要求が失敗しました。

チャネル 0 で PTY 割り当て要求が失敗しました。

リモート仮想マシンサーバーのパスワードが期限切れになり、パスワードを変更できません。

[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

ベストアンサー1

おすすめ記事