From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: Re: Doing a push to my user git repository Date: Fri, 11 Jun 2021 12:11:38 +0200 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0429580416431776391==" List-Id: --===============0429580416431776391== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi Michael, On 11/06/2021 11:31, Michael Tremer wrote: > Hello, >=20 >> On 10 Jun 2021, at 18:38, Adolf Belka wrote: >> >> Hi Michael, >> >> On 10/06/2021 14:41, Michael Tremer wrote: >>> Hello, >>>> On 10 Jun 2021, at 13:39, Adolf Belka wrote: >>>> >>>> Hallo Michael, >>>> >>>> On 10/06/2021 13:13, Michael Tremer wrote: >>>>> Hello Adolf, >>>>> We do not use SSH keys in our infrastructure. Instead we use Kerberos a= uthentication. >>>>> For that, you do not have to do anything apart from authenticating usin= g a password as usual. In the background the server will acquire a Kerberos t= icket automatically. >>>>> You should be able to log in at people.ipfire.org using SSH with your u= sername and your password. Can you check if that works? >>>> After adding a Match Host command to my ssh_config to allow password aut= hentication I was able to login with ssh to people.ipfire.org. It immediately= logged me out again with the following message:- >>>> >>>> fatal: Interactive git shell is not enabled. >>>> hint: ~/git-shell-commands should exist and have read and execute access. >>>> Connection to people.ipfire.org closed. >>>> >>>> Reading about this I suspect that is expected because I should not be wo= rking with git interactively but it proves that my ssh connection is working. >>> Yes, this is correct. This was just to test the SSH connection. >>>> I will now try out accessing my user repository via ssh and seeing if th= at works. >>> You should be able to push things to this repository by setting it up as = a remote repository first: >>> git remote add bonnietwin ssh://bonnietwin(a)people.ipfire.org/=E2=80= =A6 >>> And then use pull and push :) >> Struggling to make this work. If I just use ssh://bonnietwin(a)people.ipfi= re.org/ as above then I get the following message when I try a push. >> >> fatal: '/' does not appear to be a git repository >> fatal: Could not read from remote repository. >=20 > The full path is on the gitweb page here: https://git.ipfire.org/?p=3Dpeopl= e/bonnietwin/ipfire-2.x.git;a=3Dsummary >=20 > ssh://bonnietwin(a)people.ipfire.org/pub/git/people/bonnietwin/ipfire-2.= x.git That seems so obvious today when you show it but I failed to see it yesterday. Anyway it has worked for me today and I have done my first successful push to= my repository. Thanks very much. :-) >=20 >> I tried adding bonnietwin/ipfire-2.x.git/ to the end of the url but that g= ave the same error message.Basically just a guess on my part but it was wrong. >> Looking at my user repository in a browser the url is completely different= so I have no idea what I need to use for the url for my repository when acce= ssing it via ssh. >> >> I suspect that I have made more than the allowed errors as I now can't eve= n connect any more and get the following message:- >> >> ssh: connect to host people.ipfire.org port 22: Network is unreachable >> fatal: Could not read from remote repository. >=20 > LOL. This shouldn=E2=80=99t happen if you authenticate properly. If this lo= cks you out again send a note to Peter to have a look at this. I suspect Fail2Ban just looks at the frequency of attempts whether they are a= uthenticated or not. Shouldn't be a problem in the future because I won't be trying multiple diffe= rent paths over a short time period. :-) >=20 >> Not sure if this will be accessible again after some time or if I am perma= nently blocked and need it to be released. >=20 > It is a temporary block and should be working again now. >=20 >> Either way I need and would appreciate some guidance. >=20 > If you need anything else, just let me know. Thanks very much for the help. That has got me going and hopefully I should b= e able to figure most things out that I will need. Regards, Adolf. >=20 > -Michael >=20 >> >> Regards, >> >> Adolf. >>> -Michael >>>> >>>> Thanks for the help. >>>> >>>> Adolf. >>>>> -Michael >>>>>> On 10 Jun 2021, at 12:00, Adolf Belka wrote: >>>>>> >>>>>> Hi All, >>>>>> >>>>>> Sorry for my lack of activities over the last period but I had some no= n-computing issues to deal with. >>>>>> >>>>>> Back again now and starting to look through some previous stuff. >>>>>> >>>>>> The user git repository that I have available. Reading through the wik= i it looks like I need to use ssh to access it and do a push of any local cha= nges to my user repository. >>>>>> >>>>>> I have created an ssh key but the public file will need to be put into= the git repository server. Do I just need to send the public key to this dis= tribution list or is there some other process to get it added. >>>>>> >>>>>> >>>>>> Regards, >>>>>> Adolf. >>>> >>>> --=20 >>>> Sent from my laptop >=20 --===============0429580416431776391==--