On Sat, Sep 20, 2003 at 03:48:35PM +0200, Andreas Metzler wrote: > Brian White <[EMAIL PROTECTED]> wrote: > > SSH works. SCP doesn't. > > It is easy to circumvent non-working scp: > tar cf - foo bar | ssh ftp-master.debian.org tar xf - > or > rsync -vtaz foo bar ftp-master.debian.org: > > Scp works for me, I always use rsync though. I've read in usenet about > problems with using the scp from commercial ssh against an OpenSSH > server, iirc the commercial client internally uses sftp if running in > SSH-protocol v2 modus.
Yes, very brain-dead. > And sftp does not work on ftp-master: > > [EMAIL PROTECTED]:/tmp> sftp ftp-master.debian.org > Connecting to ftp-master.debian.org... > Enter passphrase for key '/home/ametzler/.ssh/debiangluck_rsa': > Request for subsystem 'sftp' failed on channel 0 > Couldn't read packet: Connection reset by peer Protocol 1 works ('sftp -1'). I haven't looked into what's broken with protocol 2 sftp on ftp-master. -- Colin Watson [EMAIL PROTECTED]