https://bugzilla.mindrot.org/show_bug.cgi?id=3925
Damien Miller <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED Blocks| |3880 --- Comment #2 from Damien Miller <[email protected]> --- I've committed this fix and another one for the scp -3 case. Both fixes will be in openssh-10.3 - thanks! commit 84206bde8adbef2dfe4f5b97dd23399827015333 (HEAD -> master) Author: [email protected] <[email protected]> Date: Wed Feb 18 03:04:12 2026 +0000 upstream: same treatment for remote/remote copies (i.e. scp -3): adjust permissions on destination directory only if we created it or -p was requested. bz3925 OpenBSD-Commit-ID: d977006df7b8330e06ceaa319383b347f1aca3ef commit c3631567d9f77c2d073764e4b40f249687f4083e Author: [email protected] <[email protected]> Date: Wed Feb 18 02:59:27 2026 +0000 upstream: when uploading a directory using sftp/sftp (e.g. during a recursive transfer), don't clobber the remote directory permissions unless either we created the directory during the transfer or the -p flag was set. bz3925 ok dtucker@ OpenBSD-Commit-ID: d66f40d01de05c9ec4029fab5413325301039b3a Referenced Bugs: https://bugzilla.mindrot.org/show_bug.cgi?id=3880 [Bug 3880] Tracking bug for openssh-10.3 -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
