On Tue, 11 Jul 2017 22:00:40 +0200 Davide Andreoli <d...@gurumeditation.it>
said:

> 2017-07-11 21:47 GMT+02:00 Stefan Schmidt <ste...@osg.samsung.com>:
> 
> > Hello.
> >
> >
> > On 07/11/2017 07:23 PM, Davide Andreoli wrote:
> >
> >> 2017-07-11 16:35 GMT+02:00 Stefan Schmidt <ste...@osg.samsung.com>:
> >>
> >> Hello.
> >>>
> >>> On 07/11/2017 12:21 PM, Stefan Schmidt wrote:
> >>>
> >>> Hello.
> >>>>
> >>>> On 07/11/2017 11:37 AM, Stefan Schmidt wrote:
> >>>>
> >>>>
> >>>>>
> >>>>> On 07/10/2017 09:24 PM, Davide Andreoli wrote:
> >>>>>
> >>>>> 2017-07-10 15:33 GMT+02:00 Mike Blumenkrantz <
> >>>>>> michael.blumenkra...@gmail.com <mailto:michael.blumenkra...@gmail.com
> >>>>>>
> >>>>>>> :
> >>>>>>>>
> >>>>>>>
> >>>>>>      Hi,
> >>>>>>
> >>>>>>      I've been getting this error for some time now on one of my
> >>>>>> machines
> >>>>>>      when I
> >>>>>>      try to do git/ssh operations:
> >>>>>>
> >>>>>>      ssh_exchange_identification: Connection closed by remote host
> >>>>>>      fatal: Could not read from remote repository.
> >>>>>>
> >>>>>>      Please make sure you have the correct access rights
> >>>>>>      and the repository exists.
> >>>>>>
> >>>>>>      Others have been experiencing this issue as well, so it seems to
> >>>>>> be
> >>>>>>      a new
> >>>>>>      issue with server configuration.
> >>>>>>
> >>>>>>
> >>>>>> Same here, I cannot perform any git operation anymore
> >>>>>>
> >>>>>>
> >>>>> My situation is that I can pull and push to git just fine. But in the
> >>>>> exact same shell I get a error when trying to log into a shell of our
> >>>>> server.
> >>>>>
> >>>>> stefan@work efl (master) $ ssh download.enlightenment.org
> >>>>> ssh_exchange_identification: Connection closed by remote host
> >>>>>
> >>>>> This blocks the upload of any efl beta2 tarballs right now.
> >>>>> I will try to debug this a bit further on my end. As far as I can do
> >>>>> that.
> >>>>>
> >>>>>
> >>>> It looks like we have two different problems here:
> >>>>
> >>>> 1) Git access over ssh does not work. Zmike(?) as well as Dave seem to
> >>>> have this problem. A lot of people are pushing and pulling without a
> >>>> problem at the same time though.
> >>>>
> >>>>
> >>> Zmike, Dave could you retry? The problem Marcel and I had is fixed, not
> >>> sure of that would help your scenario at all. See below.
> >>>
> >>>
> >> Yes, works for me now, I can git-pull again
> >> Thanks for the fix
> >>
> >
> > This puzzles me a bit. Normally a git pull would not need to go through
> > the proxy. Do you have by any chance git.e.org also configured to go
> > through the proxy command?
> >
> > For example by having this in your local ssh_config
> >
> > Host *.enlightenment.org
> >   User <LOGIN>
> >   ProxyCommand ssh -q e5v1.enlightenment.org -W %h:%p
> >
> > but no extra white list entry for git like:
> >
> > Host git.enlightenment.org
> >   User git
> >   ProxyCommand none
> >
> >
> > ?
> >
> 
> This is my ssh config file:
> 
> Host e? e?.enlightenment.org e?v*.enlightenment.org
>   User davemds
>   ProxyCommand none
> 
> Host *.enlightenment.org
>   User davemds
>   ProxyCommand ssh -q e5v1.enlightenment.org -W %h:%p

the above would be the problem. git.e.org wil be going via the proxy. you
shouldnt have to and should be able to get to git.e.org directly. the proxy was
blocking you. i do not use the proxy command to get to git.e.org ... i DO use
it to ssh to download.e.org and www etc. ... but it seems to work for me
because i have an ssh config there for my user that permits me to do so.

since i made it now available to every user by default it should keep working.
but remove your proxycommand stuff. it's not needed at least for git.e.org and
just causes you trouble.

> I really cannot remember where I copied this from, I think somewhere
> in the wiki, but I cannot find it anymore
> 
> 
> > regards
> > Stefan Schmidt
> >
> > ------------------------------------------------------------
> > ------------------
> > Check out the vibrant tech community on one of the world's most
> > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > _______________________________________________
> > enlightenment-devel mailing list
> > enlightenment-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> >
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to