git passwd

Kees Scherpenhuijzen noik00 at gmail.com
Thu Oct 29 12:04:29 CET 2009


2009/10/27 David Mohr <squisher at xfce.org>:
> On Tue, Oct 27, 2009 at 2:26 PM, Kees Scherpenhuijzen <noik00 at gmail.com> wrote:
>> 2009/10/27 Brian J. Tarricone <brian at tarricone.org>:
>>> On Tue, Oct 27, 2009 at 11:37, Kees Scherpenhuijzen <noik00 at gmail.com> wrote:
>>>>
>>>> It also said my password isn't set yet, my acount didn't had a pass.
>>>> And i could set it with the command: ssh USERNAME at git.xfce.org passwd.
>>>>
>>>> Doing that results in a permission denied. It looks just like he is
>>>> asking for a password. And not to enter a new password.
>>>>
>>>> Here's a example from console:
>>>> [noik at localhost ~]$ ssh noik at git.xfce.org passwd
>>>> noik at git.xfce.org's password:
>>>> Permission denied, please try again.
>>>> noik at git.xfce.org's password:
>>>
>>> You need to use ssh pubkey to log in for the first time.  Something's
>>> not set up right, otherwise you should be prompted for your key
>>> passphrase, not your password.
>>>
>>>     -brian
>>> _______________________________________________
>>> Xfce4-dev mailing list
>>> Xfce4-dev at xfce.org
>>> http://foo-projects.org/mailman/listinfo/xfce4-dev
>>>
>>
>> Well at first i had ~/.ssh/ad_dsa.pub i renamed it to id_dsa.pub since
>> i thought git will automatically provided the key  inside a file
>> named: id_dsa.*
>>
>> since then i only get the question about a password.
>>
>> before renaming the file i got first the passphrase, which i entered
>> then(correctly), and then it also asked for my password, and
>> eventually will give a permission denied.
>
> ssh -v will tell you what files it is trying etc.
>
> ~David
> _______________________________________________
> Xfce4-dev mailing list
> Xfce4-dev at xfce.org
> http://foo-projects.org/mailman/listinfo/xfce4-dev
>

Hey,

I now tried connecting again with the -v option. Here is the result of
the command
"ssh -vv noik at git.xfce.org passwd" -> http://fpaste.org/X4Y0/
it seems like it is requesting for a password:
# debug1: Next authentication method: password
as the last line in debug says. After that line it will prompt for a password.

I also tried to be sure of the key that is been giving, cuz i got a
typo in the name, therefore i used:
"ssh -i ~/.ssh/ad_dsa -vv noik at git.xfce.org passwd"
Here the log gives te same statements.

Does this all say my password is already set?

TIA
-- 
Kees



More information about the Xfce4-dev mailing list