Re: gitmaster access

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: gitmaster access
Date: 2022-05-11 07:46:40
Message-ID: CA+OCxox8kthdmF1-rmFbe4w5jDq5pVTzpOL1Sqhjp5qYJu_Z2Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi

On Wed, 11 May 2022 at 08:21, Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
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://git(at)gitmaster(dot)postgresql(dot)org/pgtranslation/messages.git.
>

The correct repo is ssh://git(at)git(dot)postgresql(dot)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 -vvvv" git clone ssh://
> git(at)gitmaster(dot)postgresql(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kyotaro Horiguchi 2022-05-11 07:55:47 Re: gitmaster access
Previous Message Masahiko Sawada 2022-05-11 07:38:56 Re: Support logical replication of DDLs