savannah-hackers
[Top][All Lists]
Advanced

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

[Savannah-hackers] Re: [re: address@hidden cvs/ssh] waited for cron job


From: Mathieu Roy
Subject: [Savannah-hackers] Re: [re: address@hidden cvs/ssh] waited for cron job
Date: 25 Jan 2003 19:26:44 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

David O'Toole <address@hidden> a tapoté :

> > I checked you ssh config here and there's a key correctly registered
> > and anything seems fine. 
> > I reset files modes just in case.
> 
> Is it the old key, or the new key? The first few digits of the new key
> should read:
> 
> 1024 35 15111506548546........ and so on. 

This is the same.

> 
> > Can you retry and paste the error message (if any) of you command plus
> > ssh -v -1 address@hidden ?
> 
> Here's the output from both commands (neither succeeds.) 
> 
> ---------------------------------------------------------------------
> address@hidden octal]$ ssh -v -1 address@hidden
> OpenSSH_3.4p1, SSH protocols 1.5/2.0, OpenSSL 0x0090602f
> debug1: Reading configuration data /home/dto/.ssh/config
> debug1: Reading configuration data /etc/ssh/ssh_config
> debug1: Applying options for *
> debug1: Rhosts Authentication disabled, originating port will not be
> trusted.
> debug1: ssh_connect: needpriv 0
> debug1: Connecting to sv.gnu.org [199.232.41.3] port 22.
> debug1: Connection established.
> debug1: identity file /home/dto/.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.4p1
> debug1: Waiting for server public key.
> debug1: Received server public key (768 bits) and host key (1024 bits).
> The authenticity of host 'sv.gnu.org (199.232.41.3)' can't be
> established.
> RSA1 key fingerprint is 66:f4:9a:7e:e3:a8:c5:16:d1:88:aa:ef:3e:06:75:30.
> Are you sure you want to continue connecting (yes/no)? yes
> Warning: Permanently added 'sv.gnu.org' (RSA1) to the list of known
> hosts.
> debug1: Encryption type: 3des
> debug1: Sent encrypted session key.
> debug1: cipher_init: set keylen (16 -> 32)
> debug1: cipher_init: set keylen (16 -> 32)
> debug1: Installing crc compensation attack detector.
> debug1: Received encrypted confirmation.
> debug1: Trying RSA authentication via agent with
> 'address@hidden'
> debug1: Server refused our key.
> debug1: RSA authentication using agent refused.
> debug1: Trying RSA authentication with key '/home/dto/.ssh/identity'
> debug1: Server refused our key.

> debug1: Doing challenge response authentication.
> debug1: No challenge.
> debug1: Doing password authentication.
> address@hidden's password:
> Permission denied, please try again.
> address@hidden's password:
> Permission denied, please try again.
> address@hidden's password:
> Permission denied.
> debug1: Calling cleanup 0x80674b0(0x0)
> 
> address@hidden octal]$ cvs -d address@hidden:/cvsroot/octal co
> octal
> address@hidden's password:
> Permission denied, please try again.
> address@hidden's password:
> Permission denied, please try again.
> address@hidden's password:
> Permission denied.
> cvs [checkout aborted]: end of file from server (consult above messages
> if any)
> 
> address@hidden octal]$
> ---------------------------------------------------------------------
> 
> I'll paste also the contents of my /etc/ssh/ssh-config, which is
> reportedly read by ssh during the command you asked me to run (see
> above):
> 
> ---------------------------------------------------------------------
> address@hidden octal]$ cat /etc/ssh/ssh_config
> #       $OpenBSD: ssh_config,v 1.15 2002/06/20 20:03:34 stevesk Exp $
> 
> # This is the ssh client system-wide configuration file.  See
> # ssh_config(5) for more information.  This file provides defaults for
> # users, and the values can be changed in per-user configuration files
> # or on the command line.
> 
> # Configuration data is parsed as follows:
> #  1. command line options
> #  2. user-specific file
> #  3. system-wide file
> # Any configuration value is only changed the first time it is set.
> # Thus, host-specific definitions should be at the beginning of the
> # configuration file, and defaults at the end.
> 
> # Site-wide defaults for various options
> 
> # Host *
> #   ForwardAgent no
> #   ForwardX11 no
> #   RhostsAuthentication no
> #   RhostsRSAAuthentication no
> #   RSAAuthentication yes
> #   PasswordAuthentication yes
> #   BatchMode no
> #   CheckHostIP yes
> #   StrictHostKeyChecking ask
> #   IdentityFile ~/.ssh/identity
> #   IdentityFile ~/.ssh/id_rsa
> #   IdentityFile ~/.ssh/id_dsa
> #   Port 22
> #   Protocol 2,1
> #   Cipher 3des
> #   Ciphers
> aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc
> #   EscapeChar ~
> Host *
>         ForwardX11 yes
> 
> ---------------------------------------------------------------------
> 
> On Sat, 2003-01-25 at 04:02, Mathieu Roy wrote:
> > Hi,
> > 
> 
> > Regards,
> > 
> > David O'Toole <address@hidden> said:
> > 
> > > This is in reference to my earlier message about having trouble with my
> > > new SSH shared key and CVS access at subversions. 
> > > 
> > > Removing the apostrophe from my name (on savannah) did not seem to
> > > change anything; as of 7:25 PM my SSH shared key is apparently not
> > > recognized by subversions and I am unable to get cvs access.
> > > 
> > > Thanks in advance to anyone who can help me out. ----dave
> > > 
> > > -- 
> > > David O'Toole <address@hidden>
> > > 
> > > _______________________________________________
> > > Savannah-hackers mailing list
> > > address@hidden
> > > http://mail.gnu.org/mailman/listinfo/savannah-hackers
> -- 
> David O'Toole <address@hidden>

Hum, 

I rechecked file ownership and mode, everything is correct in
sv.gnu.org:/home/dto

I tried by adding one of my key to this account, and I got it working
correctly (now my key is removed).

Are you sure that ~/.ssh/identity is ok?
Can you tell what are modes/owners of ~/.ssh and ~/.ssh/identity ?



-- 
Mathieu Roy
 
 << Profile  << http://savannah.gnu.org/users/yeupou <<
 >> Homepage >> http://yeupou.coleumes.org           >>
 << GPG Key  << http://stock.coleumes.org/gpg        <<




reply via email to

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