Re: gitmaster access

2022-05-16 Thread Stephen Frost
Greetings,

* Tatsuo Ishii (is...@sraoss.co.jp) wrote:
> > * Tom Lane (t...@sss.pgh.pa.us) wrote:
> >> Bruce Momjian  writes:
> >> > On Wed, May 11, 2022 at 08:59:26PM -0400, Bruce Momjian wrote:
> >> >> On Thu, May 12, 2022 at 09:04:38AM +0900, Tatsuo Ishii wrote:
> >> >>> The last line should be 
> >> >>> "ssh://g...@gitmaster.postgresql.org/postgresql.git"?
> >> 
> >> > I assume the URL list at:
> >> >https://git.postgresql.org/gitweb/?p=postgresql.git;a=summary
> >> > is for non-committers.
> >> 
> >> Yeah, I agree with that.  If we advertise the gitmaster address here,
> >> the primary result will be that we get a lot of complaints from random
> >> people complaining that they can't access it.  A secondary result
> >> is likely to be an increase in attacks against that server.
> > 
> > I don't think we could change it very easily without some ugly hacking
> > of the tool that generates that page too, which is no good...
> > 
> > We might be able to get rid of the ssh:// URL there though... Will look
> > into that.
> 
> For postgresql.git, I agree. But for other repositories, I do not agree.

Right, I was suggesting it just for postgresql.git.

Thanks,

Stephen


signature.asc
Description: PGP signature


Re: gitmaster access

2022-05-15 Thread Tatsuo Ishii
> Greetings,
> 
> * Tom Lane (t...@sss.pgh.pa.us) wrote:
>> Bruce Momjian  writes:
>> > On Wed, May 11, 2022 at 08:59:26PM -0400, Bruce Momjian wrote:
>> >> On Thu, May 12, 2022 at 09:04:38AM +0900, Tatsuo Ishii wrote:
>> >>> The last line should be 
>> >>> "ssh://g...@gitmaster.postgresql.org/postgresql.git"?
>> 
>> > I assume the URL list at:
>> >https://git.postgresql.org/gitweb/?p=postgresql.git;a=summary
>> > is for non-committers.
>> 
>> Yeah, I agree with that.  If we advertise the gitmaster address here,
>> the primary result will be that we get a lot of complaints from random
>> people complaining that they can't access it.  A secondary result
>> is likely to be an increase in attacks against that server.
> 
> I don't think we could change it very easily without some ugly hacking
> of the tool that generates that page too, which is no good...
> 
> We might be able to get rid of the ssh:// URL there though... Will look
> into that.

For postgresql.git, I agree. But for other repositories, I do not agree.

Best reagards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp




Re: gitmaster access

2022-05-15 Thread Stephen Frost
Greetings,

* Tom Lane (t...@sss.pgh.pa.us) wrote:
> Bruce Momjian  writes:
> > On Wed, May 11, 2022 at 08:59:26PM -0400, Bruce Momjian wrote:
> >> On Thu, May 12, 2022 at 09:04:38AM +0900, Tatsuo Ishii wrote:
> >>> The last line should be 
> >>> "ssh://g...@gitmaster.postgresql.org/postgresql.git"?
> 
> > I assume the URL list at:
> >https://git.postgresql.org/gitweb/?p=postgresql.git;a=summary
> > is for non-committers.
> 
> Yeah, I agree with that.  If we advertise the gitmaster address here,
> the primary result will be that we get a lot of complaints from random
> people complaining that they can't access it.  A secondary result
> is likely to be an increase in attacks against that server.

I don't think we could change it very easily without some ugly hacking
of the tool that generates that page too, which is no good...

We might be able to get rid of the ssh:// URL there though... Will look
into that.

> The onboarding process for new committers should include explaining
> about the separate master repo and how they can access it, but that
> is absolutely not something we should advertise widely.

It does.

Thanks,

Stephen


signature.asc
Description: PGP signature


Re: gitmaster access

