SSH Client Expired Password Change Request
Posted: Fri 27 Nov 2020 08:41
Hello,
is there a possibility to react to a change password request from the SSH Server with the SSH Client?
The change request is speciefied here https://tools.ietf.org/html/rfc4252#section-8
SSH_MSG_USERAUTH_PASSWD_CHANGEREQ
Currently when trying to use atPassword as auth method, i get the following error when i try to connect with an expired password:
is there a possibility to react to a change password request from the SSH Server with the SSH Client?
The change request is speciefied here https://tools.ietf.org/html/rfc4252#section-8
SSH_MSG_USERAUTH_PASSWD_CHANGEREQ
Currently when trying to use atPassword as auth method, i get the following error when i try to connect with an expired password:
Code: Select all
raised exception class EScError with message 'Protocol error: unexpected packet type'.