Hi,

As far as I can tell I have followed all documentation to the letter, but
the server still refuses my key when I try to use cvs with:

cvs -z3 [EMAIL PROTECTED]:/cvsroot/nexus co nexus

If I do ssh -1 -v subversions.gnu.org -l griffon26, I get:

OpenSSH_3.6.1p2, SSH protocols 1.5/2.0, OpenSSL 0x009060af
debug1: Reading configuration data /home/maurice/.ssh/config
debug1: Applying options for subversions.gnu.org
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Rhosts Authentication disabled, originating port will not be
trusted.
debug1: Connecting to subversions.gnu.org [199.232.41.2] port 22.
debug1: Connection established.
debug1: identity file /home/maurice/.ssh/identity type 0
debug1: Remote protocol version 1.99, remote software version
OpenSSH_3.4p1 Debian 1:3.4p1-0.0woody1
debug1: match: OpenSSH_3.4p1 Debian 1:3.4p1-0.0woody1 pat OpenSSH*
debug1: Local version string SSH-1.5-OpenSSH_3.6.1p2
debug1: Waiting for server public key.
debug1: Received server public key (768 bits) and host key (1024 bits).
debug1: Host 'subversions.gnu.org' is known and matches the RSA1 host key.
debug1: Found key in /home/maurice/.ssh/known_hosts:11
debug1: Encryption type: 3des
debug1: Sent encrypted session key.
debug1: Installing crc compensation attack detector.
debug1: Received encrypted confirmation.
debug1: Trying RSA authentication with key '/home/maurice/.ssh/identity'
debug1: Server refused our key.
debug1: Doing challenge response authentication.
debug1: No challenge.
debug1: Doing password authentication.
[EMAIL PROTECTED]'s password:

You may want to add this -l user to the documentation, because not
everyone uses the same login name on both their own system and savannah.

My ~/.ssh/config looks like this:

Protocol 1,2
Host subversions.gnu.org
     Protocol 1

And my ~/.ssh/identity.pub like this:

1024 35 
128470534961704802764701806579683981991304522239803824716303621469947525686038418958119525968359676162402466625915164766361592748758950828476670024271591413196850874872477020887485450714212423967549425138030005603999326475920679324175642468581615811213774444099299171489470335676959429582754070151311670575913
 [EMAIL PROTECTED]

I don't know what I'm doing wrong and I also don't know how to verify that
my key is indeed a valid SSH1 key (I did generate it with ssh-keygen -t
rsa1).

Thanks in advance,
Maurice.



_______________________________________________
Savannah-hackers mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/savannah-hackers

Reply via email to