URL:
<http://savannah.gnu.org/support/?func=detailitem&item_id=104973>
Summary: Problems with CVS
Project: Savannah Administration
Submitted by: michael383
Submitted on: Tue 12/20/05 at 12:46
Category: Developer CVS
Priority: 5 - Normal
Severity: 3 - Normal
Status: None
Privacy: Public
Assigned to: None
Originator Email:
Platform Version: GNU/Linux
Open/Closed: Open
_______________________________________________________
Details:
Hi,
My project just got recently accepted, but I'm having some problems with cvs
access.
I activated cvs from the project admin page, after that, I generated my ssh
key using:
ssh-keygen -t dsa
I had the keys go in /home/user/.ssh/id_dsa and /home/user/.ssh/id_dsa.pub,
I then copied the key from id_dsa.pub to the online ssh key registry in my
account config.
I waited about an hour, and tried accessing both my web and source directory
here:
for the sources:
export CVS_RSH=ssh
cvs -z3 -d [EMAIL PROTECTED]:/sources/pyscitrivia co
pyscitrivia
and for the web stuff:
export CVS_RSH=ssh
cvs -z3 -d [EMAIL PROTECTED]:/web/pyscitrivia co pyscitrivia
Both were prompting me for a password rather than a passphrase, so I left it
alone for a bit,
tried a few hours later, and got the same thing. I've tried a making a few
different keys, waiting a few hours,
and tried again the next day, and still no luck.
When I try accessing it now, I'm getting this error instead:
-----------------------------
Permission denied (publickey).
cvs [checkout aborted]: end of file from server (consult above messages if
any)
-----------------------------
Also, here's the output from ssh -v [EMAIL PROTECTED]:
-----------------------------
OpenSSH_4.2p1 Debian-5, OpenSSL 0.9.8a 11 Oct 2005
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to cvs.savannah.nongnu.org [199.232.41.69] port 22.
debug1: Connection established.
debug1: identity file /home/mike/.ssh/identity type -1
debug1: identity file /home/mike/.ssh/id_rsa type -1
debug1: identity file /home/mike/.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_3.*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_4.2p1 Debian-5
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.savannah.nongnu.org' is known and matches the RSA host
key.
debug1: Found key in /home/mike/.ssh/known_hosts:3
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: Offering public key: /home/mike/.ssh/id_dsa
debug1: Authentications that can continue: publickey
debug1: Trying private key: /home/mike/.ssh/identity
debug1: Trying private key: /home/mike/.ssh/id_rsa
debug1: No more authentication methods to try.
Permission denied (publickey).
-----------------------------
So I think I'm just doing something wrong. Is there something else I need to
do to set up
cvs or ssh on my machine? Or something else I've forgotten to do first?
I'm a complete noob with cvs and ssh.
There was also someone else with the same problem on the support tracker just
a little while ago, but I've registered my ssh public key with the web
interface.
Sorry if I'm taking up time with something obvious I should have read in the
FAQs.
Thanks in advance :)
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/support/?func=detailitem&item_id=104973>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
_______________________________________________
Savannah-help-public mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/savannah-hackers