Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support SSH_MSG_USERAUTH_PASSWD_CHANGEREQ #9705

Closed
cyberduck opened this issue Sep 22, 2016 · 5 comments
Closed

Support SSH_MSG_USERAUTH_PASSWD_CHANGEREQ #9705

cyberduck opened this issue Sep 22, 2016 · 5 comments
Assignees
Labels
feature fixed sftp SFTP Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

74553c3 created the issue

Hello,

When I connect to our sFTP server using Cyberduck, and the user's account (Active Directory) is set to "Change Password on Next Logon", I am unable to change the password (there is no dialog box to enter the current password and the new password).

There is a dialog box that appears (attached) but it only reports that "The user's password must be changed before signing in."

Other sFTP clients like WinSCP and FileZilla have this functionality (attached). I believe password changes are detailed in the SSH RFC 4252 (SSH_MSG_USERAUTH_PASSWD_CHANGEREQ).

Is there a client-side configuration change needed to support password changes, or is this even a feature?

Thanks!

Pat


Attachments

@cyberduck
Copy link
Collaborator Author

@dkocher commented

We implemented this in #8821 but this possibly needs some more changes.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Milestone renamed

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Ticket retargeted after milestone closed

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Fix in 5df6230. You just need to provide the updated password. The previous password will be read from the saved passwords.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Milestone renamed

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature fixed sftp SFTP Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants