Displaying 1 result from an estimated 1 matches for "bbcom".
Did you mean:
hbcom
2002 Oct 01
2
"error in rsync protocol data stream (code 12) at io.c(150)" revisited
...enSSL 0x00906
- rsync version 2.5.6cvs protocol version 2603f
Neither system uses an rsync daemon.
Here's the command and the resulting error:
bb> ls -l ccf.txt
-rw-r--r-- 1 bbuser bbuser 46 Jul 2 12:02 ccf.txt
bb> echo $RSYNC_SSH
/usr/local/bin/rsync -i /home/bbuser/.ssh/bbcom-id-dsa
bb> rsync -a ccf.txt bbcom@tobias:/www2/virtualhosts/toledo/bbcom/
tobias.cc.kuleuven.ac.be: Connection refused
unexpected EOF in read_timeout
ssh by itself works as expected:
bb> ssh -i ~/.ssh/bbcom-id-dsa -l bbcom tobias cat
/www2/virtualhosts/toledo/bbcom/t.txt
Hello from tobias...