[Development] Configure Qt gerrit git ssh access via Tor on Linux

Denis Shienkov denis.shienkov at gmail.com
Sun Sep 2 12:30:21 CEST 2018


Wow, now it does work with following config:

[code]
Host codereview.qt-project.org
    Port 29418
    User <my-user-name>
    Ciphers +aes256-cbc
    ProxyCommand socat STDIO SOCKS4A:127.0.0.1:%h:%p,socksport=9050
[/code]

Many thanks to all for help! :)

Denis

вс, 2 сент. 2018 г. в 13:18, Denis Shienkov <denis.shienkov at gmail.com>:

> Hi Andre,
>
> > Please note that you can always use git and Gerrit with HTTPS, the
> HTTPS password is in your personal settings page in Gerrit. I've already
> used that in environments where SSH was blocked.
>
> But the HTTPS access also is blocked for me(us),  the
> https://codereview.qt-project.org/ site does not open too. So, it is
> possible that and git over http will be blocked too (I did not checked yet).
>
> Denis
>
> 02.09.2018 12:16, André Hartmann пишет:
>
> Hi Denis and Konstantin,
>
> I've run into problems on Debian testing recently and it appears to have
> been the same problem as you're having. Perhaps you could try something
> like this:
>
> GIT_SSH_COMMAND="ssh -c aes256-cbc" <git push gerrit HEAD:refs/for/dev>
>
>
> Looks like https://bugreports.qt.io/browse/QTQAINFRA-1530
>
> It's been a month or so, but as far as I can remember this solved it for
> me.
>
>
> Probably you got an SSH client update...
>
> Please note that you can always use git and Gerrit with HTTPS, the HTTPS
> password is in your personal settings page in Gerrit. I've already used
> that in environments where SSH was blocked.
>
> Best regards,
> André
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20180902/1112aa0f/attachment.html>


More information about the Development mailing list