good day all ...
i'm trying to use scp between two suse linux boxen, both with the suse7.0
openssh rpms installed. scp fails between the systems. here is the output
of scp -v:
michael@theborg:~ > scp -v teapop-latest.tar.gz [EMAIL PROTECTED]:
Executing: host xxx.xxx.xxx.xxx, user mgx, command scp -v -t .
SSH Version OpenSSH_2.1.1, protocol versions 1.5/2.0.
Compiled with SSL (0x0090581f).
debug: Reading configuration data /etc/ssh/ssh_config
debug: Applying options for *
debug: Seeding random number generator
debug: ssh_connect: getuid 500 geteuid 0 anon 0
debug: Connecting to xxx.xxx.xxx.xxx [xxx.xxx.xxx.xxx] port 22.
debug: Seeding random number generator
debug: Allocated local port 656.
debug: Connection established.
debug: Remote protocol version 1.99, remote software version OpenSSH_2.1.1
debug: Local version string SSH-1.5-OpenSSH_2.1.1
debug: Waiting for server public key.
debug: Received server public key (768 bits) and host key (1024 bits).
debug: Host 'xxx.xxx.xxx.xxx' is known and matches the RSA host key.
debug: Seeding random number generator
debug: Encryption type: 3des
debug: Sent encrypted session key.
debug: Installing crc compensation attack detector.
debug: Received encrypted confirmation.
debug: Doing password authentication.
[EMAIL PROTECTED]'s password:
debug: Sending command: scp -v -t .
debug: Entering interactive session.
scp: warning: Development-time debugging not compiled in.
scp: warning: To enable, configure with --enable-debug and recompile.
scp: warning: Executing scp1 compatibility.
scp: FATAL: Executing ssh1 in compatibility mode failed (Check that scp1 is in
your PATH).
debug: Transferred: stdin 0, stdout 263, stderr 0 bytes in 0.7 seconds
debug: Bytes per second: stdin 0.0, stdout 399.0, stderr 0.0
debug: Exit status 255
lost connection
michael@theborg:~ >
ssh works fine between these two hosts. am i missing something?
-- michael