https://bugzilla.mindrot.org/show_bug.cgi?id=2796
--- Comment #2 from Darren Tucker <[email protected]> --- (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. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
