savannah-hackers
[Top][All Lists]
Advanced

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

Re: [Savannah-help-public] help logging in new user


From: Sylvain Beucler
Subject: Re: [Savannah-help-public] help logging in new user
Date: Tue, 20 Dec 2005 22:44:20 +0100
User-agent: Mutt/1.5.11

Hi,

Can you try again now? The accounting part of the system was
unfortunately not restarted after the last reboot.

Thanks :)

-- 
Sylvain

On Mon, Dec 19, 2005 at 09:20:19PM -0500, cswiger wrote:
> Hi - I'm having problems logging into savannah for developer access.
> I can log into the web page ok, have registered my SSH Public Key
> with the key in ~/.ssh/id_dsa.pub, which was created with a passphrase.
> 
> Logging in from RedHat Fedora Core 3, appears to support SSH Protocol 2.
> 
> When I try:
> 
> cvs -t -d:ext:address@hidden:/sources/gnuradio co gnuradio-examples
>  -> main loop with CVSROOT=:ext:address@hidden:/sources/gnuradio
>  -> safe_location( where=(null) )
>  -> Starting server: ssh -l cswiger cvs.sv.gnu.org cvs server
> Permission denied (publickey).
> cvs [checkout aborted]: end of file from server (consult above messages if
> any)
>  -> Lock_Cleanup()
> 
> Also:
> 
> ssh -v address@hidden
> OpenSSH_3.9p1, OpenSSL 0.9.7a Feb 19 2003
> debug1: Reading configuration data /etc/ssh/ssh_config
> debug1: Applying options for *
> debug1: Connecting to cvs.sv.gnu.org [199.232.41.69] port 22.
> debug1: Connection established.
> debug1: permanently_set_uid: 0/0
> debug1: identity file /root/.ssh/identity type -1
> debug1: identity file /root/.ssh/id_rsa type -1
> debug1: identity file /root/.ssh/id_dsa type 2
> debug1: Remote protocol version 2.0, remote software version
> OpenSSH_3.8.1p1 Debian-8.sarge.4
> debug1: match: OpenSSH_3.8.1p1 Debian-8.sarge.4 pat OpenSSH*
> debug1: Enabling compatibility mode for protocol 2.0
> debug1: Local version string SSH-2.0-OpenSSH_3.9p1
> 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
> debug1: Host 'cvs.sv.gnu.org' is known and matches the RSA host key.
> debug1: Found key in /root/.ssh/known_hosts:18
> 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: /root/.ssh/identity
> debug1: Trying private key: /root/.ssh/id_rsa
> debug1: Offering public key: /root/.ssh/id_dsa
> debug1: Authentications that can continue: publickey
> debug1: No more authentication methods to try.
> Permission denied (publickey).
> 
> 
> 
> Trying to login gets a different error:
> 
> address@hidden ~]$ cvs -t
> -d:pserver:address@hidden/sources/gnuradio login
>  -> main loop with
> CVSROOT=:pserver:address@hidden/sources/gnuradio
> Logging in to :pserver:address@hidden:2401/sources/gnuradio
> CVS password:
>  -> Connecting to cvs.sv.gnu.org(199.232.41.69):2401
> no such user cswiger in CVSROOT/passwd
>  -> Lock_Cleanup()
> 
> 
> 
> 
> Just for giggles and grins, I create a local user "cswiger" and try
> that:
> 
> address@hidden ~]$ ssh address@hidden
> The authenticity of host 'cvs.sv.gnu.org (199.232.41.69)' 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 'cvs.sv.gnu.org,199.232.41.69' (RSA) to the
> list of known hosts.
> Permission denied (publickey).
> address@hidden ~]$ ssh -v address@hidden
> OpenSSH_3.9p1, OpenSSL 0.9.7a Feb 19 2003
> debug1: Reading configuration data /etc/ssh/ssh_config
> debug1: Applying options for *
> debug1: Connecting to cvs.sv.gnu.org [199.232.41.69] port 22.
> debug1: Connection established.
> debug1: identity file /home/cswiger/.ssh/identity type -1
> debug1: identity file /home/cswiger/.ssh/id_rsa type -1
> debug1: identity file /home/cswiger/.ssh/id_dsa type 2
> debug1: Remote protocol version 2.0, remote software version
> OpenSSH_3.8.1p1 Debian-8.sarge.4
> debug1: match: OpenSSH_3.8.1p1 Debian-8.sarge.4 pat OpenSSH*
> debug1: Enabling compatibility mode for protocol 2.0
> debug1: Local version string SSH-2.0-OpenSSH_3.9p1
> 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
> debug1: Host 'cvs.sv.gnu.org' is known and matches the RSA host key.
> debug1: Found key in /home/cswiger/.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: 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/cswiger/.ssh/identity
> debug1: Trying private key: /home/cswiger/.ssh/id_rsa
> debug1: Offering public key: /home/cswiger/.ssh/id_dsa
> debug1: Authentications that can continue: publickey
> debug1: No more authentication methods to try.
> Permission denied (publickey).
> address@hidden ~]$
> 
> 
> 
> 
> At this point I'm just thrashing without a clue.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]