bugzilla-daemon at bugzilla.mindrot.org
2007-Sep-15 11:37 UTC
[Bug 1362] New: Scp should not follow links
http://bugzilla.mindrot.org/show_bug.cgi?id=1362 Summary: Scp should not follow links Product: Portable OpenSSH Version: 4.7p1 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: scp AssignedTo: bitbucket at mindrot.org ReportedBy: sdsd at latinsud.com Scp should not follow links, specially directory links. This can lead to creating loops and copying files several times. -- Configure bugmail: http://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2007-Dec-21 01:30 UTC
[Bug 1362] Scp should not follow links
https://bugzilla.mindrot.org/show_bug.cgi?id=1362 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX CC| |djm at mindrot.org --- Comment #1 from Damien Miller <djm at mindrot.org> 2007-12-21 12:30:08 --- Unfortunately we cannot change the behaviour of scp. There is no way to extend the protocol it uses in a backwards-compatible manner and we can't change the default behaviour because it would break user's scripts. I suggest that you look at using tar or rsync over ssh if you want to avoid this. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- 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
2008-Apr-03 23:00 UTC
[Bug 1362] Scp should not follow links
https://bugzilla.mindrot.org/show_bug.cgi?id=1362 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from Damien Miller <djm at mindrot.org> 2008-04-04 10:00:52 --- Close resolved bugs after release. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- 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.
Possibly Parallel Threads
- [Bug 1436] New: scp -p does not preserve sticky bit (01000)
- [Bug 1451] New: Slight addition to the "scp" man page
- [Bug 1405] New: scp: pattern-driven copying process
- [Bug 1466] New: Document that scp follows symbolic links
- [Bug 1427] New: scp -q behavior different than documented