2022-05-12 Thread Kyotaro Horiguchi
At Thu, 12 May 2022 10:25:03 -0400, Bruce Momjian  wrote in 
> On Thu, May 12, 2022 at 01:54:57PM +0900, Kyotaro Horiguchi wrote:
> > At Thu, 12 May 2022 11:44:33 +0900 (JST), Kyotaro Horiguchi 
> >  wrote in 
> > > At Thu, 12 May 2022 10:34:49 +0900 (JST), Tatsuo Ishii 
> > >  wrote in 
> > > > Last year we faced a similar problem, namely, a new committer for
> > > > pgpool.git could not access the git repository (Permission denied
> > > > (publickey)). Magnus kindly advised following and it worked. Hope this
> > > > helps.
> > > > 
> > > > > 1. Log into the git server on https://git.postgresql.org/adm/. It
> > > > > should be an automatic log in and show the repository.
> > > > > 2. *then* go back to the main website and delete the ssh key
> > > > > 3. Now add the ssh key again on the main website
> > > > > 4. Wait 10-15 minutes and then it should work
> > > 
> > > Thank you for the info, but unfortunately it hasn't worked.
> > > I'm going to try a slightly different steps..
> > 
> > And finally I succeeded to clone from git.postgresql.org and to push a
> > commit.
> 
> Sorry, but this has me confused.  When I read this, I thought you were
> pushing a 'pgsql' core server commit to gitmaster, but that would be
> impossible for git.postgresql.org, so where are you pushing to?  This
> might be part of the confusion Dave was asking about.

The repo I mention here is pgtranslate.  Since I didn't find a clear
instruction about how to push to the repos of other than core, after
failing with "git.postgresql.org", I tried "gitmaster.postgresql.org"
following the wiki page[1].

I think Dave's first suggestion (use git.postgresql.org) had a point
in that gitmaster is dedicated to core committers. But I got
clearly understood that from the later conversatinos.


[1] https://wiki.postgresql.org/wiki/Committing_with_Git

regards.

-- 
Kyotaro Horiguchi
NTT Open Source Software Center




Re: gitmaster access

2022-05-12 Thread Bruce Momjian
On Thu, May 12, 2022 at 01:54:57PM +0900, Kyotaro Horiguchi wrote:
> At Thu, 12 May 2022 11:44:33 +0900 (JST), Kyotaro Horiguchi 
>  wrote in 
> > At Thu, 12 May 2022 10:34:49 +0900 (JST), Tatsuo Ishii  
> > wrote in 
> > > Last year we faced a similar problem, namely, a new committer for
> > > pgpool.git could not access the git repository (Permission denied
> > > (publickey)). Magnus kindly advised following and it worked. Hope this
> > > helps.
> > > 
> > > > 1. Log into the git server on https://git.postgresql.org/adm/. It
> > > > should be an automatic log in and show the repository.
> > > > 2. *then* go back to the main website and delete the ssh key
> > > > 3. Now add the ssh key again on the main website
> > > > 4. Wait 10-15 minutes and then it should work
> > 
> > Thank you for the info, but unfortunately it hasn't worked.
> > I'm going to try a slightly different steps..
> 
> And finally I succeeded to clone from git.postgresql.org and to push a
> commit.

Sorry, but this has me confused.  When I read this, I thought you were
pushing a 'pgsql' core server commit to gitmaster, but that would be
impossible for git.postgresql.org, so where are you pushing to?  This
might be part of the confusion Dave was asking about.

-- 
  Bruce Momjian  https://momjian.us
  EDB  https://enterprisedb.com

  Indecision is a decision.  Inaction is an action.  Mark Batterson





Re: gitmaster access

2022-05-12 Thread Kyotaro Horiguchi
At Thu, 12 May 2022 16:03:50 +0900 (JST), Tatsuo Ishii  
wrote in 
> > At Thu, 12 May 2022 14:44:15 +0900 (JST), Tatsuo Ishii  
> > wrote in 
> BTW,
> > I'm going to try a slightly different steps..
> 
> Can you please tell me What you actually did? I am afraid of facing
> similar problem if I want to add another committer to pgpool2 repo.

 Cleared SSH key in user profile.
+Reloaded the adm page.
+Waited for 20 minutes.
 Filled in SSH key in user profile.
 Reloaded the adm page.
 Waited for 20 minutes.
 Run git clone and succeeded \o/

I'm not sure the additional steps gave substantial differences,
though.  Most of the whole steps look like bibbid-babbid-boo to me in
the first place..

regards.

-- 
Kyotaro Horiguchi
NTT Open Source Software Center




Re: gitmaster access

2022-05-12 Thread Dave Page
On Thu, 12 May 2022 at 08:03, Tatsuo Ishii  wrote:

> > At Thu, 12 May 2022 14:44:15 +0900 (JST), Tatsuo Ishii <
> is...@sraoss.co.jp> wrote in
> >> >> Thank you for the info, but unfortunately it hasn't worked.
> >> >> I'm going to try a slightly different steps..
> >> >
> >> > And finally I succeeded to clone from git.postgresql.org and to push
> a
> >> > commit.
> >>
> >> Is it git.postgresql.org, not gitmaster.postgresql.org? Interesting...
> >
> > git.postgresql.org.  I still receive "Permission denied" from
> > gitmaster.
>
> Ok. I learned that only postgresql.git should be accessed from
> gitmaster.postgresql.org. All other repos should be accessed from
> git.postgresql.org.


