savannah-hackers
[Top][All Lists]
Advanced

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

[Savannah-hackers] Re: [ 101401 ] SSH connection is dropped (fwd)


From: Mathieu Roy
Subject: [Savannah-hackers] Re: [ 101401 ] SSH connection is dropped (fwd)
Date: 21 Oct 2002 18:30:05 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Pavel Roskin <address@hidden> said:

> Hello!
> 
> > I've tried connecting to your account (using my ssh key which works fine
> > for log in with other accounts in Savannah) and I get the same problem
> > you got; the log says:
> 
> Thank you for testing it.  I appreciate it.  Let me do what I can to help
> you (it's not much but anyway).
> 
> > Oct 16 18:24:17 subversions sshd[31884]: PAM rejected by account
> > configuration[9]: Authentication service cannot retrieve authentication
> > info.
> 
> This message is from PAM.  It corresponds to PAM_AUTHINFO_UNAVAIL in the
> PAM sources.  Looking for PAM_AUTHINFO_UNAVAIL in Linux-PAM-0.75 shows
> possible cause - my name is missing in /etc/passwd or in /etc/shadow.
> 
> Hint - sometimes my username is missplelled as "proskin" or something like
> that.  Make sure that it's "proski".


[/etc/savannah/nongnu-content]# cat /etc/passwd  | nl |grep proski
   102  proski:x:60071:65534:Pavel Roskin 
<address@hidden>:/home/proski:/usr/local/bin/cvssh


[/etc/savannah/nongnu-content]# cat /etc/shadow |  nl | grep proski



But anyway, proski, you are using kerberos, aren't he (you were doing test from
fencepost)?

Have you tried the following?



Developer CVS Access via Kerberos 5

Only project developers who also have a kerberos account on gnu.org
can access the CVS tree via this method. CVS with GSSAPI support must
be installed on your client machine (--with-gssapi --enable-encryption
configure flags). Substitute developername with the proper value.

Software repository:

cvs -z3 -d:gserver:<developername>@subversions.gnu.org:/cvsroot/pdbv
co <modulename>

Webpages repository:

cvs -z3 -d:gserver:<developername>@subversions.gnu.org:/webcvs co
/non-gnu/pdbv




In this case, are /etc/passwd and /etc/shadow usefull?
Since you have a kerberos account, you are probably using it for
savannah. It means that you probably never entered any Savannah
password. So /etc/shadow cannot get any password information for you.

Can you try with kerberos?




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




reply via email to

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