bugzilla-daemon at bugzilla.mindrot.org
2019-Sep-04 20:39 UTC
[Bug 3065] New: scp -A host1:file host2:
https://bugzilla.mindrot.org/show_bug.cgi?id=3065 Bug ID: 3065 Summary: scp -A host1:file host2: Product: Portable OpenSSH Version: 8.0p1 Hardware: Other OS: All Status: NEW Severity: enhancement Priority: P5 Component: scp Assignee: unassigned-bugs at mindrot.org Reporter: naddy at mips.inka.de Created attachment 3319 --> https://bugzilla.mindrot.org/attachment.cgi?id=3319&action=edit ssh_scpA.diff scp's ability to copy between two remote hosts has always seemed of very limited use to me, since the first remote host must be able to establish an ssh connection to the second host. This is really a case where agent forwarding comes in handy. Currently you can already do scp -oForwardAgent=yes host1:foo host2: and the attached patch adds the -A flag as a shortcut: scp -A host1:foo host2: Note that this will forward the agent connection to host1 only. -- You are receiving this mail because: You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2019-Sep-13 04:36 UTC
[Bug 3065] scp -A host1:file host2:
https://bugzilla.mindrot.org/show_bug.cgi?id=3065 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |djm at mindrot.org Attachment #3319|application/octet-stream |text/plain mime type| | Attachment #3319|0 |1 is patch| | -- 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 bugzilla.mindrot.org
2019-Sep-13 04:38 UTC
[Bug 3065] scp -A host1:file host2:
https://bugzilla.mindrot.org/show_bug.cgi?id=3065 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #1 from Damien Miller <djm at mindrot.org> --- This diff seems to be just the manpage - I think you're missing the code changes. (Merging this with bug #831) *** This bug has been marked as a duplicate of bug 831 *** -- 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.
https://bugzilla.mindrot.org/show_bug.cgi?id=3065 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from Damien Miller <djm at mindrot.org> --- closing resolved bugs as of 8.6p1 release -- 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.