[Twisted-Python] conch server can't git clone

2017-11-05 Thread Glyph
I run Conch instead of OpenSSH on my personal server. I tried to `git clone` a repository on said server, and I saw these logs on the server: 2017-11-06T04:45:49+ [twisted.conch.openssh_compat.factory.OpenSSHFactory] disabling non-fixed-group key exchange algorithms because we cannot find m

Re: [Twisted-Python] conch server can't git clone

2017-11-05 Thread Mark Williams
On Sun, Nov 5, 2017, at 08:48 PM, Glyph wrote: > I tried to `git clone` a repository on said server, and I saw these logs on > the server: > >> 2017-11-06T04:45:49+ [SSHChannel session (0) on SSHService >> 'ssh-connection' on SSHServerTransport,817,1.2.3.4] channel open >> 2017-11-06T04:45:49

Re: [Twisted-Python] conch server can't git clone

2017-11-05 Thread Glyph
> On Nov 5, 2017, at 10:37 PM, Mark Williams wrote: > > You can export the GIT_TRACE_PACKET environment variable on the client > side, which makes git emit packet-level logs: > > https://git-scm.com/book/gr/v2/Git-Internals-Environment-Variables >

Re: [Twisted-Python] conch server can't git clone

2017-11-05 Thread Amber Brown
> On 6 Nov 2017, at 6:43 pm, Glyph wrote: > > On Nov 5, 2017, at 10:37 PM, Mark Williams wrote: >> >> You can export the GIT_TRACE_PACKET environment variable on the client >> side, which makes git emit packet-level logs: >> >> https://git-scm.com/book/gr/v2/Git-Internals-Environment-Variable