|
View:
New views
17 Messages
—
Rating Filter:
Alert me
|
|
|
git passwdHey,
Why does the mail from maintainer@... with my account setup confirmation, says i can change my password, but when i do i get a permission denied? -- Kees _______________________________________________ Xfce4-dev mailing list Xfce4-dev@... http://foo-projects.org/mailman/listinfo/xfce4-dev |
|
|
Re: git passwdBecause you did something wrong? Sorry, without a little more
detailed info as to what you actually did, and the actual error messages you got, that's the only assumption I can make... On Tue, Oct 27, 2009 at 05:12, Kees Scherpenhuijzen <noik00@...> wrote: > Hey, > > Why does the mail from maintainer@... with my account setup > confirmation, says i can change my password, but when i do i get a > permission denied? > > -- > Kees > _______________________________________________ > Xfce4-dev mailing list > Xfce4-dev@... > http://foo-projects.org/mailman/listinfo/xfce4-dev > Xfce4-dev mailing list Xfce4-dev@... http://foo-projects.org/mailman/listinfo/xfce4-dev |
|
|
Re: git passwd2009/10/27 Brian J. Tarricone <brian@...>:
> Because you did something wrong? Sorry, without a little more > detailed info as to what you actually did, and the actual error > messages you got, that's the only assumption I can make... > > On Tue, Oct 27, 2009 at 05:12, Kees Scherpenhuijzen <noik00@...> wrote: >> Hey, >> >> Why does the mail from maintainer@... with my account setup >> confirmation, says i can change my password, but when i do i get a >> permission denied? >> >> -- >> Kees >> _______________________________________________ >> Xfce4-dev mailing list >> Xfce4-dev@... >> http://foo-projects.org/mailman/listinfo/xfce4-dev >> > _______________________________________________ > Xfce4-dev mailing list > Xfce4-dev@... > http://foo-projects.org/mailman/listinfo/xfce4-dev > Well, i recently updated my old SVN account to the new GIT account, using the form on foo-projects.org. This time i included my SSH key, public one. Then a few days later i got a email from maintainer@... stating my account has been setup on git.xfce.org. With my public key provided once more. 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@... 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@localhost ~]$ ssh noik@... passwd noik@...'s password: Permission denied, please try again. noik@...'s password: TIA -- Kees _______________________________________________ Xfce4-dev mailing list Xfce4-dev@... http://foo-projects.org/mailman/listinfo/xfce4-dev |
|
|
Re: git passwdOn Tue, Oct 27, 2009 at 11:37, Kees Scherpenhuijzen <noik00@...> 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@... 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@localhost ~]$ ssh noik@... passwd > noik@...'s password: > Permission denied, please try again. > noik@...'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@... http://foo-projects.org/mailman/listinfo/xfce4-dev |
|
|
Re: git passwd2009/10/27 Brian J. Tarricone <brian@...>:
> On Tue, Oct 27, 2009 at 11:37, Kees Scherpenhuijzen <noik00@...> 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@... 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@localhost ~]$ ssh noik@... passwd >> noik@...'s password: >> Permission denied, please try again. >> noik@...'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@... > 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. -- Kees _______________________________________________ Xfce4-dev mailing list Xfce4-dev@... http://foo-projects.org/mailman/listinfo/xfce4-dev |
|
|
Re: git passwdOn Tue, Oct 27, 2009 at 13:26, Kees Scherpenhuijzen <noik00@...> wrote:
> > 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. If you were prompted for your passphrase but then were also prompted for password, then either you entered the passphrase incorrectly, or there's something wrong with the key such that it's recognized as a usable key, but then doesn't actually work. In the latter case... I have no idea. -brian _______________________________________________ Xfce4-dev mailing list Xfce4-dev@... http://foo-projects.org/mailman/listinfo/xfce4-dev |
|
|
Re: git passwdOn Tue, Oct 27, 2009 at 2:26 PM, Kees Scherpenhuijzen <noik00@...> wrote:
> 2009/10/27 Brian J. Tarricone <brian@...>: >> On Tue, Oct 27, 2009 at 11:37, Kees Scherpenhuijzen <noik00@...> 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@... 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@localhost ~]$ ssh noik@... passwd >>> noik@...'s password: >>> Permission denied, please try again. >>> noik@...'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@... >> 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@... http://foo-projects.org/mailman/listinfo/xfce4-dev |
|
|
Re: git passwd2009/10/27 David Mohr <squisher@...>:
> On Tue, Oct 27, 2009 at 2:26 PM, Kees Scherpenhuijzen <noik00@...> wrote: >> 2009/10/27 Brian J. Tarricone <brian@...>: >>> On Tue, Oct 27, 2009 at 11:37, Kees Scherpenhuijzen <noik00@...> 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@... 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@localhost ~]$ ssh noik@... passwd >>>> noik@...'s password: >>>> Permission denied, please try again. >>>> noik@...'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@... >>> 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@... > 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@... 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@... passwd" Here the log gives te same statements. Does this all say my password is already set? TIA -- Kees _______________________________________________ Xfce4-dev mailing list Xfce4-dev@... http://foo-projects.org/mailman/listinfo/xfce4-dev |
|
|
Re: git passwdKees Scherpenhuijzen a écrit :
> 2009/10/27 David Mohr <squisher@...>: >> On Tue, Oct 27, 2009 at 2:26 PM, Kees Scherpenhuijzen <noik00@...> wrote: >>> 2009/10/27 Brian J. Tarricone <brian@...>: >>>> On Tue, Oct 27, 2009 at 11:37, Kees Scherpenhuijzen <noik00@...> 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@... 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@localhost ~]$ ssh noik@... passwd >>>>> noik@...'s password: >>>>> Permission denied, please try again. >>>>> noik@...'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@... >>>> 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@... >> 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@... passwd" -> http://fpaste.org/X4Y0/ > debug1: identity file /home/noik/.ssh/identity type -1 > debug2: key_type_from_name: unknown key type '-----BEGIN' > debug2: key_type_from_name: unknown key type 'Proc-Type:' > debug2: key_type_from_name: unknown key type 'DEK-Info:' > debug2: key_type_from_name: unknown key type '-----END' > debug1: identity file /home/noik/.ssh/id_rsa type 1 > debug2: key_type_from_name: unknown key type '-----BEGIN' > debug2: key_type_from_name: unknown key type 'Proc-Type:' > debug2: key_type_from_name: unknown key type 'DEK-Info:' > debug2: key_type_from_name: unknown key type '-----END' > debug1: identity file /home/noik/.ssh/id_dsa type 2 That doesn't look good... Seems our keys are not really what they should be. Cheers, -- Yves-Alexis _______________________________________________ Xfce4-dev mailing list Xfce4-dev@... http://foo-projects.org/mailman/listinfo/xfce4-dev |
|
|
Re: git passwd2009/10/29 Yves-Alexis Perez <corsac@...>:
> Kees Scherpenhuijzen a écrit : >> 2009/10/27 David Mohr <squisher@...>: >>> On Tue, Oct 27, 2009 at 2:26 PM, Kees Scherpenhuijzen <noik00@...> wrote: >>>> 2009/10/27 Brian J. Tarricone <brian@...>: >>>>> On Tue, Oct 27, 2009 at 11:37, Kees Scherpenhuijzen <noik00@...> 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@... 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@localhost ~]$ ssh noik@... passwd >>>>>> noik@...'s password: >>>>>> Permission denied, please try again. >>>>>> noik@...'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@... >>>>> 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@... >>> 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@... passwd" -> http://fpaste.org/X4Y0/ > >> debug1: identity file /home/noik/.ssh/identity type -1 >> debug2: key_type_from_name: unknown key type '-----BEGIN' >> debug2: key_type_from_name: unknown key type 'Proc-Type:' >> debug2: key_type_from_name: unknown key type 'DEK-Info:' >> debug2: key_type_from_name: unknown key type '-----END' >> debug1: identity file /home/noik/.ssh/id_rsa type 1 >> debug2: key_type_from_name: unknown key type '-----BEGIN' >> debug2: key_type_from_name: unknown key type 'Proc-Type:' >> debug2: key_type_from_name: unknown key type 'DEK-Info:' >> debug2: key_type_from_name: unknown key type '-----END' >> debug1: identity file /home/noik/.ssh/id_dsa type 2 > > That doesn't look good... > Seems our keys are not really what they should be. > > Cheers, > > -- > Yves-Alexis > _______________________________________________ > Xfce4-dev mailing list > Xfce4-dev@... > http://foo-projects.org/mailman/listinfo/xfce4-dev > Thats *some* of the content generated using: https://foo-projects.org/node/6 the filename is id_dsa -- Kees _______________________________________________ Xfce4-dev mailing list Xfce4-dev@... http://foo-projects.org/mailman/listinfo/xfce4-dev |
|
|
Re: git passwdOn Thu, Oct 29, 2009 at 6:57 AM, Kees Scherpenhuijzen <noik00@...> wrote:
> 2009/10/29 Yves-Alexis Perez <corsac@...>: >> Kees Scherpenhuijzen a écrit : >>> 2009/10/27 David Mohr <squisher@...>: >>>> On Tue, Oct 27, 2009 at 2:26 PM, Kees Scherpenhuijzen <noik00@...> wrote: >>>>> 2009/10/27 Brian J. Tarricone <brian@...>: >>>>>> On Tue, Oct 27, 2009 at 11:37, Kees Scherpenhuijzen <noik00@...> 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@... 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@localhost ~]$ ssh noik@... passwd >>>>>>> noik@...'s password: >>>>>>> Permission denied, please try again. >>>>>>> noik@...'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@... >>>>>> 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@... >>>> 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@... passwd" -> http://fpaste.org/X4Y0/ >> >>> debug1: identity file /home/noik/.ssh/identity type -1 >>> debug2: key_type_from_name: unknown key type '-----BEGIN' >>> debug2: key_type_from_name: unknown key type 'Proc-Type:' >>> debug2: key_type_from_name: unknown key type 'DEK-Info:' >>> debug2: key_type_from_name: unknown key type '-----END' >>> debug1: identity file /home/noik/.ssh/id_rsa type 1 >>> debug2: key_type_from_name: unknown key type '-----BEGIN' >>> debug2: key_type_from_name: unknown key type 'Proc-Type:' >>> debug2: key_type_from_name: unknown key type 'DEK-Info:' >>> debug2: key_type_from_name: unknown key type '-----END' >>> debug1: identity file /home/noik/.ssh/id_dsa type 2 >> >> That doesn't look good... >> Seems our keys are not really what they should be. >> >> Cheers, >> >> -- >> Yves-Alexis >> _______________________________________________ >> Xfce4-dev mailing list >> Xfce4-dev@... >> http://foo-projects.org/mailman/listinfo/xfce4-dev >> > > Thats *some* of the content generated using: https://foo-projects.org/node/6 > the filename is id_dsa You should try one more time using the key having a typo (which you can just rename, btw), and post the -v log somewhere. Please don't use fpaste.org though, that weird place requires a captcha to view the post. ~David _______________________________________________ Xfce4-dev mailing list Xfce4-dev@... http://foo-projects.org/mailman/listinfo/xfce4-dev |
|
|
Re: git passwd009/10/29 David Mohr <squisher@...>:
> On Thu, Oct 29, 2009 at 6:57 AM, Kees Scherpenhuijzen <noik00@...> wrote: >> 2009/10/29 Yves-Alexis Perez <corsac@...>: >>> Kees Scherpenhuijzen a écrit : >>>> 2009/10/27 David Mohr <squisher@...>: >>>>> On Tue, Oct 27, 2009 at 2:26 PM, Kees Scherpenhuijzen <noik00@...> wrote: >>>>>> 2009/10/27 Brian J. Tarricone <brian@...>: >>>>>>> On Tue, Oct 27, 2009 at 11:37, Kees Scherpenhuijzen <noik00@...> 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@... 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@localhost ~]$ ssh noik@... passwd >>>>>>>> noik@...'s password: >>>>>>>> Permission denied, please try again. >>>>>>>> noik@...'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@... >>>>>>> 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@... >>>>> 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@... passwd" -> http://fpaste.org/X4Y0/ >>> >>>> debug1: identity file /home/noik/.ssh/identity type -1 >>>> debug2: key_type_from_name: unknown key type '-----BEGIN' >>>> debug2: key_type_from_name: unknown key type 'Proc-Type:' >>>> debug2: key_type_from_name: unknown key type 'DEK-Info:' >>>> debug2: key_type_from_name: unknown key type '-----END' >>>> debug1: identity file /home/noik/.ssh/id_rsa type 1 >>>> debug2: key_type_from_name: unknown key type '-----BEGIN' >>>> debug2: key_type_from_name: unknown key type 'Proc-Type:' >>>> debug2: key_type_from_name: unknown key type 'DEK-Info:' >>>> debug2: key_type_from_name: unknown key type '-----END' >>>> debug1: identity file /home/noik/.ssh/id_dsa type 2 >>> >>> That doesn't look good... >>> Seems our keys are not really what they should be. >>> >>> Cheers, >>> >>> -- >>> Yves-Alexis >>> _______________________________________________ >>> Xfce4-dev mailing list >>> Xfce4-dev@... >>> http://foo-projects.org/mailman/listinfo/xfce4-dev >>> >> >> Thats *some* of the content generated using: https://foo-projects.org/node/6 >> the filename is id_dsa > > You should try one more time using the key having a typo (which you > can just rename, btw), and post the -v log somewhere. Please don't use > fpaste.org though, that weird place requires a captcha to view the > post. > > ~David > _______________________________________________ > Xfce4-dev mailing list > Xfce4-dev@... > http://foo-projects.org/mailman/listinfo/xfce4-dev > Can you sat anything about this log? http://code.bulix.org/colzlt-72592 Thank you -- Kees _______________________________________________ Xfce4-dev mailing list Xfce4-dev@... http://foo-projects.org/mailman/listinfo/xfce4-dev |
|
|
Re: git passwdOn Thu, Oct 29, 2009 at 10:07 AM, Kees Scherpenhuijzen <noik00@...> wrote:
> 009/10/29 David Mohr <squisher@...>: >> On Thu, Oct 29, 2009 at 6:57 AM, Kees Scherpenhuijzen <noik00@...> wrote: >>> 2009/10/29 Yves-Alexis Perez <corsac@...>: >>>> Kees Scherpenhuijzen a écrit : >>>>> 2009/10/27 David Mohr <squisher@...>: >>>>>> On Tue, Oct 27, 2009 at 2:26 PM, Kees Scherpenhuijzen <noik00@...> wrote: >>>>>>> 2009/10/27 Brian J. Tarricone <brian@...>: >>>>>>>> On Tue, Oct 27, 2009 at 11:37, Kees Scherpenhuijzen <noik00@...> 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@... 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@localhost ~]$ ssh noik@... passwd >>>>>>>>> noik@...'s password: >>>>>>>>> Permission denied, please try again. >>>>>>>>> noik@...'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@... >>>>>>>> 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@... >>>>>> 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@... passwd" -> http://fpaste.org/X4Y0/ >>>> >>>>> debug1: identity file /home/noik/.ssh/identity type -1 >>>>> debug2: key_type_from_name: unknown key type '-----BEGIN' >>>>> debug2: key_type_from_name: unknown key type 'Proc-Type:' >>>>> debug2: key_type_from_name: unknown key type 'DEK-Info:' >>>>> debug2: key_type_from_name: unknown key type '-----END' >>>>> debug1: identity file /home/noik/.ssh/id_rsa type 1 >>>>> debug2: key_type_from_name: unknown key type '-----BEGIN' >>>>> debug2: key_type_from_name: unknown key type 'Proc-Type:' >>>>> debug2: key_type_from_name: unknown key type 'DEK-Info:' >>>>> debug2: key_type_from_name: unknown key type '-----END' >>>>> debug1: identity file /home/noik/.ssh/id_dsa type 2 >>>> >>>> That doesn't look good... >>>> Seems our keys are not really what they should be. >>>> >>>> Cheers, >>>> >>>> -- >>>> Yves-Alexis >>>> _______________________________________________ >>>> Xfce4-dev mailing list >>>> Xfce4-dev@... >>>> http://foo-projects.org/mailman/listinfo/xfce4-dev >>>> >>> >>> Thats *some* of the content generated using: https://foo-projects.org/node/6 >>> the filename is id_dsa >> >> You should try one more time using the key having a typo (which you >> can just rename, btw), and post the -v log somewhere. Please don't use >> fpaste.org though, that weird place requires a captcha to view the >> post. >> >> ~David >> _______________________________________________ >> Xfce4-dev mailing list >> Xfce4-dev@... >> http://foo-projects.org/mailman/listinfo/xfce4-dev >> > > Can you sat anything about this log? > http://code.bulix.org/colzlt-72592 > > Thank you Just FYI, you don't need -vv, it actually makes the log a bit less readable. In any case, from what I can see the id_dsa is corrupted. Have a look at it in an editor, id_dsa should look something like: -----BEGIN DSA PRIVATE KEY----- MIIBuwIBAAKBgQC+KfJ2Yoh4BFo9BYry7KvTGaKg+kTebafRp1Ki96lqUQCraUa+ Muv+3Eg9tHeDkOIwvFPYPST+g7GQ0eeEPU2ClLYUrWMcdzIXXtt0zEBVHNCs1L9+ bjniKmP23LybDk+iL9CrB2vWHLLkQ2/5wJGEdDKv/UwlWJngOgkr/k+qiwIVANp5 MFHtmaM+N/cxdSMGZ9ge0r7fAoGAD69G7tUpCeZV2FdfkO/EAxpGFg7np0q5KjvR c9GFfxRSVpdr+r0iFiO2W5D5/t9pbkt6MU0iRejEeUdO7lsY8EOuxWXntAjGMw5d S2Xyv8c0USSw3wZQrJNfZX6XXwUDA5lmIMDnlD0bSt68oemP/xw+Ud7W45PJdNVO shxGZE0CgYEAhckOBorY3HWI6gTF+0wDdmnvWl4Xl3ML+OAE4PUkJFpTznvOkRdl hSCwH9mJFQGUfOAFg5vRiCh6NZ6hWeRiXKc7LjaKLrFNXmzSS+JgnvniScAutRBd hENhBetFcxqrbuDP2mm117yiLq9xztIKAFLEEtqgrUGFKblPz/WIqJcCFD8tQiEH J3WudP+/wf4oVUQ5yzKg -----END DSA PRIVATE KEY----- and the id_dsa.pub something like: ssh-dss AAAAB3NzaC1kc3MAAACBAL4p8nZiiHgEWj0FivLsq9MZoqD6RN5tp9GnUqL3qWpRAKtpRr4y6/7cSD20d4OQ4jC8U9g9JP6DsZDR54Q9TYKUthStYxx3Mhde23TMQFUc0KzUv35uOeIqY/bcvJsOT6Iv0KsHa9YcsuRDb/nAkYR0Mq/9TCVYmeA6CSv+T6qLAAAAFQDaeTBR7ZmjPjf3MXUjBmfYHtK+3wAAAIAPr0bu1SkJ5lXYV1+Q78QDGkYWDuenSrkqO9Fz0YV/FFJWl2v6vSIWI7ZbkPn+32luS3oxTSJF6MR5R07uWxjwQ67FZee0CMYzDl1LZfK/xzRRJLDfBlCsk19lfpdfBQMDmWYgwOeUPRtK3ryh6Y//HD5R3tbjk8l01U6yHEZkTQAAAIEAhckOBorY3HWI6gTF+0wDdmnvWl4Xl3ML+OAE4PUkJFpTznvOkRdlhSCwH9mJFQGUfOAFg5vRiCh6NZ6hWeRiXKc7LjaKLrFNXmzSS+JgnvniScAutRBdhENhBetFcxqrbuDP2mm117yiLq9xztIKAFLEEtqgrUGFKblPz/WIqJc= dmohr@eta ~David _______________________________________________ Xfce4-dev mailing list Xfce4-dev@... http://foo-projects.org/mailman/listinfo/xfce4-dev |
|
|
Re: git passwd2009/10/29 David Mohr <squisher@...>:
> On Thu, Oct 29, 2009 at 10:07 AM, Kees Scherpenhuijzen <noik00@...> wrote: >> 009/10/29 David Mohr <squisher@...>: >>> On Thu, Oct 29, 2009 at 6:57 AM, Kees Scherpenhuijzen <noik00@...> wrote: >>>> 2009/10/29 Yves-Alexis Perez <corsac@...>: >>>>> Kees Scherpenhuijzen a écrit : >>>>>> 2009/10/27 David Mohr <squisher@...>: >>>>>>> On Tue, Oct 27, 2009 at 2:26 PM, Kees Scherpenhuijzen <noik00@...> wrote: >>>>>>>> 2009/10/27 Brian J. Tarricone <brian@...>: >>>>>>>>> On Tue, Oct 27, 2009 at 11:37, Kees Scherpenhuijzen <noik00@...> 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@... 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@localhost ~]$ ssh noik@... passwd >>>>>>>>>> noik@...'s password: >>>>>>>>>> Permission denied, please try again. >>>>>>>>>> noik@...'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@... >>>>>>>>> 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@... >>>>>>> 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@... passwd" -> http://fpaste.org/X4Y0/ >>>>> >>>>>> debug1: identity file /home/noik/.ssh/identity type -1 >>>>>> debug2: key_type_from_name: unknown key type '-----BEGIN' >>>>>> debug2: key_type_from_name: unknown key type 'Proc-Type:' >>>>>> debug2: key_type_from_name: unknown key type 'DEK-Info:' >>>>>> debug2: key_type_from_name: unknown key type '-----END' >>>>>> debug1: identity file /home/noik/.ssh/id_rsa type 1 >>>>>> debug2: key_type_from_name: unknown key type '-----BEGIN' >>>>>> debug2: key_type_from_name: unknown key type 'Proc-Type:' >>>>>> debug2: key_type_from_name: unknown key type 'DEK-Info:' >>>>>> debug2: key_type_from_name: unknown key type '-----END' >>>>>> debug1: identity file /home/noik/.ssh/id_dsa type 2 >>>>> >>>>> That doesn't look good... >>>>> Seems our keys are not really what they should be. >>>>> >>>>> Cheers, >>>>> >>>>> -- >>>>> Yves-Alexis >>>>> _______________________________________________ >>>>> Xfce4-dev mailing list >>>>> Xfce4-dev@... >>>>> http://foo-projects.org/mailman/listinfo/xfce4-dev >>>>> >>>> >>>> Thats *some* of the content generated using: https://foo-projects.org/node/6 >>>> the filename is id_dsa >>> >>> You should try one more time using the key having a typo (which you >>> can just rename, btw), and post the -v log somewhere. Please don't use >>> fpaste.org though, that weird place requires a captcha to view the >>> post. >>> >>> ~David >>> _______________________________________________ >>> Xfce4-dev mailing list >>> Xfce4-dev@... >>> http://foo-projects.org/mailman/listinfo/xfce4-dev >>> >> >> Can you sat anything about this log? >> http://code.bulix.org/colzlt-72592 >> >> Thank you > > Just FYI, you don't need -vv, it actually makes the log a bit less readable. > > In any case, from what I can see the id_dsa is corrupted. Have a look > at it in an editor, id_dsa should look something like: > -----BEGIN DSA PRIVATE KEY----- > MIIBuwIBAAKBgQC+KfJ2Yoh4BFo9BYry7KvTGaKg+kTebafRp1Ki96lqUQCraUa+ > Muv+3Eg9tHeDkOIwvFPYPST+g7GQ0eeEPU2ClLYUrWMcdzIXXtt0zEBVHNCs1L9+ > bjniKmP23LybDk+iL9CrB2vWHLLkQ2/5wJGEdDKv/UwlWJngOgkr/k+qiwIVANp5 > MFHtmaM+N/cxdSMGZ9ge0r7fAoGAD69G7tUpCeZV2FdfkO/EAxpGFg7np0q5KjvR > c9GFfxRSVpdr+r0iFiO2W5D5/t9pbkt6MU0iRejEeUdO7lsY8EOuxWXntAjGMw5d > S2Xyv8c0USSw3wZQrJNfZX6XXwUDA5lmIMDnlD0bSt68oemP/xw+Ud7W45PJdNVO > shxGZE0CgYEAhckOBorY3HWI6gTF+0wDdmnvWl4Xl3ML+OAE4PUkJFpTznvOkRdl > hSCwH9mJFQGUfOAFg5vRiCh6NZ6hWeRiXKc7LjaKLrFNXmzSS+JgnvniScAutRBd > hENhBetFcxqrbuDP2mm117yiLq9xztIKAFLEEtqgrUGFKblPz/WIqJcCFD8tQiEH > J3WudP+/wf4oVUQ5yzKg > -----END DSA PRIVATE KEY----- > > and the id_dsa.pub something like: > ssh-dss AAAAB3NzaC1kc3MAAACBAL4p8nZiiHgEWj0FivLsq9MZoqD6RN5tp9GnUqL3qWpRAKtpRr4y6/7cSD20d4OQ4jC8U9g9JP6DsZDR54Q9TYKUthStYxx3Mhde23TMQFUc0KzUv35uOeIqY/bcvJsOT6Iv0KsHa9YcsuRDb/nAkYR0Mq/9TCVYmeA6CSv+T6qLAAAAFQDaeTBR7ZmjPjf3MXUjBmfYHtK+3wAAAIAPr0bu1SkJ5lXYV1+Q78QDGkYWDuenSrkqO9Fz0YV/FFJWl2v6vSIWI7ZbkPn+32luS3oxTSJF6MR5R07uWxjwQ67FZee0CMYzDl1LZfK/xzRRJLDfBlCsk19lfpdfBQMDmWYgwOeUPRtK3ryh6Y//HD5R3tbjk8l01U6yHEZkTQAAAIEAhckOBorY3HWI6gTF+0wDdmnvWl4Xl3ML+OAE4PUkJFpTznvOkRdlhSCwH9mJFQGUfOAFg5vRiCh6NZ6hWeRiXKc7LjaKLrFNXmzSS+JgnvniScAutRBdhENhBetFcxqrbuDP2mm117yiLq9xztIKAFLEEtqgrUGFKblPz/WIqJc= > dmohr@eta > > ~David > _______________________________________________ > Xfce4-dev mailing list > Xfce4-dev@... > http://foo-projects.org/mailman/listinfo/xfce4-dev > the id_dsa.pub looks the same, but the id_dsa has behind the begin line: " Proc-Type: 4,ENCRYPTED DEK-Info: DES-EDE3-CBC,214DEB2FDCDCE8ED " seems not the right format then -- Kees _______________________________________________ Xfce4-dev mailing list Xfce4-dev@... http://foo-projects.org/mailman/listinfo/xfce4-dev |
|
|
Re: git passwdOn Thu, Oct 29, 2009 at 10:25 AM, Kees Scherpenhuijzen <noik00@...> wrote:
> 2009/10/29 David Mohr <squisher@...>: >> On Thu, Oct 29, 2009 at 10:07 AM, Kees Scherpenhuijzen <noik00@...> wrote: >>> 009/10/29 David Mohr <squisher@...>: >>>> On Thu, Oct 29, 2009 at 6:57 AM, Kees Scherpenhuijzen <noik00@...> wrote: >>>>> 2009/10/29 Yves-Alexis Perez <corsac@...>: >>>>>> Kees Scherpenhuijzen a écrit : >>>>>>> 2009/10/27 David Mohr <squisher@...>: >>>>>>>> On Tue, Oct 27, 2009 at 2:26 PM, Kees Scherpenhuijzen <noik00@...> wrote: >>>>>>>>> 2009/10/27 Brian J. Tarricone <brian@...>: >>>>>>>>>> On Tue, Oct 27, 2009 at 11:37, Kees Scherpenhuijzen <noik00@...> 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@... 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@localhost ~]$ ssh noik@... passwd >>>>>>>>>>> noik@...'s password: >>>>>>>>>>> Permission denied, please try again. >>>>>>>>>>> noik@...'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@... >>>>>>>>>> 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@... >>>>>>>> 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@... passwd" -> http://fpaste.org/X4Y0/ >>>>>> >>>>>>> debug1: identity file /home/noik/.ssh/identity type -1 >>>>>>> debug2: key_type_from_name: unknown key type '-----BEGIN' >>>>>>> debug2: key_type_from_name: unknown key type 'Proc-Type:' >>>>>>> debug2: key_type_from_name: unknown key type 'DEK-Info:' >>>>>>> debug2: key_type_from_name: unknown key type '-----END' >>>>>>> debug1: identity file /home/noik/.ssh/id_rsa type 1 >>>>>>> debug2: key_type_from_name: unknown key type '-----BEGIN' >>>>>>> debug2: key_type_from_name: unknown key type 'Proc-Type:' >>>>>>> debug2: key_type_from_name: unknown key type 'DEK-Info:' >>>>>>> debug2: key_type_from_name: unknown key type '-----END' >>>>>>> debug1: identity file /home/noik/.ssh/id_dsa type 2 >>>>>> >>>>>> That doesn't look good... >>>>>> Seems our keys are not really what they should be. >>>>>> >>>>>> Cheers, >>>>>> >>>>>> -- >>>>>> Yves-Alexis >>>>>> _______________________________________________ >>>>>> Xfce4-dev mailing list >>>>>> Xfce4-dev@... >>>>>> http://foo-projects.org/mailman/listinfo/xfce4-dev >>>>>> >>>>> >>>>> Thats *some* of the content generated using: https://foo-projects.org/node/6 >>>>> the filename is id_dsa >>>> >>>> You should try one more time using the key having a typo (which you >>>> can just rename, btw), and post the -v log somewhere. Please don't use >>>> fpaste.org though, that weird place requires a captcha to view the >>>> post. >>>> >>>> ~David >>>> _______________________________________________ >>>> Xfce4-dev mailing list >>>> Xfce4-dev@... >>>> http://foo-projects.org/mailman/listinfo/xfce4-dev >>>> >>> >>> Can you sat anything about this log? >>> http://code.bulix.org/colzlt-72592 >>> >>> Thank you >> >> Just FYI, you don't need -vv, it actually makes the log a bit less readable. >> >> In any case, from what I can see the id_dsa is corrupted. Have a look >> at it in an editor, id_dsa should look something like: >> -----BEGIN DSA PRIVATE KEY----- >> MIIBuwIBAAKBgQC+KfJ2Yoh4BFo9BYry7KvTGaKg+kTebafRp1Ki96lqUQCraUa+ >> Muv+3Eg9tHeDkOIwvFPYPST+g7GQ0eeEPU2ClLYUrWMcdzIXXtt0zEBVHNCs1L9+ >> bjniKmP23LybDk+iL9CrB2vWHLLkQ2/5wJGEdDKv/UwlWJngOgkr/k+qiwIVANp5 >> MFHtmaM+N/cxdSMGZ9ge0r7fAoGAD69G7tUpCeZV2FdfkO/EAxpGFg7np0q5KjvR >> c9GFfxRSVpdr+r0iFiO2W5D5/t9pbkt6MU0iRejEeUdO7lsY8EOuxWXntAjGMw5d >> S2Xyv8c0USSw3wZQrJNfZX6XXwUDA5lmIMDnlD0bSt68oemP/xw+Ud7W45PJdNVO >> shxGZE0CgYEAhckOBorY3HWI6gTF+0wDdmnvWl4Xl3ML+OAE4PUkJFpTznvOkRdl >> hSCwH9mJFQGUfOAFg5vRiCh6NZ6hWeRiXKc7LjaKLrFNXmzSS+JgnvniScAutRBd >> hENhBetFcxqrbuDP2mm117yiLq9xztIKAFLEEtqgrUGFKblPz/WIqJcCFD8tQiEH >> J3WudP+/wf4oVUQ5yzKg >> -----END DSA PRIVATE KEY----- >> >> and the id_dsa.pub something like: >> ssh-dss AAAAB3NzaC1kc3MAAACBAL4p8nZiiHgEWj0FivLsq9MZoqD6RN5tp9GnUqL3qWpRAKtpRr4y6/7cSD20d4OQ4jC8U9g9JP6DsZDR54Q9TYKUthStYxx3Mhde23TMQFUc0KzUv35uOeIqY/bcvJsOT6Iv0KsHa9YcsuRDb/nAkYR0Mq/9TCVYmeA6CSv+T6qLAAAAFQDaeTBR7ZmjPjf3MXUjBmfYHtK+3wAAAIAPr0bu1SkJ5lXYV1+Q78QDGkYWDuenSrkqO9Fz0YV/FFJWl2v6vSIWI7ZbkPn+32luS3oxTSJF6MR5R07uWxjwQ67FZee0CMYzDl1LZfK/xzRRJLDfBlCsk19lfpdfBQMDmWYgwOeUPRtK3ryh6Y//HD5R3tbjk8l01U6yHEZkTQAAAIEAhckOBorY3HWI6gTF+0wDdmnvWl4Xl3ML+OAE4PUkJFpTznvOkRdlhSCwH9mJFQGUfOAFg5vRiCh6NZ6hWeRiXKc7LjaKLrFNXmzSS+JgnvniScAutRBdhENhBetFcxqrbuDP2mm117yiLq9xztIKAFLEEtqgrUGFKblPz/WIqJc= >> dmohr@eta >> >> ~David >> _______________________________________________ >> Xfce4-dev mailing list >> Xfce4-dev@... >> http://foo-projects.org/mailman/listinfo/xfce4-dev >> > > the id_dsa.pub looks the same, but the id_dsa has behind the begin line: > " > Proc-Type: 4,ENCRYPTED > DEK-Info: DES-EDE3-CBC,214DEB2FDCDCE8ED > " > seems not the right format then If the rest looks ok, you can make a backup and just delete these lines. I do wonder where they came from... ~David _______________________________________________ Xfce4-dev mailing list Xfce4-dev@... http://foo-projects.org/mailman/listinfo/xfce4-dev |
|
|
Re: git passwdOn Thu, Oct 29, 2009 at 04:04, Kees Scherpenhuijzen <noik00@...> wrote:
> I now tried connecting again with the -v option. Here is the result of > the command > "ssh -vv noik@... 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@... passwd" > Here the log gives te same statements. > > Does this all say my password is already set? I just checked on the server, and it looks like when you submitted your public key, you submitted an invalid key. Please resubmit and someone will add it on the server. -brian _______________________________________________ Xfce4-dev mailing list Xfce4-dev@... http://foo-projects.org/mailman/listinfo/xfce4-dev |
|
|
Re: git passwd2009/10/29 Brian J. Tarricone <brian@...>:
> On Thu, Oct 29, 2009 at 04:04, Kees Scherpenhuijzen <noik00@...> wrote: > >> I now tried connecting again with the -v option. Here is the result of >> the command >> "ssh -vv noik@... 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@... passwd" >> Here the log gives te same statements. >> >> Does this all say my password is already set? > > I just checked on the server, and it looks like when you submitted > your public key, you submitted an invalid key. Please resubmit and > someone will add it on the server. > > -brian > _______________________________________________ > Xfce4-dev mailing list > Xfce4-dev@... > http://foo-projects.org/mailman/listinfo/xfce4-dev > okay well i've updated all my keys TIA for helping. I'm now waiting on a confirmation mail from maintainer@... -- Kees _______________________________________________ Xfce4-dev mailing list Xfce4-dev@... http://foo-projects.org/mailman/listinfo/xfce4-dev |
| Free embeddable forum powered by Nabble | Forum Help |