Bug 2210 - scp -q isn't quiet when copying between two remote hosts
Summary: scp -q isn't quiet when copying between two remote hosts
Status: NEW
Alias: None
Product: Portable OpenSSH
Classification: Unclassified
Component: scp (show other bugs)
Version: 6.0p1
Hardware: PPC AIX
: P5 normal
Assignee: Assigned to nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-12 11:43 AEDT by michael.j.tosh
Modified: 2014-03-12 11:43 AEDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description michael.j.tosh 2014-03-12 11:43:15 AEDT
OpenSSH_6.0p1, OpenSSL 1.0.1e 11 Feb 2013

When using banners in SSH, scp -q will only suppress banners for one remove host, but not two.  See the following example, using SSH 6.0p1 compiled on AIX 5.3 and distributed by IBM.



root@host3:/tmp
--> scp -q host1:/tmp/x.out /tmp/x.out.host1
root@host3:/tmp
--> scp -q /tmp/x.out host2:/tmp/x.out.host3
root@host3:/tmp
--> scp -q host1:/tmp/x.out host2:/tmp/x.out.host1
#################################################################
#               Hostname:               host2                   #
#################################################################
root@host3:/tmp
-->