[Bug 2796] sshd should allow clients to explicitly request the password change
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Thu Oct 19 10:22:49 AEDT 2017
https://bugzilla.mindrot.org/show_bug.cgi?id=2796
--- Comment #2 from Darren Tucker <dtucker at zip.com.au> ---
(In reply to ab231 from comment #0)
> If you decide to implement this - sftp client should be enhanced as
> well to allow explicitly request the password change.
sftp invokes ssh(1) and that already implements the required logic:
https://github.com/openssh/openssh-portable/blob/master/sshconnect2.c#L934
The problem is implementing it reliably on the server side.
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
More information about the openssh-bugs
mailing list