[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

svn co svn+ssh://svn.debian.org/manuals/trunk/release-notes/ doesn't work



I've tried the following steps:

1.) alioth-guest account created

2.) ssh-keygen -t rsa

3.) I've uploaded my public key to alioth (~/.ssh/id_rsa.pub to https://alioth.debian.org/account/editsshkeys.php)
It contains "rsa-ssh my_key local_login_name@local_hostname".

4.) created the file ~/.ssh/config:
Host svn.debian.org
Hostname svn.debian.org
IdentityFile ~/.ssh/id_rsa.pub
User mylogin-guest

5.) svn co svn+ssh://svn.debian.org/manuals/trunk/release-notes/
I've checked and confirmed the fingerprint of Alioth.
The server asked for a password.
Neither my ssh password nor my alioth password matches.

6.) I've tried a login directly via ssh:
ssh -v -l mylogin-guest shell.alioth.debian.org
OpenSSH_5.5p1 Debian-5+b1, OpenSSL 0.9.8o 01 Jun 2010
debug1: Reading configuration data /home/chris/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to shell.alioth.debian.org [217.196.43.134] port 22.
debug1: Connection established.
debug1: identity file /home/chris/.ssh/id_rsa type 1
debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048
debug1: Checking blacklist file /etc/ssh/blacklist.RSA-2048
debug1: identity file /home/chris/.ssh/id_rsa-cert type -1
debug1: identity file /home/chris/.ssh/id_dsa type -1
debug1: identity file /home/chris/.ssh/id_dsa-cert type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_5.1p1 Debian-5
debug1: match: OpenSSH_5.1p1 Debian-5 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.5p1 Debian-5+b1
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-ctr hmac-md5 none
debug1: kex: client->server aes128-ctr 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
debug1: Host 'shell.alioth.debian.org' is known and matches the RSA host key.
debug1: Found key in /home/chris/.ssh/known_hosts:1
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: Roaming not allowed by server
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,keyboard-interactive
debug1: Next authentication method: publickey
debug1: Offering public key: /home/chris/.ssh/id_rsa
debug1: Authentications that can continue: publickey,keyboard-interactive
debug1: Trying private key: /home/chris/.ssh/id_dsa
debug1: Next authentication method: keyboard-interactive
Password:
and I've the same problem: My passwords doesn't match.


Thanks for your help.

Regards,
Chris


Reply to: