Bug 248

Summary: scp doesn't support ssh2 protocol
Product: Portable OpenSSH Reporter: Frank Liu <liug>
Component: scpAssignee: OpenSSH Bugzilla mailing list <openssh-bugs>
Status: CLOSED INVALID    
Severity: normal CC: thewizard75
Priority: P2    
Version: -current   
Hardware: Other   
OS: Other   

Description Frank Liu 2002-05-18 07:12:40 AEST
server: running commercial ssh, with ssh2 procotol ONLY.
client: OpenSSH_3.1p1, SSH protocols 1.5/2.0, OpenSSL 0x0090601f

from the client, when I run scp to the server, I get:
scp: warning: Executing scp1 compatibility.
scp: FATAL: Executing ssh1 in compatibility mode failed (Check that scp1 is in
your PATH).

Is this a bug in the scp or is it ssh2 protocol is NOT supported?
Comment 1 Frank Liu 2002-05-18 07:14:17 AEST
I tried several different versions of openssh, and got the same problem with scp.
Comment 2 Ben Lindstrom 2002-05-18 08:32:19 AEST
This is an issue with how SSH Corp did their ssh 2.x and above clients.  They 
decided that rcp over ssh was not good enough so they moved to sftp.  As a 
result they also renamed sftp to scp2 and pretended as if the original scp did 
not exist.  Please complain to them about breaking compatibility.  There is 
nothing we can do about it.

- Ben
Comment 3 Markus Friedl 2002-05-20 05:41:35 AEST
openssh's scp speaks RCP, openssh's sftp speaks SFTP,

ssh.com's scp and sftp both speak SFTP only, unless you install
a scp1 program.
Comment 4 Jim Knoble 2002-07-26 04:43:55 AEST
*** Bug 370 has been marked as a duplicate of this bug. ***
Comment 5 Damien Miller 2004-04-14 12:24:18 AEST
Mass change of RESOLVED bugs to CLOSED