Displaying 1 result from an estimated 1 matches for "missnglnk".
2005 Feb 21
0
[Bug 985] scp doesn't honor local ~/.ssh/config for host2
.../config for host2
Product: Portable OpenSSH
Version: 3.8p1
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P4
Component: scp
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: missnglnk at missnglnk.com
When copying a file between two remote hosts (scp host1:/path/to/file
host2:/path/to/file), it is the equivalent of:
ssh host1 'scp /path/to/file host2:/destination/path'
If you are using locally-defined nicknames for hosts (from ~/.ssh/config), the
copy to host2 will...