=================== BUG #4109: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=4109&group_id=11
Changes by: Joseph Heled <[EMAIL PROTECTED]> Date: Sat 06/28/2003 at 09:14 (Pacific/Auckland) ------------------ Additional Follow-up Comments ---------------------------- Sorry, my fault. I should have read the man page more carfully. rsync was trying to use rsg This worked for me rsync --rsh='ssh -1' =================== BUG #4109: FULL BUG SNAPSHOT =================== Submitted by: joseph Project: Savannah Submitted on: Fri 06/27/2003 at 09:50 Category: Download area Severity: 5 - Average Priority: None Bug Group: None Resolution: Wont Fix Assigned to: yeupou Status: Closed Effort: 0.00 Summary: sftp nor rsync works Original Submission: Nither works on my RH 8.0 machine. I don't want to try scp before I know how to delete files from the download area ... $ rsync -v test [EMAIL PROTECTED] subversions-ssh.gnu.org: Connection refused rsync: connection unexpectedly closed (0 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(150) $ sftp -v -1 [EMAIL PROTECTED] Connecting to savannah.nongnu.org... OpenSSH_3.4p1, SSH protocols 1.5/2.0, OpenSSL 0x0090602f debug1: Reading configuration data /home/joseph/.ssh/config debug1: Reading configuration data /etc/ssh/ssh_config debug1: Applying options for * debug1: Rhosts Authentication disabled, originating port will not be trusted. debug1: ssh_connect: needpriv 0 debug1: Connecting to savannah.nongnu.org [199.232.41.4] port 22. debug1: Connection established. debug1: identity file /home/joseph/.ssh/identity type 0 debug1: Remote protocol version 1.99, remote software version OpenSSH_3.4p1 Debi an 1:3.4p1-0.0woody1 debug1: match: OpenSSH_3.4p1 Debian 1:3.4p1-0.0woody1 pat OpenSSH* debug1: Local version string SSH-1.5-OpenSSH_3.4p1 debug1: Waiting for server public key. debug1: Received server public key (768 bits) and host key (1024 bits). debug1: Host 'savannah.nongnu.org' is known and matches the RSA1 host key. debug1: Found key in /home/joseph/.ssh/known_hosts:8 debug1: Encryption type: 3des debug1: Sent encrypted session key. debug1: cipher_init: set keylen (16 -> 32) debug1: cipher_init: set keylen (16 -> 32) debug1: Installing crc compensation attack detector. debug1: Received encrypted confirmation. debug1: Trying RSA authentication with key '/home/joseph/.ssh/identity' debug1: Received RSA challenge from server. debug1: Sending response to host key RSA challenge. debug1: Remote: RSA authentication accepted. debug1: RSA authentication accepted by server. debug1: Sending command: /usr/libexec/openssh/sftp-server debug1: Entering interactive session. debug1: fd 0 setting O_NONBLOCK You tried to execute: `/usr/local/bin/cvssh -c /usr/libexec/openssh/sftp-server' . Sorry, you are only allowed to execute : - CVS_RSH=ssh cvs commands - rsync from /cvsroot or /upload. - rsync to /upload. - sftp to /upload. - scp to /upload. debug1: Transferred: stdin 9, stdout 0, stderr 257 bytes in 2.4 seconds debug1: Bytes per second: stdin 3.7, stdout 0.0, stderr 106.2 debug1: Exit status 0 Connection closed Follow-up Comments ******************* ------------------------------------------------------- Date: Sat 06/28/2003 at 09:14 By: joseph Sorry, my fault. I should have read the man page more carfully. rsync was trying to use rsg This worked for me rsync --rsh='ssh -1' ------------------------------------------------------- Date: Sat 06/28/2003 at 09:06 By: joseph $ mv ~/.ssh/known_hosts ~/.ssh/saved-known_hosts $ rsync -v test [EMAIL PROTECTED] subversions-ssh.gnu.org: Connection refused rsync: connection unexpectedly closed (0 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(150) $ rsync --version rsync version 2.5.5 protocol version 26 Copyright (C) 1996-2002 by Andrew Tridgell and others <http://rsync.samba.org/> Capabilities: 64-bit files, socketpairs, hard links, symlinks, batchfiles, IPv6, 64-bit system inums, 64-bit internal inums rsync comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See the GNU General Public Licence for details. ------------------------------------------------------- Date: Sat 06/28/2003 at 08:53 By: yeupou Can you remove your .ssh/known_host and retry one more time? Can you also tell me which rsync version you run? ------------------------------------------------------- Date: Sat 06/28/2003 at 08:40 By: joseph Exact same error $ env TZ=EST date Fri Jun 27 15:45:44 EST 2003 $ rsync -v test [EMAIL PROTECTED] subversions-ssh.gnu.org: Connection refused rsync: connection unexpectedly closed (0 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(150) ------------------------------------------------------- Date: Sat 06/28/2003 at 04:47 By: yeupou About rsync, can you retry? (I just tried with success, it was maybe a temporary issue). For sftp, duplicate with support #101853 CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=4109&group_id=11 _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
