원격 가상 머신 서버의 비밀번호가 만료되어 비밀번호를 변경할 수 없습니다.
[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