Re: scp requieres scp1?

From: Vic Abell (abe@cc.purdue.edu)
Date: 02/11/02


From: abe@cc.purdue.edu (Vic Abell)
Date: Mon, 11 Feb 2002 12:28:17 +0000 (UTC)

Lucas Grijander <oiulkj2002@yahoo.es> writes:

>> Try using an SSH2 shell and redirections:
>>
>> $ ssh SSH2_host "> out" < in

> If this is right, I don't understand why you have to use ssh1 to use
>scp. Secure Shell can use scp2 with ssh2. I don't want to use ssh1
>because it is known to have some securitye problems.

Think of scp1 as a protocol, not a simple application. It requires
the support of the SSH1 protocol in order to work.

No recent OpenSSH installation I have seen has had an scp2 application.
SSH Comm. installations here and everywhere I go with SSH have been
replaced with OpenSSH, so I have no way of telling if SSH Comm,
has an scp2 command. But why worry about it when ssh with redirections
will do the same job?