That is correct for PostgreSQL Committers such as yourself. Anyone else can
*only* use git.postgresql.org


>
> BTW,
> > I'm going to try a slightly different steps..
>
> Can you please tell me What you actually did? I am afraid of facing
> similar problem if I want to add another committer to pgpool2 repo.
>
> Best reagards,
> --
> Tatsuo Ishii
> SRA OSS, Inc. Japan
> English: http://www.sraoss.co.jp/index_en.php
> Japanese:http://www.sraoss.co.jp
>
-- 
-- 
Dave Page
https://pgsnake.blogspot.com

EDB Postgres
https://www.enterprisedb.com


Re: gitmaster access

2022-05-12 Thread Tatsuo Ishii
> At Thu, 12 May 2022 14:44:15 +0900 (JST), Tatsuo Ishii  
> wrote in 
>> >> Thank you for the info, but unfortunately it hasn't worked.
>> >> I'm going to try a slightly different steps..
>> > 
>> > And finally I succeeded to clone from git.postgresql.org and to push a
>> > commit.
>> 
>> Is it git.postgresql.org, not gitmaster.postgresql.org? Interesting...
> 
> git.postgresql.org.  I still receive "Permission denied" from
> gitmaster.

Ok. I learned that only postgresql.git should be accessed from
gitmaster.postgresql.org. All other repos should be accessed from
git.postgresql.org.

BTW,
> I'm going to try a slightly different steps..

Can you please tell me What you actually did? I am afraid of facing
similar problem if I want to add another committer to pgpool2 repo.

Best reagards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp




Re: gitmaster access

2022-05-12 Thread Dave Page
On Thu, 12 May 2022 at 07:11, Kyotaro Horiguchi 
wrote:

> At Thu, 12 May 2022 14:44:15 +0900 (JST), Tatsuo Ishii 
> wrote in
> > >> Thank you for the info, but unfortunately it hasn't worked.
> > >> I'm going to try a slightly different steps..
> > >
> > > And finally I succeeded to clone from git.postgresql.org and to push a
> > > commit.


\o/


> >
> > Is it git.postgresql.org, not gitmaster.postgresql.org? Interesting...
>
> git.postgresql.org.  I still receive "Permission denied" from
> gitmaster.



Yes, gitmaster is completely irrelevant here. It is *only* used for
PostgreSQL itself, and only by PostgreSQL Committers.

The postgresql.git repo on git.postgresql.org is unique in that it is a
mirror of the real repository on gitmaster, and doesn’t have any committers
except for the account used to push commits from gitmaster. The third party
browser software doesn’t know anything about that which is why it still
shows the ssh:// URL despite it not being usable by anyone.

Is there some reason you thought gitmaster was relevant here (some webpage
for example)? This is the third(?) someone has been confused by gitmaster
recently, something both Magnus and I have been surprised by.
-- 
-- 
Dave Page
https://pgsnake.blogspot.com

EDB Postgres
https://www.enterprisedb.com


Re: gitmaster access

2022-05-12 Thread Kyotaro Horiguchi
At Thu, 12 May 2022 14:44:15 +0900 (JST), Tatsuo Ishii  
wrote in 
> >> Thank you for the info, but unfortunately it hasn't worked.
> >> I'm going to try a slightly different steps..
> > 
> > And finally I succeeded to clone from git.postgresql.org and to push a
> > commit.
> 
> Is it git.postgresql.org, not gitmaster.postgresql.org? Interesting...

git.postgresql.org.  I still receive "Permission denied" from
gitmaster.

regards.

-- 
Kyotaro Horiguchi
NTT Open Source Software Center




Re: gitmaster access

2022-05-11 Thread Tatsuo Ishii
>> Thank you for the info, but unfortunately it hasn't worked.
>> I'm going to try a slightly different steps..
> 
> And finally I succeeded to clone from git.postgresql.org and to push a
> commit.

Is it git.postgresql.org, not gitmaster.postgresql.org? Interesting...

Best reagards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp




Re: gitmaster access

2022-05-11 Thread Kyotaro Horiguchi
At Thu, 12 May 2022 11:44:33 +0900 (JST), Kyotaro Horiguchi 
 wrote in 
> At Thu, 12 May 2022 10:34:49 +0900 (JST), Tatsuo Ishii  
> wrote in 
> > Last year we faced a similar problem, namely, a new committer for
> > pgpool.git could not access the git repository (Permission denied
> > (publickey)). Magnus kindly advised following and it worked. Hope this
> > helps.
> > 
> > > 1. Log into the git server on https://git.postgresql.org/adm/. It
> > > should be an automatic log in and show the repository.
> > > 2. *then* go back to the main website and delete the ssh key
> > > 3. Now add the ssh key again on the main website
> > > 4. Wait 10-15 minutes and then it should work
> 
> Thank you for the info, but unfortunately it hasn't worked.
> I'm going to try a slightly different steps..

And finally I succeeded to clone from git.postgresql.org and to push a
commit.

Thank you all for the advices!

-- 
Kyotaro Horiguchi
NTT Open Source Software Center




Re: gitmaster access

2022-05-11 Thread Tatsuo Ishii
>> I assume the URL list at:
>>https://git.postgresql.org/gitweb/?p=postgresql.git;a=summary
>> is for non-committers.
> 
> Yeah, I agree with that.  If we advertise the gitmaster address here,
> the primary result will be that we get a lot of complaints from random
> people complaining that they can't access it.  A secondary result
> is likely to be an increase in attacks against that server.
> 
> The onboarding process for new committers should include explaining
> about the separate master repo and how they can access it, but that
> is absolutely not something we should advertise widely.

Agreed. Probably we should remove
ssh://g...@git.postgresql.org/postgresql.git from the page.

Best reagards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp




Re: gitmaster access

2022-05-11 Thread Kyotaro Horiguchi
At Thu, 12 May 2022 10:34:49 +0900 (JST), Tatsuo Ishii  
wrote in 
> Last year we faced a similar problem, namely, a new committer for
> pgpool.git could not access the git repository (Permission denied
> (publickey)). Magnus kindly advised following and it worked. Hope this
> helps.
> 
> > 1. Log into the git server on https://git.postgresql.org/adm/. It
> > should be an automatic log in and show the repository.
> > 2. *then* go back to the main website and delete the ssh key
> > 3. Now add the ssh key again on the main website
> > 4. Wait 10-15 minutes and then it should work

Thank you for the info, but unfortunately it hasn't worked.
I'm going to try a slightly different steps..

regards.

-- 
Kyotaro Horiguchi
NTT Open Source Software Center




Re: gitmaster access

2022-05-11 Thread Tom Lane
Bruce Momjian  writes:
> On Wed, May 11, 2022 at 08:59:26PM -0400, Bruce Momjian wrote:
>> On Thu, May 12, 2022 at 09:04:38AM +0900, Tatsuo Ishii wrote:
>>> The last line should be 
>>> "ssh://g...@gitmaster.postgresql.org/postgresql.git"?

> I assume the URL list at:
>https://git.postgresql.org/gitweb/?p=postgresql.git;a=summary
> is for non-committers.

Yeah, I agree with that.  If we advertise the gitmaster address here,
the primary result will be that we get a lot of complaints from random
people complaining that they can't access it.  A secondary result
is likely to be an increase in attacks against that server.

The onboarding process for new committers should include explaining
about the separate master repo and how they can access it, but that
is absolutely not something we should advertise widely.

regards, tom lane




Re: gitmaster access

2022-05-11 Thread Tatsuo Ishii
> On Thu, May 12, 2022 at 10:34:49AM +0900, Tatsuo Ishii wrote:
>> Last year we faced a similar problem, namely, a new committer for
>> pgpool.git could not access the git repository (Permission denied
>> (publickey)). Magnus kindly advised following and it worked. Hope this
>> helps.
>> 
>> > 1. Log into the git server on https://git.postgresql.org/adm/. It
>> > should be an automatic log in and show the repository.
>> > 2. *then* go back to the main website and delete the ssh key
>> > 3. Now add the ssh key again on the main website
>> > 4. Wait 10-15 minutes and then it should work
> 
> I don't see any repositories listed for my login, so I wonder if
> gitmaster and pgpool are handled differently.

I guess so too. I only see pgpool related repositories but
postgres.git on https://git.postgresql.org/adm/. According to Magnus,
this is necessary to trigger replication of SSH key.

> When I changed my SSH key
> for gitmaster recently, I had to phone someone to verify the change ---
> I could not do it via a website.

Thank you for the info. I will be careful when I want to change SSH
key for gitmaster next time.

Best reagards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp




Re: gitmaster access

2022-05-11 Thread Bruce Momjian
On Thu, May 12, 2022 at 10:34:49AM +0900, Tatsuo Ishii wrote:
> Last year we faced a similar problem, namely, a new committer for
> pgpool.git could not access the git repository (Permission denied
> (publickey)). Magnus kindly advised following and it worked. Hope this
> helps.
> 
> > 1. Log into the git server on https://git.postgresql.org/adm/. It
> > should be an automatic log in and show the repository.
> > 2. *then* go back to the main website and delete the ssh key
> > 3. Now add the ssh key again on the main website
> > 4. Wait 10-15 minutes and then it should work

I don't see any repositories listed for my login, so I wonder if
gitmaster and pgpool are handled differently.  When I changed my SSH key
for gitmaster recently, I had to phone someone to verify the change ---
I could not do it via a website.

-- 
  Bruce Momjian  https://momjian.us
  EDB  https://enterprisedb.com

  Indecision is a decision.  Inaction is an action.  Mark Batterson





Re: gitmaster access

2022-05-11 Thread Tatsuo Ishii
> Thanks for the inspection. I understand what the ssh server is facing.
> 
> I had already filled the filed with an (I beilive correct) openssh
> public key, but to make sure, I emptied the field "SSH key", waited
> for 20 minutes, then added a fresh pubkey and waited for 20 minutes.
> 
> I tried both git.postgresql.org and gitmaster and don't have better
> luck. The server still says "I don't know you".
> 
> regards.
> 
> -- 
> Kyotaro Horiguchi
> NTT Open Source Software Center

Last year we faced a similar problem, namely, a new committer for
pgpool.git could not access the git repository (Permission denied
(publickey)). Magnus kindly advised following and it worked. Hope this
helps.

> 1. Log into the git server on https://git.postgresql.org/adm/. It
> should be an automatic log in and show the repository.
> 2. *then* go back to the main website and delete the ssh key
> 3. Now add the ssh key again on the main website
> 4. Wait 10-15 minutes and then it should work

Best reagards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp




Re: gitmaster access

2022-05-11 Thread Kyotaro Horiguchi
At Wed, 11 May 2022 10:40:00 +0100, Dave Page  wrote in 
> OK, so you have write access on the repo on git.postgresql.org, but I can't
> find an SSH key for your account on the system. Can you check
> https://www.postgresql.org/account/profile/ and make sure you've got the
> correct SSH key in your profile? If you add one, it might take 10 minutes
> or so to make its way to the git server.

Thanks for the inspection. I understand what the ssh server is facing.

I had already filled the filed with an (I beilive correct) openssh
public key, but to make sure, I emptied the field "SSH key", waited
for 20 minutes, then added a fresh pubkey and waited for 20 minutes.

I tried both git.postgresql.org and gitmaster and don't have better
luck. The server still says "I don't know you".

regards.

-- 
Kyotaro Horiguchi
NTT Open Source Software Center




Re: gitmaster access

2022-05-11 Thread Bruce Momjian
On Wed, May 11, 2022 at 08:59:26PM -0400, Bruce Momjian wrote:
> On Thu, May 12, 2022 at 09:04:38AM +0900, Tatsuo Ishii wrote:
> > Then we need to change this, no?
> > 
> > https://git.postgresql.org/gitweb/?p=postgresql.git;a=summary
> > 
> > URL git://git.postgresql.org/git/postgresql.git
> > https://git.postgresql.org/git/postgresql.git
> > ssh://g...@git.postgresql.org/postgresql.git
> > 
> > The last line should be 
> > "ssh://g...@gitmaster.postgresql.org/postgresql.git"?
>-
> 
> That is the one I use.

I assume the URL list at:

   https://git.postgresql.org/gitweb/?p=postgresql.git;a=summary

is for non-committers.

-- 
  Bruce Momjian  https://momjian.us
  EDB  https://enterprisedb.com

  Indecision is a decision.  Inaction is an action.  Mark Batterson





Re: gitmaster access

2022-05-11 Thread Bruce Momjian
On Thu, May 12, 2022 at 09:04:38AM +0900, Tatsuo Ishii wrote:
> Then we need to change this, no?
> 
> https://git.postgresql.org/gitweb/?p=postgresql.git;a=summary
> 
> URL   git://git.postgresql.org/git/postgresql.git
>   https://git.postgresql.org/git/postgresql.git
>   ssh://g...@git.postgresql.org/postgresql.git
> 
> The last line should be "ssh://g...@gitmaster.postgresql.org/postgresql.git"?
   -

That is the one I use.

-- 
  Bruce Momjian  https://momjian.us
  EDB  https://enterprisedb.com

  Indecision is a decision.  Inaction is an action.  Mark Batterson





