Actually I think your SSH key is truncated. You should see 3 parts in your key: type key comment Usually ssh-dss AAAAB3Nza...lLpw== [EMAIL PROTECTED]
Can you check your key in the Savane web interface? -- Sylvain On Sat, Feb 17, 2007 at 09:53:20PM +0200, Donn wrote: > > Your SSH key looks OK. > Phew! :) > > > Can you send us the output of the following command? > > ssh -v [EMAIL PROTECTED] > > bin:$ ssh -v [EMAIL PROTECTED] > OpenSSH_4.2p1 Debian-7ubuntu3.1, OpenSSL 0.9.8a 11 Oct 2005 > debug1: Reading configuration data /etc/ssh/ssh_config > debug1: Applying options for * > debug1: Connecting to download.savannah.nongnu.org [199.232.41.75] port 22. > debug1: Connection established. > debug1: identity file /home/donn/.ssh/identity type -1 > debug1: identity file /home/donn/.ssh/id_rsa type -1 > debug1: identity file /home/donn/.ssh/id_dsa type 2 > debug1: Remote protocol version 2.0, remote software version OpenSSH_3.8.1p1 > Debian-8.sarge.6 > debug1: match: OpenSSH_3.8.1p1 Debian-8.sarge.6 pat OpenSSH_3.* > debug1: Enabling compatibility mode for protocol 2.0 > debug1: Local version string SSH-2.0-OpenSSH_4.2p1 Debian-7ubuntu3.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 > The authenticity of host 'download.savannah.nongnu.org (199.232.41.75)' can't > be established. > RSA key fingerprint is 80:5a:b0:0c:ec:93:66:29:49:7e:04:2b:fd:ba:2c:d5. > Are you sure you want to continue connecting (yes/no)? yes > Warning: Permanently added 'download.savannah.nongnu.org' (RSA) to the list > of > known hosts. > 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 > debug1: Next authentication method: publickey > debug1: Trying private key: /home/donn/.ssh/identity > debug1: Trying private key: /home/donn/.ssh/id_rsa > debug1: Offering public key: /home/donn/.ssh/id_dsa > Connection closed by 199.232.41.75 > > > > Also, what tool are you using for SFTP (what tool produced the "An > > error occurred while loading" error)? > I tried the CLI first: > > fontyPython:$ sftp [EMAIL PROTECTED]:/releases/fontypython > Connecting to dl.sv.nongnu.org... > Connection closed by 199.232.41.75 > Couldn't read packet: Connection reset by peer > > fontyPython:$ rsync DEVS_README_CODEPOLICY* > [EMAIL PROTECTED]:/releases/fontypython/ > Connection closed by 199.232.41.75 > rsync: connection unexpectedly closed (0 bytes received so far) [sender] > rsync error: error in rsync protocol data stream (code 12) at io.c(434) > > Then I tried Konqueror: > An error occurred while loading > sftp://[EMAIL PROTECTED]/releases/fontypython: > Unknown error > Error encountered while talking to ssh. > > > > Thanks, > Thanks for being there! > > /d _______________________________________________ Savannah-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/savannah-users
