I'm trying to set up a regular scp between two linux based systems (one with SLC5, other running Ubuntu). I seem to be able to happily copy in one direction, but not the other. Copying from the Ubuntu to SLC5 machine via scp does not always fail but seems to hang randomly. Running scp -v the command always hangs at the same point:
Executing: program /usr/bin/ssh host feynman.hpc.susx.ac.uk, user
mm613, command scp -v -t ~/snoplus/db/testrelay/ OpenSSH_5.3p1
Debian-3ubuntu7, OpenSSL 0.9.8k 25 Mar 2009 debug1: Reading
configuration data /etc/ssh/ssh_config debug1: Applying options for *
debug1: Connecting to feynman.hpc.susx.ac.uk [139.184.80.19] port 22.
debug1: Connection established. debug1: identity file
/home/mjmottram/.ssh/identity type -1 debug1: identity file
/home/mjmottram/.ssh/id_rsa type -1 debug1: identity file
/home/mjmottram/.ssh/id_dsa type 2 debug1: Checking blacklist file
/usr/share/ssh/blacklist.DSA-1024 debug1: Checking blacklist file
/etc/ssh/blacklist.DSA-1024
Anyone got any ideas of what's going on? /etc/ssh/blacklist.DSA-1024 does not exist on either machine, and sometimes I am able to copy a number of files before this error appears and the command hangs.