Re: gitmaster access

2022-05-11 Thread Tatsuo Ishii
>> Sorry, I meant ssh://g...@gitmaster.postgresql.org/postgresql.git
>> works, but ssh://g...@git.postgresql.org/postgresql.git does not work
>> for me.
>>
> 
> That is expected; no one has write access to that repo (and we only include
> SSH keys for users with write access).

Then we need to change this, no?

https://git.postgresql.org/gitweb/?p=postgresql.git;a=summary

URL git://git.postgresql.org/git/postgresql.git
https://git.postgresql.org/git/postgresql.git
ssh://g...@git.postgresql.org/postgresql.git

The last line should be "ssh://g...@gitmaster.postgresql.org/postgresql.git"?

Best reagards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp




Re: gitmaster access

2022-05-11 Thread Dave Page
Hi

On Wed, 11 May 2022 at 13:56, Tatsuo Ishii  wrote:

> >> This does not work for me neither. However, in my case following works:
> >>
> >> ssh://g...@gitmaster.postgresql.org/pgtranslation/messages.git
> >
> >
> > If that works, then colour me confused because:
> >
> > gemulon:~# host gitmaster.postgresql.org
> > gitmaster.postgresql.org is an alias for gemulon.postgresql.org.
> > gemulon.postgresql.org has address 72.32.157.198
> > gemulon.postgresql.org has IPv6 address 2001:4800:3e1:1::198
> > gemulon:~# find / -name pgtranslation
> > gemulon:~# find / -name messages.git
> > gemulon:~# ls -al /home/git/repositories/
> > total 16
> > drwxr-xr-x 4 git git 4096 Jan  4  2020 .
> > drwxr-xr-x 8 git git 4096 May 11 09:03 ..
> > drwxr-xr-x 7 git git 4096 Jan  4  2020 mhatest.git
> > drwxr-sr-x 7 git git 4096 May 11 06:39 postgresql.git
> > gemulon:~#
>
> Sorry, I meant ssh://g...@gitmaster.postgresql.org/postgresql.git
> works, but ssh://g...@git.postgresql.org/postgresql.git does not work
> for me.
>

That is expected; no one has write access to that repo (and we only include
SSH keys for users with write access).

-- 
Dave Page
Blog: https://pgsnake.blogspot.com
Twitter: @pgsnake

EDB: https://www.enterprisedb.com


Re: gitmaster access

2022-05-11 Thread Tatsuo Ishii
>> This does not work for me neither. However, in my case following works:
>>
>> ssh://g...@gitmaster.postgresql.org/pgtranslation/messages.git
> 
> 
> If that works, then colour me confused because:
> 
> gemulon:~# host gitmaster.postgresql.org
> gitmaster.postgresql.org is an alias for gemulon.postgresql.org.
> gemulon.postgresql.org has address 72.32.157.198
> gemulon.postgresql.org has IPv6 address 2001:4800:3e1:1::198
> gemulon:~# find / -name pgtranslation
> gemulon:~# find / -name messages.git
> gemulon:~# ls -al /home/git/repositories/
> total 16
> drwxr-xr-x 4 git git 4096 Jan  4  2020 .
> drwxr-xr-x 8 git git 4096 May 11 09:03 ..
> drwxr-xr-x 7 git git 4096 Jan  4  2020 mhatest.git
> drwxr-sr-x 7 git git 4096 May 11 06:39 postgresql.git
> gemulon:~#

Sorry, I meant ssh://g...@gitmaster.postgresql.org/postgresql.git
works, but ssh://g...@git.postgresql.org/postgresql.git does not work
for me.

Best reagards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp




Re: gitmaster access

2022-05-11 Thread Dave Page
On Wed, 11 May 2022 at 09:25, Kyotaro Horiguchi 
wrote:

> At Wed, 11 May 2022 09:08:26 +0100, Dave Page  wrote
> in
> > What is your community user ID?
>
> My community user name is "horiguti".
>

OK, so you have write access on the repo on git.postgresql.org, but I can't
find an SSH key for your account on the system. Can you check
https://www.postgresql.org/account/profile/ and make sure you've got the
correct SSH key in your profile? If you add one, it might take 10 minutes
or so to make its way to the git server.

-- 
Dave Page
Blog: https://pgsnake.blogspot.com
Twitter: @pgsnake

EDB: https://www.enterprisedb.com


Re: gitmaster access

2022-05-11 Thread Dave Page
Hi

On Wed, 11 May 2022 at 09:34, Tatsuo Ishii  wrote:

