Bug 51510

Summary: scp belongs to other openssh subpackage
Product: [Retired] Red Hat Raw Hide Reporter: Michael Tokarev <mjt>
Component: opensshAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED WONTFIX QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: 1.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-08-11 12:48:33 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Michael Tokarev 2001-08-11 12:48:29 UTC
scp command included to openssh base rpm.  But it really belongs to
openssh-client, as it *is* a client by itself obviously, and it depends
on ssh command included into openssh-client only.

Note that this is an issue for *all* openssh versions on all
redhat distros.

No patch included as it is trivial to do (move two lines between
two %files section in .spec file).

Comment 1 Nalin Dahyabhai 2001-09-06 12:49:47 UTC
The scp binary actually implements both the client and server sides of the scp
protocol, so it's neither a client nor a server proper, and likely belongs in
the main package, if only for lack of a better place to put it.