[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

scp does not copy, no error msg, ssh works



Hi everybody,

I have two PCs (kiste and baby) using debian testing and a current ssh.

ssh works fine but scp does not (in neither direction): I don't get an
error message but the file isn't copied.  Where could be my problem?

Thanks, Uli


Two examples:

bash: scp <file> kiste:
Password: (correct password)
Linux kiste 2.4.26-1-k7 #1 Tue Aug 24 14:08:24 JST 2004 i686 GNU/Linux
bash:

bash: scp -v <file> kiste:
Executing: program /usr/bin/ssh host kiste, user (unspecified), command
scp -v -t .
OpenSSH_3.8.1p1 Debian-8.sarge.4, OpenSSL 0.9.7d 17 Mar 2004
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Connecting to kiste [172.16.3.191] port 22.
debug1: Connection established.
debug1: identity file /home/scholzuh/.ssh/identity type -1
debug1: identity file /home/scholzuh/.ssh/id_rsa type -1
debug1: identity file /home/scholzuh/.ssh/id_dsa type -1
debug1: Remote protocol version 2.0, remote software version
OpenSSH_3.8.1p1 Debian-8.sarge.4
debug1: match: OpenSSH_3.8.1p1 Debian-8.sarge.4 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_3.8.1p1 Debian-8.sarge.4
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-cbc hmac-md5 none
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Host 'kiste' is known and matches the RSA host key.
debug1: Found key in /home/scholzuh/.ssh/known_hosts:2
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue:
publickey,keyboard-interactive
debug1: Next authentication method: publickey
debug1: Trying private key: /home/scholzuh/.ssh/identity
debug1: Trying private key: /home/scholzuh/.ssh/id_rsa
debug1: Trying private key: /home/scholzuh/.ssh/id_dsa
debug1: Next authentication method: keyboard-interactive
Password: (the correct password)
debug1: Authentication succeeded (keyboard-interactive).
debug1: channel 0: new [client-session]
debug1: Entering interactive session.
debug1: Sending command: scp -v -t .
Linux kiste 2.4.26-1-k7 #1 Tue Aug 24 14:08:24 JST 2004 i686 GNU/Linux
scholzuh@baby:~$ debug1: client_input_channel_req: channel 0 rtype
exit-status reply 0
debug1: channel 0: free: client-session, nchannels 1
debug1: fd 0 clearing O_NONBLOCK
debug1: fd 1 clearing O_NONBLOCK
debug1: Transferred: stdin 0, stdout 0, stderr 0 bytes in 0.2 seconds
debug1: Bytes per second: stdin 0.0, stdout 0.0, stderr 0.0
debug1: Exit status 0
bash:



Reply to: