You are not logged in.

#1 2009-03-03 19:11:23

mrmaikel
Member
From: Germany
Registered: 2008-11-07
Posts: 10

scp problem

Hello!

I've got a nerving scp problem since last week. When I'm trying to copy a file over a certain size from my Laptop to another linux-machine with scp, it hangs up. Here's the output of scp's verbose mode:

scp -v test.pdf 192.168.178.27:
Executing: program /usr/bin/ssh host 192.168.178.27, user (unspecified), command scp -v -t .
OpenSSH_5.1p1, OpenSSL 0.9.8j 07 Jan 2009
debug1: Reading configuration data /home/michi/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to 192.168.178.27 [192.168.178.27] port 87.
debug1: Connection established.
debug1: identity file /home/michi/.ssh/identity type -1
debug1: identity file /home/michi/.ssh/id_rsa type -1
debug1: identity file /home/michi/.ssh/id_dsa type -1
debug1: Remote protocol version 1.99, remote software version OpenSSH_5.1
debug1: match: OpenSSH_5.1 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.1
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: checking without port identifier
debug1: Host '192.168.178.27' is known and matches the RSA host key.
debug1: Found key in /home/michi/.ssh/known_hosts:1
debug1: found matching key w/out port
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,password
debug1: Next authentication method: publickey
debug1: Trying private key: /home/michi/.ssh/identity
debug1: Trying private key: /home/michi/.ssh/id_rsa
debug1: Trying private key: /home/michi/.ssh/id_dsa
debug1: Next authentication method: password
michi@192.168.178.27's password:
debug1: Authentication succeeded (password).
debug1: channel 0: new [client-session]
debug1: Requesting no-more-sessions@openssh.com
debug1: Entering interactive session.
debug1: Sending command: scp -v -t .
Sending file modes: C0600 33843 test.pdf
Sink: C0600 33843 test.pdf
test.pdf                                  100%   33KB  33.1KB/s   00:00
^Cdebug1: channel 0: free: client-session, nchannels 1
debug1: fd 0 clearing O_NONBLOCK
debug1: fd 1 clearing O_NONBLOCK
Killed by signal 2.

(I've been waiting for half an hour bevor killing the process.)

It seems to be a similar problem to http://cygwin.com/ml/cygwin/2006-05/msg00007.html but I'm not using cygwin, I'm using Archlinux!

Cliff proposes here (http://www.nabble.com/Workaround-for-ti … 55169.html) to uninstall all filters. What filters could this be in Archlinux? How do I find them?


Regards
mrmaikel

Offline

Board footer

Powered by FluxBB