[wplug] weird rsync error

Zach netrek at gmail.com
Thu Mar 20 09:52:47 EST 2008


On Wed, Mar 19, 2008 at 11:59 PM, Tom Rhodes <trhodes at freebsd.org> wrote:
>
>  [SNIP]: debug output.
>
>  Zach, do me a favor, try forcing protocol with either of these
>  previous (scp and sftp) and see what happens.  For this, it
>  should be:
>
>  scp -1
>
>  sftp -1
>
>  And let me see the output.  :)

ubuntu at ubuntu:~/.ssh$ sftp -v -1 chaos at unix.club.cc.cmu.edu
Connecting to unix.club.cc.cmu.edu...
OpenSSH_4.2p1 Debian-7ubuntu3, OpenSSL 0.9.8a 11 Oct 2005
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to unix.club.cc.cmu.edu [128.237.157.20] port 22.
debug1: Connection established.
debug1: identity file /home/ubuntu/.ssh/identity type -1
debug1: Remote protocol version 1.99, remote software version
OpenSSH_3.8.1p1 Debian-krb5 7+cclub.012.2
debug1: match: OpenSSH_3.8.1p1 Debian-krb5 7+cclub.012.2 pat OpenSSH_3.*
debug1: Local version string SSH-1.5-OpenSSH_4.2p1 Debian-7ubuntu3
debug1: Waiting for server public key.
debug1: Received server public key (768 bits) and host key (1024 bits).
WARNING: RSA key found for host unix.club.cc.cmu.edu
in /home/ubuntu/.ssh/known_hosts:1
RSA key fingerprint ba:e4:f6:5f:97:89:20:4f:a7:73:66:26:dd:02:08:6a.
The authenticity of host 'unix.club.cc.cmu.edu (128.237.157.20)' can't
be established
but keys of different type are already known for this host.
RSA1 key fingerprint is b0:eb:31:de:42:2c:12:4e:af:51:fd:ee:68:28:ed:2a.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'unix.club.cc.cmu.edu,128.237.157.20'
(RSA1) to the list of known hosts.
debug1: Encryption type: 3des
debug1: Sent encrypted session key.
debug1: Installing crc compensation attack detector.
debug1: Received encrypted confirmation.
debug1: RSA authentication using agent refused.
debug1: Doing challenge response authentication.
debug1: No challenge.
debug1: Doing password authentication.
chaos at unix.club.cc.cmu.edu's password:
debug1: Sending command: /usr/lib/openssh/sftp-server
debug1: Entering interactive session.
debug1: fd 0 clearing O_NONBLOCK
debug1: Killed by signal 15.

I killed the job above after waiting a few minutes (it never gave me a prompt).

Same thing happened when I tried scp with the older protocol:

ubuntu at ubuntu:~/.ssh$ scp -v -1 id_dsa.pub
chaos at tellurium.club.cc.cmu.edu:~/.ssh/authorized_keys
Executing: program /usr/bin/ssh host tellurium.club.cc.cmu.edu, user
chaos, command scp -v -t ~/.ssh/authorized_keys
OpenSSH_4.2p1 Debian-7ubuntu3, OpenSSL 0.9.8a 11 Oct 2005
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to tellurium.club.cc.cmu.edu [128.237.157.20] port 22.
debug1: Connection established.
debug1: identity file /home/ubuntu/.ssh/identity type -1
debug1: Remote protocol version 1.99, remote software version
OpenSSH_3.8.1p1 Debian-krb5 7+cclub.012.2
debug1: match: OpenSSH_3.8.1p1 Debian-krb5 7+cclub.012.2 pat OpenSSH_3.*
debug1: Local version string SSH-1.5-OpenSSH_4.2p1 Debian-7ubuntu3
debug1: Waiting for server public key.
debug1: Received server public key (768 bits) and host key (1024 bits).
WARNING: RSA key found for host tellurium.club.cc.cmu.edu
in /home/ubuntu/.ssh/known_hosts:3
RSA key fingerprint ba:e4:f6:5f:97:89:20:4f:a7:73:66:26:dd:02:08:6a.
The authenticity of host 'tellurium.club.cc.cmu.edu (128.237.157.20)'
can't be established
but keys of different type are already known for this host.
RSA1 key fingerprint is b0:eb:31:de:42:2c:12:4e:af:51:fd:ee:68:28:ed:2a.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'tellurium.club.cc.cmu.edu' (RSA1) to the
list of known hosts.
debug1: Encryption type: 3des
debug1: Sent encrypted session key.
debug1: Installing crc compensation attack detector.
debug1: Received encrypted confirmation.
debug1: RSA authentication using agent refused.
debug1: Doing challenge response authentication.
debug1: No challenge.
debug1: Doing password authentication.
chaos at tellurium.club.cc.cmu.edu's password:
debug1: Sending command: scp -v -t ~/.ssh/authorized_keys
debug1: Entering interactive session.
debug1: fd 0 clearing O_NONBLOCK
debug1: fd 1 clearing O_NONBLOCK
debug1: Killed by signal 2.

Zach


More information about the wplug mailing list