Displaying 2 results from an estimated 2 matches for "petiepooo".
2010 Sep 03
10
[Bug 1814] New: scp get file prepends -- before filename
https://bugzilla.mindrot.org/show_bug.cgi?id=1814
Summary: scp get file prepends -- before filename
Product: Portable OpenSSH
Version: 5.5p1
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: scp
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy:
2010 Nov 09
15
[Bug 1837] New: scp fails key auth/connection on second host when two remote paths are specified
...paths are specified
Product: Portable OpenSSH
Version: 5.3p1
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P4
Component: scp
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: petiepooo at yahoo.com
When issuing a command such as
scp host1:file host2:.
I observed public key authentication succeeding on host1, but failing
on host2. It was through digging into the verbose output that I
discovered that commands formatted as such are essentially equivalent
to
ssh host1 scp file...