> > Hi
> >
> > On Wed, 11 May 2022 at 08:21, Kyotaro Horiguchi  >
> > wrote:
> >
> >> (Sorry in advance if this is off-topic of -hackers, and please head me
> >> to the right place if so.)
> >>
> >> I'm stuck by connection failure to gitmaster.
> >>
> >> I told that I already have the commit-bit on pgtranslation repository
> >> for the community account "horiguti".
> >>
> >> I did the following steps.
> >>
> >> 1. Add the public key for git-access to "SSH Key" field of "Edit User
> >>Profile" page.(https://www.postgresql.org/account/profile/) I did
> >>this more than few months ago.
> >>
> >> 2. Clone ssh://g...@gitmaster.postgresql.org/pgtranslation/messages.git.
> >>
> >
> > The correct repo is ssh://
> g...@git.postgresql.org/pgtranslation/messages.git.
>
> This does not work for me neither. However, in my case following works:
>
> ssh://g...@gitmaster.postgresql.org/pgtranslation/messages.git


If that works, then colour me confused because:

gemulon:~# host gitmaster.postgresql.org
gitmaster.postgresql.org is an alias for gemulon.postgresql.org.
gemulon.postgresql.org has address 72.32.157.198
gemulon.postgresql.org has IPv6 address 2001:4800:3e1:1::198
gemulon:~# find / -name pgtranslation
gemulon:~# find / -name messages.git
gemulon:~# ls -al /home/git/repositories/
total 16
drwxr-xr-x 4 git git 4096 Jan  4  2020 .
drwxr-xr-x 8 git git 4096 May 11 09:03 ..
drwxr-xr-x 7 git git 4096 Jan  4  2020 mhatest.git
drwxr-sr-x 7 git git 4096 May 11 06:39 postgresql.git
gemulon:~#


>
>
> Also Tom Lane said:
> On Sun, May 1, 2022 at 4:52 PM Tom Lane  wrote:
> > Tatsuo Ishii  writes:
> > > This is ok:
> > > git clone ssh://g...@gitmaster.postgresql.org/postgresql.git
> >
> > That's the thing to use if you're a committer.
>
> Best reagards,
> --
> Tatsuo Ishii
> SRA OSS, Inc. Japan
> English: http://www.sraoss.co.jp/index_en.php
> Japanese:http://www.sraoss.co.jp
>


-- 
Dave Page
Blog: https://pgsnake.blogspot.com
Twitter: @pgsnake

EDB: https://www.enterprisedb.com


Re: gitmaster access

2022-05-11 Thread Tatsuo Ishii
> Hi
> 
> On Wed, 11 May 2022 at 08:21, Kyotaro Horiguchi 
> wrote:
> 
>> (Sorry in advance if this is off-topic of -hackers, and please head me
>> to the right place if so.)
>>
>> I'm stuck by connection failure to gitmaster.
>>
>> I told that I already have the commit-bit on pgtranslation repository
>> for the community account "horiguti".
>>
>> I did the following steps.
>>
>> 1. Add the public key for git-access to "SSH Key" field of "Edit User
>>Profile" page.(https://www.postgresql.org/account/profile/) I did
>>this more than few months ago.
>>
>> 2. Clone ssh://g...@gitmaster.postgresql.org/pgtranslation/messages.git.
>>
> 
> The correct repo is ssh://g...@git.postgresql.org/pgtranslation/messages.git.

This does not work for me neither. However, in my case following works:

ssh://g...@gitmaster.postgresql.org/pgtranslation/messages.git

Also Tom Lane said:
On Sun, May 1, 2022 at 4:52 PM Tom Lane  wrote:
> Tatsuo Ishii  writes:
> > This is ok:
> > git clone ssh://g...@gitmaster.postgresql.org/postgresql.git
>
> That's the thing to use if you're a committer.

Best reagards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp




Re: gitmaster access

2022-05-11 Thread Kyotaro Horiguchi
At Wed, 11 May 2022 09:08:26 +0100, Dave Page  wrote in 
> What is your community user ID?

My community user name is "horiguti".

regards.

-- 
Kyotaro Horiguchi
NTT Open Source Software Center




Re: gitmaster access

2022-05-11 Thread Dave Page
Hi

On Wed, 11 May 2022 at 08:55, Kyotaro Horiguchi 
wrote:

