Re: SSH / Password change request support
This change is tracked here:
Issue 1987 – SSH password change
Issue 1987 – SSH password change
SSH_MSG_USERAUTH_PASSWD_CHANGEREQ
packet to the client if a password change is required. The client may then try a different authentication method or request a new password from the user and retry password authentication. After the password change, server signals whether the password change was successful. Also, WinSCP should be able to view the kbd-int messages sent by the server during the password change.
SSH_MSG_USERAUTH_PASSWD_CHANGEREQ
can be found from https://datatracker.ietf.org/doc/html/rfc4252 (pages 10–11).