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

2018-09-02 Thread Denis Shienkov
Wow, now it does work with following config: [code] Host codereview.qt-project.org Port 29418 User 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 : >

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

2018-09-02 Thread Denis Shienkov
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/

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

2018-09-02 Thread 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" Looks like https://bugreports.qt.io/browse/QTQAINFRA-1530 It's been a

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

2018-09-02 Thread Konstantin Shegunov
Hi Denis, On Sun, Sep 2, 2018 at 9:34 AM, Denis Shienkov wrote: > > Could someone help me please? > 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"

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

2018-09-02 Thread Denis Shienkov
Hi guys. I need to use the tor to avoid a blocking of the codereview.qt-project.org (in my country sad). The git-ssh configuration described here: http://wiki.qt.io/Setting_up_Gerrit I need to do it on ArchLinux. I successfully do it on Windows with following ~/.ssh/config: [code] Host