> At Wed, 11 May 2022 08:46:40 +0100, Dave Page  wrote
> in
> > Hi
> >
> > On Wed, 11 May 2022 at 08:21, Kyotaro Horiguchi  >
> > wrote:
> > > 2. Clone ssh://g...@gitmaster.postgresql.org/pgtranslation/messages.git
> .
> > >
> >
> > The correct repo is ssh://
> g...@git.postgresql.org/pgtranslation/messages.git.
>
> Thanks for the reply.  I didn't wrote, but I have tried that and had
> the same result.
>

What is your community user ID?

-- 
Dave Page
Blog: https://pgsnake.blogspot.com
Twitter: @pgsnake

EDB: https://www.enterprisedb.com


Re: gitmaster access

2022-05-11 Thread Kyotaro Horiguchi
At Wed, 11 May 2022 08:46:40 +0100, Dave Page  wrote in 
> Hi
> 
> On Wed, 11 May 2022 at 08:21, Kyotaro Horiguchi 
> wrote:
> > 2. Clone ssh://g...@gitmaster.postgresql.org/pgtranslation/messages.git.
> >
> 
> The correct repo is ssh://g...@git.postgresql.org/pgtranslation/messages.git.

Thanks for the reply.  I didn't wrote, but I have tried that and had
the same result.

regards.

-- 
Kyotaro Horiguchi
NTT Open Source Software Center




Re: gitmaster access

2022-05-11 Thread Dave Page
Hi

On Wed, 11 May 2022 at 08:21, Kyotaro Horiguchi 
wrote:

> (Sorry in advance if this is off-topic of -hackers, and please head me
> to the right place if so.)
>
> I'm stuck by connection failure to gitmaster.
>
> I told that I already have the commit-bit on pgtranslation repository
> for the community account "horiguti".
>
> I did the following steps.
>
> 1. Add the public key for git-access to "SSH Key" field of "Edit User
>Profile" page.(https://www.postgresql.org/account/profile/) I did
>this more than few months ago.
>
> 2. Clone ssh://g...@gitmaster.postgresql.org/pgtranslation/messages.git.
>

The correct repo is ssh://g...@git.postgresql.org/pgtranslation/messages.git.


>
> The problem for me here is I get "Permission denied" by the second
> step.
>
> The following is an extract of verbose log when I did:
>
> > GIT_SSH_COMMAND="ssh -" git clone ssh://
> g...@gitmaster.postgresql.org/pgtranslation/messages.git
>
> debug1: Authenticating to gitmaster.postgresql.org:22 as 'git'
> debug1: Offering public key: /home/horiguti/.ssh/postgresql ECDSA
> SHA256:zMOonb8...
> debug3: send packet: type 50
> debug2: we sent a publickey packet, wait for reply
> debug3: receive packet: type 51
>
> The account and host looks correct. The server returns 51
> (SSH_MSG_USERAUTH_FAILURE), which means the server didn't find my
> public key, but the fingerprint shown above coincides with that of the
> registered public key. I don't have a clue of the reason from my side.
>
> Please someone tell me what to do to get over the situation.
>
> regards.
>
> --
> Kyotaro Horiguchi
> NTT Open Source Software Center
>
>
>

-- 
Dave Page
Blog: https://pgsnake.blogspot.com
Twitter: @pgsnake

EDB: https://www.enterprisedb.com


gitmaster access

2022-05-11 Thread Kyotaro Horiguchi
(Sorry in advance if this is off-topic of -hackers, and please head me
to the right place if so.)

I'm stuck by connection failure to gitmaster.

I told that I already have the commit-bit on pgtranslation repository
for the community account "horiguti".

I did the following steps.

1. Add the public key for git-access to "SSH Key" field of "Edit User
   Profile" page.(https://www.postgresql.org/account/profile/) I did
   this more than few months ago.

2. Clone ssh://g...@gitmaster.postgresql.org/pgtranslation/messages.git.

The problem for me here is I get "Permission denied" by the second
step.

The following is an extract of verbose log when I did:

> GIT_SSH_COMMAND="ssh -" git clone 
> ssh://g...@gitmaster.postgresql.org/pgtranslation/messages.git

debug1: Authenticating to gitmaster.postgresql.org:22 as 'git'
debug1: Offering public key: /home/horiguti/.ssh/postgresql ECDSA 
SHA256:zMOonb8...
debug3: send packet: type 50
debug2: we sent a publickey packet, wait for reply
debug3: receive packet: type 51

The account and host looks correct. The server returns 51
(SSH_MSG_USERAUTH_FAILURE), which means the server didn't find my
public key, but the fingerprint shown above coincides with that of the
registered public key. I don't have a clue of the reason from my side.

Please someone tell me what to do to get over the situation.

regards.

-- 
Kyotaro Horiguchi
NTT Open Source Software Center