bugzilla-daemon at mindrot.org
2023-Jan-05  16:15 UTC
[Bug 3518] New: Skip scp transfer over multiplexed connection if there's no scp on remote path as scp3 test did
https://bugzilla.mindrot.org/show_bug.cgi?id=3518
            Bug ID: 3518
           Summary: Skip scp transfer over multiplexed connection if
                    there's no scp on remote path as scp3 test did
           Product: Portable OpenSSH
           Version: 9.1p1
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: Build system
          Assignee: unassigned-bugs at mindrot.org
          Reporter: rmsh1216 at 163.com
Created attachment 3648
  --> https://bugzilla.mindrot.org/attachment.cgi?id=3648&action=edit
skip scp test
multiplex test always failed if there's no scp on remote path, so just
skip scp transfer over multiplexed connection
-- 
You are receiving this mail because:
You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2023-Jan-05  22:01 UTC
[Bug 3518] Skip scp transfer over multiplexed connection if there's no scp on remote path as scp3 test did
https://bugzilla.mindrot.org/show_bug.cgi?id=3518
Darren Tucker <dtucker at dtucker.net> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dtucker at dtucker.net
   Attachment #3648|application/octet-stream    |text/plain
          mime type|                            |
-- 
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.
bugzilla-daemon at mindrot.org
2023-Jan-05  22:03 UTC
[Bug 3518] Skip scp transfer over multiplexed connection if there's no scp on remote path as scp3 test did
https://bugzilla.mindrot.org/show_bug.cgi?id=3518
Darren Tucker <dtucker at dtucker.net> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |3480
Referenced Bugs:
https://bugzilla.mindrot.org/show_bug.cgi?id=3480
[Bug 3480] tracking bug for openssh-9.2
-- 
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.
bugzilla-daemon at mindrot.org
2023-Jan-13  04:18 UTC
[Bug 3518] Skip scp transfer over multiplexed connection if there's no scp on remote path as scp3 test did
https://bugzilla.mindrot.org/show_bug.cgi?id=3518
Darren Tucker <dtucker at dtucker.net> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #3648|0                           |1
        is obsolete|                            |
--- Comment #1 from Darren Tucker <dtucker at dtucker.net> ---
Created attachment 3649
  --> https://bugzilla.mindrot.org/attachment.cgi?id=3649&action=edit
Add scp's path to sshd's PATH
I was thinking about this, but instead of skipping the test in that
case we can arrange for scp's path to be in the under-test sshd
server's PATH so we can still run the test.
-- 
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.
bugzilla-daemon at mindrot.org
2023-Jan-13  04:35 UTC
[Bug 3518] Skip scp transfer over multiplexed connection if there's no scp on remote path as scp3 test did
https://bugzilla.mindrot.org/show_bug.cgi?id=3518 --- Comment #2 from Darren Tucker <dtucker at dtucker.net> --- Sigh. Turns out that breaks the setenv test, so we'll make that a helper function and call it in the setup for any test that uses scp. -- 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.
bugzilla-daemon at mindrot.org
2023-Jan-13  04:56 UTC
[Bug 3518] Skip scp transfer over multiplexed connection if there's no scp on remote path as scp3 test did
https://bugzilla.mindrot.org/show_bug.cgi?id=3518
Darren Tucker <dtucker at dtucker.net> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
--- Comment #3 from Darren Tucker <dtucker at dtucker.net> ---
We've committed a variation on attachment #3649 which should resolve
the problem that you were experiencing.  If this is not the case,
please reopen this bug.
Thanks for the report.
-- 
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.
bugzilla-daemon at mindrot.org
2023-Mar-17  02:42 UTC
[Bug 3518] Skip scp transfer over multiplexed connection if there's no scp on remote path as scp3 test did
https://bugzilla.mindrot.org/show_bug.cgi?id=3518
Damien Miller <djm at mindrot.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED
--- Comment #4 from Damien Miller <djm at mindrot.org> ---
OpenSSH 9.3 has been released. Close resolved bugs
-- 
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.
Apparently Analagous Threads
- [Bug 3480] New: tracking bug for openssh-9.1
- [Bug 2324] New: remote port forward w/ empty bind_address via multiplexed connection: doc violation
- [Bug 2612] New: Sporadically need to press <ENTER> for multiplexed connection to finish
- [Bug 1758] New: client hangs when closing a multiplexed session with \n~.
- Port forwarding using the client of a multiplexed connection.