Daniel Bergman
2002-Feb-22 11:50 UTC
scp on the client-side requires scp on the server-side as well
Hi, A couple of days ago I realized that 'scp' on the client-side requires 'scp' on the server-side as well. client:scp -> server:sshd -> server:scp It this really the way it should be? IMHO it seems like a bad design. I usually create a Solaris-package with prngd, sshd, ssh-keygen and name it OpenSSH-3.x.x-serveronly but now I have to also include 'scp'. Is it possible to modify 'scp' on the server-side to _only_ act as a receiver? Regards, Daniel -- Daniel Bergman Phone: 08 - 55066265 Mobile: 070 - 289 30 39 Fax: 08 - 59827056 Email: d-b at home.se
Markus Friedl
2002-Feb-22 11:54 UTC
scp on the client-side requires scp on the server-side as well
On Fri, Feb 22, 2002 at 12:50:51PM +0100, Daniel Bergman wrote:> Hi, > > A couple of days ago I realized that 'scp' on the client-side requires > 'scp' on the server-side as well. > > client:scp -> server:sshd -> server:scp > > It this really the way it should be? IMHO it seems like a bad design.yes, this is how rcp and scp work. if you don't like this, you have to use SFTP and add SFTP support to our scp client.