Picked up _JAVA_OPTIONS: -Dlogback.configurationFile=file:///Users/jlczuk/logback.xml SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [bundleresource://423.fwk1031137390:1/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [bundleresource://423.fwk1031137390:2/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder] org.eclipse.m2e.logback.configuration: logback.configurationFile=file:///Users/jlczuk/logback.xml log4j: Using URL [file:/Users/jlczuk/_zWork/Eclipse-2021-06-Workspaces/test/log4j/log4j.properties] for automatic log4j configuration. log4j: Reading configuration from URL file:/Users/jlczuk/_zWork/Eclipse-2021-06-Workspaces/test/log4j/log4j.properties log4j: Parsing for [root] with value=[WARN, stderr]. log4j: Level token is [WARN]. log4j: Category root set to WARN log4j: Parsing appender named "stderr". log4j: Parsing layout options for "stderr". log4j: Setting property [conversionPattern] to [%d{yyyy-MM-dd HH:mm:ss} %-5p %t %c{1}:%L - %m%n]. log4j: End of parsing for "stderr". log4j: Setting property [target] to [System.err]. log4j: Parsed "stderr" options. log4j: Parsing for [org.apache.sshd] with value=[DEBUG]. log4j: Level token is [DEBUG]. log4j: Category org.apache.sshd set to DEBUG log4j: Handling log4j.additivity.org.apache.sshd=[null] log4j: Parsing for [org.eclipse.jgit.transport] with value=[DEBUG]. log4j: Level token is [DEBUG]. log4j: Category org.eclipse.jgit.transport set to DEBUG log4j: Handling log4j.additivity.org.eclipse.jgit.transport=[null] log4j: Parsing for [org.eclipse.jgit.internal.transport.sshd] with value=[DEBUG]. log4j: Level token is [DEBUG]. log4j: Category org.eclipse.jgit.internal.transport.sshd set to DEBUG log4j: Handling log4j.additivity.org.eclipse.jgit.internal.transport.sshd=[null] log4j: Parsing for [org.eclipse.jgit.transport.sshd] with value=[DEBUG]. log4j: Level token is [DEBUG]. log4j: Category org.eclipse.jgit.transport.sshd set to DEBUG log4j: Handling log4j.additivity.org.eclipse.jgit.transport.sshd=[null] log4j: Finished configuring. 08:54:56.197 [ModalContext] DEBUG o.a.s.common.util.security.SecurityUtils - register(BC) not registered - enabled=true, supported=false 08:54:56.207 [ModalContext] INFO o.a.s.c.u.s.e.EdDSASecurityProviderRegistrar - getOrCreateProvider(EdDSA) created instance of net.i2p.crypto.eddsa.EdDSASecurityProvider 08:54:56.357 [ModalContext] TRACE o.e.j.i.transport.sshd.JGitSshClient - addSessionListener(JGitSshClient[4ecbfd8c])[org.apache.sshd.common.session.helpers.SessionTimeoutListener@4c1cc2f] registered 08:54:56.357 [ModalContext] TRACE o.a.s.c.util.threads.SshdThreadFactory - newThread(java.lang.ThreadGroup[name=main,maxpri=10])[sshd-JGitSshClient[4ecbfd8c]-timer-thread-1] runnable=java.util.concurrent.ThreadPoolExecutor$Worker@10ab4d86[State = -1, empty queue] 08:54:56.360 [ModalContext] INFO o.a.s.c.i.DefaultIoServiceFactoryFactory - No detected/configured IoServiceFactoryFactory using Nio2ServiceFactoryFactory 08:54:56.399 [ModalContext] TRACE o.a.sshd.common.io.nio2.Nio2Connector - Creating Nio2Connector 08:54:56.456 [ModalContext] DEBUG o.a.sshd.common.io.nio2.Nio2Connector - Connecting to github.foo.com/111.111.111.111:22 08:54:56.468 [ModalContext] DEBUG o.a.sshd.common.io.nio2.Nio2Connector - setOption(SO_REUSEADDR)[true] from property=Property[socket-reuseaddr](Boolean] 08:54:56.509 [Thread-10] TRACE o.a.s.c.util.threads.SshdThreadFactory - newThread(java.lang.ThreadGroup[name=main,maxpri=10])[sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] runnable=java.util.concurrent.ThreadPoolExecutor$Worker@7071a671[State = -1, empty queue] 08:54:56.517 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] DEBUG o.apache.sshd.common.io.nio2.Nio2Session - Creating IoSession on /10.0.0.6:53811 from github.foo.com/111.111.111.111:22 via null 08:54:56.536 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - calculateNextIgnorePacketCount(JGitClientSession[null@github.foo.com/111.111.111.111:22]) count=1026 08:54:56.540 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] DEBUG o.e.j.i.transport.sshd.JGitClientSession - Client session created: Nio2Session[local=/10.0.0.6:53811, remote=github.foo.com/111.111.111.111:22] 08:54:56.543 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] DEBUG o.a.s.c.session.ClientUserAuthService - ClientUserAuthService(JGitClientSession[null@github.foo.com/111.111.111.111:22]) client methods: [gssapi-with-mic, publickey, password, keyboard-interactive] 08:54:56.556 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] DEBUG o.a.s.c.s.helpers.SessionTimeoutListener - sessionCreated(JGitClientSession[null@github.foo.com/111.111.111.111:22]) tracking 08:54:56.556 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] DEBUG o.e.j.i.transport.sshd.JGitClientSession - initializeProxyConnector(JGitClientSession[null@github.foo.com/111.111.111.111:22]) no proxy to initialize 08:54:56.561 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] DEBUG o.e.j.i.transport.sshd.JGitClientSession - sendIdentification(JGitClientSession[null@github.foo.com/111.111.111.111:22]): SSH-2.0-APACHE-SSHD-2.6.0 08:54:56.562 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] DEBUG o.apache.sshd.common.io.nio2.Nio2Session - writeBuffer(Nio2Session[local=/10.0.0.6:53811, remote=github.foo.com/111.111.111.111:22]) writing 27 bytes 08:54:56.565 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.apache.sshd.common.io.nio2.Nio2Session - handleCompletedWriteCycle(Nio2Session[local=/10.0.0.6:53811, remote=github.foo.com/111.111.111.111:22]) finished writing len=27 at cycle=1 after 1228461 nanos 08:54:56.652 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] DEBUG o.e.j.i.transport.sshd.JGitClientSession - HostKeyAlgorithms [ssh-rsa, ecdsa-sha2-nistp256, ecdsa-sha2-nistp256-cert-v01@openssh.com, ecdsa-sha2-nistp384-cert-v01@openssh.com, ecdsa-sha2-nistp521-cert-v01@openssh.com, ssh-ed25519-cert-v01@openssh.com, rsa-sha2-512-cert-v01@openssh.com, rsa-sha2-256-cert-v01@openssh.com, ssh-rsa-cert-v01@openssh.com, ecdsa-sha2-nistp384, ecdsa-sha2-nistp521, ssh-ed25519, sk-ecdsa-sha2-nistp256@openssh.com, sk-ssh-ed25519@openssh.com, rsa-sha2-512, rsa-sha2-256, ssh-dss-cert-v01@openssh.com, ssh-dss] 08:54:56.653 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - sendKexInit(JGitClientSession[null@github.foo.com/111.111.111.111:22]) options before handler: {ALGORITHMS=ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,diffie-hellman-group-exchange-sha256,diffie-hellman-group18-sha512,diffie-hellman-group17-sha512,diffie-hellman-group16-sha512,diffie-hellman-group15-sha512,diffie-hellman-group14-sha256,ext-info-c, SERVERKEYS=ssh-rsa,ecdsa-sha2-nistp256,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-ed25519-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519,sk-ecdsa-sha2-nistp256@openssh.com,sk-ssh-ed25519@openssh.com,rsa-sha2-512,rsa-sha2-256,ssh-dss-cert-v01@openssh.com,ssh-dss, C2SENC=aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes128-cbc,aes192-cbc,aes256-cbc, S2CENC=aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes128-cbc,aes192-cbc,aes256-cbc, C2SMAC=hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1, S2CMAC=hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1, C2SCOMP=none,zlib,zlib@openssh.com, S2CCOMP=none,zlib,zlib@openssh.com, C2SLANG=, S2CLANG=} 08:54:56.655 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] DEBUG o.e.j.i.t.sshd.JGitKexExtensionHandler - handleKexInitProposal(JGitClientSession[null@github.foo.com/111.111.111.111:22]): proposing HostKeyAlgorithms [ssh-rsa, ecdsa-sha2-nistp256, ecdsa-sha2-nistp256-cert-v01@openssh.com, ecdsa-sha2-nistp384-cert-v01@openssh.com, ecdsa-sha2-nistp521-cert-v01@openssh.com, ssh-ed25519-cert-v01@openssh.com, rsa-sha2-512-cert-v01@openssh.com, rsa-sha2-256-cert-v01@openssh.com, ssh-rsa-cert-v01@openssh.com, ecdsa-sha2-nistp384, ecdsa-sha2-nistp521, ssh-ed25519, sk-ecdsa-sha2-nistp256@openssh.com, sk-ssh-ed25519@openssh.com, rsa-sha2-512, rsa-sha2-256, ssh-dss-cert-v01@openssh.com, ssh-dss, ext-info-c] 08:54:56.656 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - sendKexInit(JGitClientSession[null@github.foo.com/111.111.111.111:22]) options after handler: {ALGORITHMS=ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,diffie-hellman-group-exchange-sha256,diffie-hellman-group18-sha512,diffie-hellman-group17-sha512,diffie-hellman-group16-sha512,diffie-hellman-group15-sha512,diffie-hellman-group14-sha256,ext-info-c, SERVERKEYS=ssh-rsa,ecdsa-sha2-nistp256,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-ed25519-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519,sk-ecdsa-sha2-nistp256@openssh.com,sk-ssh-ed25519@openssh.com,rsa-sha2-512,rsa-sha2-256,ssh-dss-cert-v01@openssh.com,ssh-dss,ext-info-c, C2SENC=aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes128-cbc,aes192-cbc,aes256-cbc, S2CENC=aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes128-cbc,aes192-cbc,aes256-cbc, C2SMAC=hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1, S2CMAC=hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1, C2SCOMP=none,zlib,zlib@openssh.com, S2CCOMP=none,zlib,zlib@openssh.com, C2SLANG=, S2CLANG=} 08:54:56.656 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] DEBUG o.e.j.i.transport.sshd.JGitClientSession - sendKexInit(JGitClientSession[null@github.foo.com/111.111.111.111:22]) Send SSH_MSG_KEXINIT 08:54:56.658 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - sendKexInit(JGitClientSession[null@github.foo.com/111.111.111.111:22]) cookie=7e:d1:6c:6c:95:8c:19:02:56:b1:79:3c:a6:5e:df:a1 08:54:56.658 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - sendKexInit(JGitClientSession[null@github.foo.com/111.111.111.111:22])[kex algorithms] ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,diffie-hellman-group-exchange-sha256,diffie-hellman-group18-sha512,diffie-hellman-group17-sha512,diffie-hellman-group16-sha512,diffie-hellman-group15-sha512,diffie-hellman-group14-sha256,ext-info-c 08:54:56.658 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - sendKexInit(JGitClientSession[null@github.foo.com/111.111.111.111:22])[server host key algorithms] ssh-rsa,ecdsa-sha2-nistp256,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-ed25519-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519,sk-ecdsa-sha2-nistp256@openssh.com,sk-ssh-ed25519@openssh.com,rsa-sha2-512,rsa-sha2-256,ssh-dss-cert-v01@openssh.com,ssh-dss,ext-info-c 08:54:56.658 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - sendKexInit(JGitClientSession[null@github.foo.com/111.111.111.111:22])[encryption algorithms (client to server)] aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes128-cbc,aes192-cbc,aes256-cbc 08:54:56.658 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - sendKexInit(JGitClientSession[null@github.foo.com/111.111.111.111:22])[encryption algorithms (server to client)] aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes128-cbc,aes192-cbc,aes256-cbc 08:54:56.659 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - sendKexInit(JGitClientSession[null@github.foo.com/111.111.111.111:22])[mac algorithms (client to server)] hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1 08:54:56.659 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - sendKexInit(JGitClientSession[null@github.foo.com/111.111.111.111:22])[mac algorithms (server to client)] hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1 08:54:56.659 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - sendKexInit(JGitClientSession[null@github.foo.com/111.111.111.111:22])[compression algorithms (client to server)] none,zlib,zlib@openssh.com 08:54:56.659 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - sendKexInit(JGitClientSession[null@github.foo.com/111.111.111.111:22])[compression algorithms (server to client)] none,zlib,zlib@openssh.com 08:54:56.659 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - sendKexInit(JGitClientSession[null@github.foo.com/111.111.111.111:22])[languages (client to server)] 08:54:56.659 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - sendKexInit(JGitClientSession[null@github.foo.com/111.111.111.111:22])[languages (server to client)] 08:54:56.668 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] DEBUG o.e.j.i.transport.sshd.JGitClientSession - encode(JGitClientSession[null@github.foo.com/111.111.111.111:22]) packet #0 sending command=20[SSH_MSG_KEXINIT] len=1304 08:54:56.670 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - encode(JGitClientSession[null@github.foo.com/111.111.111.111:22]) packet #0 [chunk #1](64/1304) 14 7e d1 6c 6c 95 8c 19 02 56 b1 79 3c a6 5e df a1 00 00 00 fe 65 63 64 68 2d 73 68 61 32 2d 6e 69 73 74 70 35 32 31 2c 65 63 64 68 2d 73 68 61 32 2d 6e 69 73 74 70 33 38 34 2c 65 63 64 68 2d ...ll....V.y<.^......ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh- 08:54:56.670 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - encode(JGitClientSession[null@github.foo.com/111.111.111.111:22]) packet #0 [chunk #2](128/1304) 73 68 61 32 2d 6e 69 73 74 70 32 35 36 2c 64 69 66 66 69 65 2d 68 65 6c 6c 6d 61 6e 2d 67 72 6f 75 70 2d 65 78 63 68 61 6e 67 65 2d 73 68 61 32 35 36 2c 64 69 66 66 69 65 2d 68 65 6c 6c 6d 61 sha2-nistp256,diffie-hellman-group-exchange-sha256,diffie-hellma 08:54:56.670 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - encode(JGitClientSession[null@github.foo.com/111.111.111.111:22]) packet #0 [chunk #3](192/1304) 6e 2d 67 72 6f 75 70 31 38 2d 73 68 61 35 31 32 2c 64 69 66 66 69 65 2d 68 65 6c 6c 6d 61 6e 2d 67 72 6f 75 70 31 37 2d 73 68 61 35 31 32 2c 64 69 66 66 69 65 2d 68 65 6c 6c 6d 61 6e 2d 67 72 n-group18-sha512,diffie-hellman-group17-sha512,diffie-hellman-gr 08:54:56.670 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - encode(JGitClientSession[null@github.foo.com/111.111.111.111:22]) packet #0 [chunk #4](256/1304) 6f 75 70 31 36 2d 73 68 61 35 31 32 2c 64 69 66 66 69 65 2d 68 65 6c 6c 6d 61 6e 2d 67 72 6f 75 70 31 35 2d 73 68 61 35 31 32 2c 64 69 66 66 69 65 2d 68 65 6c 6c 6d 61 6e 2d 67 72 6f 75 70 31 oup16-sha512,diffie-hellman-group15-sha512,diffie-hellman-group1 08:54:56.670 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - encode(JGitClientSession[null@github.foo.com/111.111.111.111:22]) packet #0 [chunk #5](320/1304) 34 2d 73 68 61 32 35 36 2c 65 78 74 2d 69 6e 66 6f 2d 63 00 00 01 d4 73 73 68 2d 72 73 61 2c 65 63 64 73 61 2d 73 68 61 32 2d 6e 69 73 74 70 32 35 36 2c 65 63 64 73 61 2d 73 68 61 32 2d 6e 69 4-sha256,ext-info-c....ssh-rsa,ecdsa-sha2-nistp256,ecdsa-sha2-ni 08:54:56.670 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - encode(JGitClientSession[null@github.foo.com/111.111.111.111:22]) packet #0 [chunk #6](384/1304) 73 74 70 32 35 36 2d 63 65 72 74 2d 76 30 31 40 6f 70 65 6e 73 73 68 2e 63 6f 6d 2c 65 63 64 73 61 2d 73 68 61 32 2d 6e 69 73 74 70 33 38 34 2d 63 65 72 74 2d 76 30 31 40 6f 70 65 6e 73 73 68 stp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh 08:54:56.670 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - encode(JGitClientSession[null@github.foo.com/111.111.111.111:22]) packet #0 [chunk #7](448/1304) 2e 63 6f 6d 2c 65 63 64 73 61 2d 73 68 61 32 2d 6e 69 73 74 70 35 32 31 2d 63 65 72 74 2d 76 30 31 40 6f 70 65 6e 73 73 68 2e 63 6f 6d 2c 73 73 68 2d 65 64 32 35 35 31 39 2d 63 65 72 74 2d 76 .com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-ed25519-cert-v 08:54:56.670 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - encode(JGitClientSession[null@github.foo.com/111.111.111.111:22]) packet #0 [chunk #8](512/1304) 30 31 40 6f 70 65 6e 73 73 68 2e 63 6f 6d 2c 72 73 61 2d 73 68 61 32 2d 35 31 32 2d 63 65 72 74 2d 76 30 31 40 6f 70 65 6e 73 73 68 2e 63 6f 6d 2c 72 73 61 2d 73 68 61 32 2d 32 35 36 2d 63 65 01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-ce 08:54:56.670 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - encode(JGitClientSession[null@github.foo.com/111.111.111.111:22]) packet #0 [chunk #9](576/1304) 72 74 2d 76 30 31 40 6f 70 65 6e 73 73 68 2e 63 6f 6d 2c 73 73 68 2d 72 73 61 2d 63 65 72 74 2d 76 30 31 40 6f 70 65 6e 73 73 68 2e 63 6f 6d 2c 65 63 64 73 61 2d 73 68 61 32 2d 6e 69 73 74 70 rt-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ecdsa-sha2-nistp 08:54:56.670 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - encode(JGitClientSession[null@github.foo.com/111.111.111.111:22]) packet #0 [chunk #10](640/1304) 33 38 34 2c 65 63 64 73 61 2d 73 68 61 32 2d 6e 69 73 74 70 35 32 31 2c 73 73 68 2d 65 64 32 35 35 31 39 2c 73 6b 2d 65 63 64 73 61 2d 73 68 61 32 2d 6e 69 73 74 70 32 35 36 40 6f 70 65 6e 73 384,ecdsa-sha2-nistp521,ssh-ed25519,sk-ecdsa-sha2-nistp256@opens 08:54:56.671 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - encode(JGitClientSession[null@github.foo.com/111.111.111.111:22]) packet #0 [chunk #11](704/1304) 73 68 2e 63 6f 6d 2c 73 6b 2d 73 73 68 2d 65 64 32 35 35 31 39 40 6f 70 65 6e 73 73 68 2e 63 6f 6d 2c 72 73 61 2d 73 68 61 32 2d 35 31 32 2c 72 73 61 2d 73 68 61 32 2d 32 35 36 2c 73 73 68 2d sh.com,sk-ssh-ed25519@openssh.com,rsa-sha2-512,rsa-sha2-256,ssh- 08:54:56.671 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - encode(JGitClientSession[null@github.foo.com/111.111.111.111:22]) packet #0 [chunk #12](768/1304) 64 73 73 2d 63 65 72 74 2d 76 30 31 40 6f 70 65 6e 73 73 68 2e 63 6f 6d 2c 73 73 68 2d 64 73 73 2c 65 78 74 2d 69 6e 66 6f 2d 63 00 00 00 6f 61 65 73 31 32 38 2d 63 74 72 2c 61 65 73 31 39 32 dss-cert-v01@openssh.com,ssh-dss,ext-info-c...oaes128-ctr,aes192 08:54:56.671 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - encode(JGitClientSession[null@github.foo.com/111.111.111.111:22]) packet #0 [chunk #13](832/1304) 2d 63 74 72 2c 61 65 73 32 35 36 2d 63 74 72 2c 61 65 73 31 32 38 2d 67 63 6d 40 6f 70 65 6e 73 73 68 2e 63 6f 6d 2c 61 65 73 32 35 36 2d 67 63 6d 40 6f 70 65 6e 73 73 68 2e 63 6f 6d 2c 61 65 -ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,ae 08:54:56.671 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - encode(JGitClientSession[null@github.foo.com/111.111.111.111:22]) packet #0 [chunk #14](896/1304) 73 31 32 38 2d 63 62 63 2c 61 65 73 31 39 32 2d 63 62 63 2c 61 65 73 32 35 36 2d 63 62 63 00 00 00 6f 61 65 73 31 32 38 2d 63 74 72 2c 61 65 73 31 39 32 2d 63 74 72 2c 61 65 73 32 35 36 2d 63 s128-cbc,aes192-cbc,aes256-cbc...oaes128-ctr,aes192-ctr,aes256-c 08:54:56.671 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - encode(JGitClientSession[null@github.foo.com/111.111.111.111:22]) packet #0 [chunk #15](960/1304) 74 72 2c 61 65 73 31 32 38 2d 67 63 6d 40 6f 70 65 6e 73 73 68 2e 63 6f 6d 2c 61 65 73 32 35 36 2d 67 63 6d 40 6f 70 65 6e 73 73 68 2e 63 6f 6d 2c 61 65 73 31 32 38 2d 63 62 63 2c 61 65 73 31 tr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes128-cbc,aes1 08:54:56.671 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - encode(JGitClientSession[null@github.foo.com/111.111.111.111:22]) packet #0 [chunk #16](1024/1304) 39 32 2d 63 62 63 2c 61 65 73 32 35 36 2d 63 62 63 00 00 00 7b 68 6d 61 63 2d 73 68 61 32 2d 32 35 36 2d 65 74 6d 40 6f 70 65 6e 73 73 68 2e 63 6f 6d 2c 68 6d 61 63 2d 73 68 61 32 2d 35 31 32 92-cbc,aes256-cbc...{hmac-sha2-256-etm@openssh.com,hmac-sha2-512 08:54:56.671 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - encode(JGitClientSession[null@github.foo.com/111.111.111.111:22]) packet #0 [chunk #17](1088/1304) 2d 65 74 6d 40 6f 70 65 6e 73 73 68 2e 63 6f 6d 2c 68 6d 61 63 2d 73 68 61 31 2d 65 74 6d 40 6f 70 65 6e 73 73 68 2e 63 6f 6d 2c 68 6d 61 63 2d 73 68 61 32 2d 32 35 36 2c 68 6d 61 63 2d 73 68 -etm@openssh.com,hmac-sha1-etm@openssh.com,hmac-sha2-256,hmac-sh 08:54:56.671 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - encode(JGitClientSession[null@github.foo.com/111.111.111.111:22]) packet #0 [chunk #18](1152/1304) 61 32 2d 35 31 32 2c 68 6d 61 63 2d 73 68 61 31 00 00 00 7b 68 6d 61 63 2d 73 68 61 32 2d 32 35 36 2d 65 74 6d 40 6f 70 65 6e 73 73 68 2e 63 6f 6d 2c 68 6d 61 63 2d 73 68 61 32 2d 35 31 32 2d a2-512,hmac-sha1...{hmac-sha2-256-etm@openssh.com,hmac-sha2-512- 08:54:56.671 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - encode(JGitClientSession[null@github.foo.com/111.111.111.111:22]) packet #0 [chunk #19](1216/1304) 65 74 6d 40 6f 70 65 6e 73 73 68 2e 63 6f 6d 2c 68 6d 61 63 2d 73 68 61 31 2d 65 74 6d 40 6f 70 65 6e 73 73 68 2e 63 6f 6d 2c 68 6d 61 63 2d 73 68 61 32 2d 32 35 36 2c 68 6d 61 63 2d 73 68 61 etm@openssh.com,hmac-sha1-etm@openssh.com,hmac-sha2-256,hmac-sha 08:54:56.671 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - encode(JGitClientSession[null@github.foo.com/111.111.111.111:22]) packet #0 [chunk #20](1280/1304) 32 2d 35 31 32 2c 68 6d 61 63 2d 73 68 61 31 00 00 00 1a 6e 6f 6e 65 2c 7a 6c 69 62 2c 7a 6c 69 62 40 6f 70 65 6e 73 73 68 2e 63 6f 6d 00 00 00 1a 6e 6f 6e 65 2c 7a 6c 69 62 2c 7a 6c 69 62 40 2-512,hmac-sha1....none,zlib,zlib@openssh.com....none,zlib,zlib@ 08:54:56.671 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - encode(JGitClientSession[null@github.foo.com/111.111.111.111:22]) packet #0 [chunk #21](1304/1304) 6f 70 65 6e 73 73 68 2e 63 6f 6d 00 00 00 00 00 00 00 00 00 00 00 00 00 openssh.com............. 08:54:56.671 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - encode(JGitClientSession[null@github.foo.com/111.111.111.111:22]) packet #0 command=20[SSH_MSG_KEXINIT] len=1316, pad=11, mac=null 08:54:56.671 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] DEBUG o.apache.sshd.common.io.nio2.Nio2Session - writeBuffer(Nio2Session[local=/10.0.0.6:53811, remote=github.foo.com/111.111.111.111:22]) writing 1320 bytes 08:54:56.672 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.apache.sshd.common.io.nio2.Nio2Session - handleCompletedWriteCycle(Nio2Session[local=/10.0.0.6:53811, remote=github.foo.com/111.111.111.111:22]) finished writing len=1320 at cycle=2 after 111193 nanos 08:54:56.672 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - sendKexInit(JGitClientSession[null@github.foo.com/111.111.111.111:22]) proposal={ALGORITHMS=ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,diffie-hellman-group-exchange-sha256,diffie-hellman-group18-sha512,diffie-hellman-group17-sha512,diffie-hellman-group16-sha512,diffie-hellman-group15-sha512,diffie-hellman-group14-sha256,ext-info-c, SERVERKEYS=ssh-rsa,ecdsa-sha2-nistp256,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-ed25519-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519,sk-ecdsa-sha2-nistp256@openssh.com,sk-ssh-ed25519@openssh.com,rsa-sha2-512,rsa-sha2-256,ssh-dss-cert-v01@openssh.com,ssh-dss,ext-info-c, C2SENC=aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes128-cbc,aes192-cbc,aes256-cbc, S2CENC=aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes128-cbc,aes192-cbc,aes256-cbc, C2SMAC=hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1, S2CMAC=hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1, C2SCOMP=none,zlib,zlib@openssh.com, S2CCOMP=none,zlib,zlib@openssh.com, C2SLANG=, S2CLANG=} seed: 14:7e:d1:6c:6c:95:8c:19:02:56:b1:79:3c:a6:5e:df:a1:00:00:00:fe:65:63:64:68:2d:73:68:61:32:2d:6e:69:73:74:70:35:32:31:2c:65:63:64:68:2d:73:68:61:32:2d:6e:69:73:74:70:33:38:34:2c:65:63:64:68:2d:73:68:61:32:2d:6e:69:73:74:70:32:35:36:2c:64:69:66:66:69:65:2d:68:65:6c:6c:6d:61:6e:2d:67:72:6f:75:70:2d:65:78:63:68:61:6e:67:65:2d:73:68:61:32:35:36:2c:64:69:66:66:69:65:2d:68:65:6c:6c:6d:61:6e:2d:67:72:6f:75:70:31:38:2d:73:68:61:35:31:32:2c:64:69:66:66:69:65:2d:68:65:6c:6c:6d:61:6e:2d:67:72:6f:75:70:31:37:2d:73:68:61:35:31:32:2c:64:69:66:66:69:65:2d:68:65:6c:6c:6d:61:6e:2d:67:72:6f:75:70:31:36:2d:73:68:61:35:31:32:2c:64:69:66:66:69:65:2d:68:65:6c:6c:6d:61:6e:2d:67:72:6f:75:70:31:35:2d:73:68:61:35:31:32:2c:64:69:66:66:69:65:2d:68:65:6c:6c:6d:61:6e:2d:67:72:6f:75:70:31:34:2d:73:68:61:32:35:36:2c:65:78:74:2d:69:6e:66:6f:2d:63:00:00:01:d4:73:73:68:2d:72:73:61:2c:65:63:64:73:61:2d:73:68:61:32:2d:6e:69:73:74:70:32:35:36:2c:65:63:64:73:61:2d:73:68:61:32:2d:6e:69:73:74:70:32:35:36:2d:63:65:72:74:2d:76:30:31:40:6f:70:65:6e:73:73:68:2e:63:6f:6d:2c:65:63:64:73:61:2d:73:68:61:32:2d:6e:69:73:74:70:33:38:34:2d:63:65:72:74:2d:76:30:31:40:6f:70:65:6e:73:73:68:2e:63:6f:6d:2c:65:63:64:73:61:2d:73:68:61:32:2d:6e:69:73:74:70:35:32:31:2d:63:65:72:74:2d:76:30:31:40:6f:70:65:6e:73:73:68:2e:63:6f:6d:2c:73:73:68:2d:65:64:32:35:35:31:39:2d:63:65:72:74:2d:76:30:31:40:6f:70:65:6e:73:73:68:2e:63:6f:6d:2c:72:73:61:2d:73:68:61:32:2d:35:31:32:2d:63:65:72:74:2d:76:30:31:40:6f:70:65:6e:73:73:68:2e:63:6f:6d:2c:72:73:61:2d:73:68:61:32:2d:32:35:36:2d:63:65:72:74:2d:76:30:31:40:6f:70:65:6e:73:73:68:2e:63:6f:6d:2c:73:73:68:2d:72:73:61:2d:63:65:72:74:2d:76:30:31:40:6f:70:65:6e:73:73:68:2e:63:6f:6d:2c:65:63:64:73:61:2d:73:68:61:32:2d:6e:69:73:74:70:33:38:34:2c:65:63:64:73:61:2d:73:68:61:32:2d:6e:69:73:74:70:35:32:31:2c:73:73:68:2d:65:64:32:35:35:31:39:2c:73:6b:2d:65:63:64:73:61:2d:73:68:61:32:2d:6e:69:73:74:70:32:35:36:40:6f:70:65:6e:73:73:68:2e:63:6f:6d:2c:73:6b:2d:73:73:68:2d:65:64:32:35:35:31:39:40:6f:70:65:6e:73:73:68:2e:63:6f:6d:2c:72:73:61:2d:73:68:61:32:2d:35:31:32:2c:72:73:61:2d:73:68:61:32:2d:32:35:36:2c:73:73:68:2d:64:73:73:2d:63:65:72:74:2d:76:30:31:40:6f:70:65:6e:73:73:68:2e:63:6f:6d:2c:73:73:68:2d:64:73:73:2c:65:78:74:2d:69:6e:66:6f:2d:63:00:00:00:6f:61:65:73:31:32:38:2d:63:74:72:2c:61:65:73:31:39:32:2d:63:74:72:2c:61:65:73:32:35:36:2d:63:74:72:2c:61:65:73:31:32:38:2d:67:63:6d:40:6f:70:65:6e:73:73:68:2e:63:6f:6d:2c:61:65:73:32:35:36:2d:67:63:6d:40:6f:70:65:6e:73:73:68:2e:63:6f:6d:2c:61:65:73:31:32:38:2d:63:62:63:2c:61:65:73:31:39:32:2d:63:62:63:2c:61:65:73:32:35:36:2d:63:62:63:00:00:00:6f:61:65:73:31:32:38:2d:63:74:72:2c:61:65:73:31:39:32:2d:63:74:72:2c:61:65:73:32:35:36:2d:63:74:72:2c:61:65:73:31:32:38:2d:67:63:6d:40:6f:70:65:6e:73:73:68:2e:63:6f:6d:2c:61:65:73:32:35:36:2d:67:63:6d:40:6f:70:65:6e:73:73:68:2e:63:6f:6d:2c:61:65:73:31:32:38:2d:63:62:63:2c:61:65:73:31:39:32:2d:63:62:63:2c:61:65:73:32:35:36:2d:63:62:63:00:00:00:7b:68:6d:61:63:2d:73:68:61:32:2d:32:35:36:2d:65:74:6d:40:6f:70:65:6e:73:73:68:2e:63:6f:6d:2c:68:6d:61:63:2d:73:68:61:32:2d:35:31:32:2d:65:74:6d:40:6f:70:65:6e:73:73:68:2e:63:6f:6d:2c:68:6d:61:63:2d:73:68:61:31:2d:65:74:6d:40:6f:70:65:6e:73:73:68:2e:63:6f:6d:2c:68:6d:61:63:2d:73:68:61:32:2d:32:35:36:2c:68:6d:61:63:2d:73:68:61:32:2d:35:31:32:2c:68:6d:61:63:2d:73:68:61:31:00:00:00:7b:68:6d:61:63:2d:73:68:61:32:2d:32:35:36:2d:65:74:6d:40:6f:70:65:6e:73:73:68:2e:63:6f:6d:2c:68:6d:61:63:2d:73:68:61:32:2d:35:31:32:2d:65:74:6d:40:6f:70:65:6e:73:73:68:2e:63:6f:6d:2c:68:6d:61:63:2d:73:68:61:31:2d:65:74:6d:40:6f:70:65:6e:73:73:68:2e:63:6f:6d:2c:68:6d:61:63:2d:73:68:61:32:2d:32:35:36:2c:68:6d:61:63:2d:73:68:61:32:2d:35:31:32:2c:68:6d:61:63:2d:73:68:61:31:00:00:00:1a:6e:6f:6e:65:2c:7a:6c:69:62:2c:7a:6c:69:62:40:6f:70:65:6e:73:73:68:2e:63:6f:6d:00:00:00:1a:6e:6f:6e:65:2c:7a:6c:69:62:2c:7a:6c:69:62:40:6f:70:65:6e:73:73:68:2e:63:6f:6d:00:00:00:00:00:00:00:00:00:00:00:00:00 08:54:56.675 [ModalContext] DEBUG o.a.s.client.future.DefaultConnectFuture - Connected to github.foo.com/111.111.111.111:22 after 205324388 nanos 08:54:56.675 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.apache.sshd.common.io.nio2.Nio2Session - handleReadCycleCompletion(Nio2Session[local=/10.0.0.6:53811, remote=github.foo.com/111.111.111.111:22]) read 816 bytes after 182150 nanos at cycle=1 08:54:56.675 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] DEBUG o.e.j.i.transport.sshd.JGitClientSession - doReadIdentification(JGitClientSession[git@github.foo.com/111.111.111.111:22]) line: SSH-2.0-babeld-278d8c4 08:54:56.675 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] DEBUG o.e.j.i.transport.sshd.JGitClientSession - readIdentification(JGitClientSession[git@github.foo.com/111.111.111.111:22]) Server version string: SSH-2.0-babeld-278d8c4 08:54:56.676 [ModalContext] DEBUG o.a.s.c.session.ClientUserAuthService - auth(JGitClientSession[git@github.foo.com/111.111.111.111:22])[ssh-connection] send SSH_MSG_USERAUTH_REQUEST for 'none' 08:54:56.676 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - decode(JGitClientSession[git@github.foo.com/111.111.111.111:22]) packet #1 [chunk #1](64/777) 14 32 db 37 70 f8 de cc d6 71 eb 92 7b 16 84 cf a9 00 00 00 8c 63 75 72 76 65 32 35 35 31 39 2d 73 68 61 32 35 36 2c 63 75 72 76 65 32 35 35 31 39 2d 73 68 61 32 35 36 40 6c 69 62 73 73 68 2e .2.7p....q..{........curve25519-sha256,curve25519-sha256@libssh. 08:54:56.676 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - decode(JGitClientSession[git@github.foo.com/111.111.111.111:22]) packet #1 [chunk #2](128/777) 6f 72 67 2c 65 63 64 68 2d 73 68 61 32 2d 6e 69 73 74 70 32 35 36 2c 65 63 64 68 2d 73 68 61 32 2d 6e 69 73 74 70 33 38 34 2c 65 63 64 68 2d 73 68 61 32 2d 6e 69 73 74 70 35 32 31 2c 64 69 66 org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,dif 08:54:56.676 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - decode(JGitClientSession[git@github.foo.com/111.111.111.111:22]) packet #1 [chunk #3](192/777) 66 69 65 2d 68 65 6c 6c 6d 61 6e 2d 67 72 6f 75 70 2d 65 78 63 68 61 6e 67 65 2d 73 68 61 32 35 36 00 00 00 3d 65 63 64 73 61 2d 73 68 61 32 2d 6e 69 73 74 70 32 35 36 2c 73 73 68 2d 64 73 73 fie-hellman-group-exchange-sha256...=ecdsa-sha2-nistp256,ssh-dss 08:54:56.677 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - decode(JGitClientSession[git@github.foo.com/111.111.111.111:22]) packet #1 [chunk #4](256/777) 2c 72 73 61 2d 73 68 61 32 2d 35 31 32 2c 72 73 61 2d 73 68 61 32 2d 32 35 36 2c 73 73 68 2d 72 73 61 00 00 00 6c 63 68 61 63 68 61 32 30 2d 70 6f 6c 79 31 33 30 35 40 6f 70 65 6e 73 73 68 2e ,rsa-sha2-512,rsa-sha2-256,ssh-rsa...lchacha20-poly1305@openssh. 08:54:56.677 [ModalContext] DEBUG o.e.j.i.transport.sshd.JGitClientSession - enqueuePendingPacket(JGitClientSession[git@github.foo.com/111.111.111.111:22])[SSH_MSG_USERAUTH_REQUEST] Start flagging packets as pending until key exchange is done 08:54:56.677 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - decode(JGitClientSession[git@github.foo.com/111.111.111.111:22]) packet #1 [chunk #5](320/777) 63 6f 6d 2c 61 65 73 32 35 36 2d 67 63 6d 40 6f 70 65 6e 73 73 68 2e 63 6f 6d 2c 61 65 73 31 32 38 2d 67 63 6d 40 6f 70 65 6e 73 73 68 2e 63 6f 6d 2c 61 65 73 32 35 36 2d 63 74 72 2c 61 65 73 com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes 08:54:56.677 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - decode(JGitClientSession[git@github.foo.com/111.111.111.111:22]) packet #1 [chunk #6](384/777) 31 39 32 2d 63 74 72 2c 61 65 73 31 32 38 2d 63 74 72 00 00 00 6c 63 68 61 63 68 61 32 30 2d 70 6f 6c 79 31 33 30 35 40 6f 70 65 6e 73 73 68 2e 63 6f 6d 2c 61 65 73 32 35 36 2d 67 63 6d 40 6f 192-ctr,aes128-ctr...lchacha20-poly1305@openssh.com,aes256-gcm@o 08:54:56.677 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - decode(JGitClientSession[git@github.foo.com/111.111.111.111:22]) packet #1 [chunk #7](448/777) 70 65 6e 73 73 68 2e 63 6f 6d 2c 61 65 73 31 32 38 2d 67 63 6d 40 6f 70 65 6e 73 73 68 2e 63 6f 6d 2c 61 65 73 32 35 36 2d 63 74 72 2c 61 65 73 31 39 32 2d 63 74 72 2c 61 65 73 31 32 38 2d 63 penssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-c 08:54:56.677 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - decode(JGitClientSession[git@github.foo.com/111.111.111.111:22]) packet #1 [chunk #8](512/777) 74 72 00 00 00 7b 68 6d 61 63 2d 73 68 61 32 2d 32 35 36 2d 65 74 6d 40 6f 70 65 6e 73 73 68 2e 63 6f 6d 2c 68 6d 61 63 2d 73 68 61 32 2d 35 31 32 2d 65 74 6d 40 6f 70 65 6e 73 73 68 2e 63 6f tr...{hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.co 08:54:56.677 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - decode(JGitClientSession[git@github.foo.com/111.111.111.111:22]) packet #1 [chunk #9](576/777) 6d 2c 68 6d 61 63 2d 73 68 61 31 2d 65 74 6d 40 6f 70 65 6e 73 73 68 2e 63 6f 6d 2c 68 6d 61 63 2d 73 68 61 32 2d 32 35 36 2c 68 6d 61 63 2d 73 68 61 32 2d 35 31 32 2c 68 6d 61 63 2d 73 68 61 m,hmac-sha1-etm@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha 08:54:56.677 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - decode(JGitClientSession[git@github.foo.com/111.111.111.111:22]) packet #1 [chunk #10](640/777) 31 00 00 00 7b 68 6d 61 63 2d 73 68 61 32 2d 32 35 36 2d 65 74 6d 40 6f 70 65 6e 73 73 68 2e 63 6f 6d 2c 68 6d 61 63 2d 73 68 61 32 2d 35 31 32 2d 65 74 6d 40 6f 70 65 6e 73 73 68 2e 63 6f 6d 1...{hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com 08:54:56.677 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - decode(JGitClientSession[git@github.foo.com/111.111.111.111:22]) packet #1 [chunk #11](704/777) 2c 68 6d 61 63 2d 73 68 61 31 2d 65 74 6d 40 6f 70 65 6e 73 73 68 2e 63 6f 6d 2c 68 6d 61 63 2d 73 68 61 32 2d 32 35 36 2c 68 6d 61 63 2d 73 68 61 32 2d 35 31 32 2c 68 6d 61 63 2d 73 68 61 31 ,hmac-sha1-etm@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1 08:54:56.677 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - decode(JGitClientSession[git@github.foo.com/111.111.111.111:22]) packet #1 [chunk #12](768/777) 00 00 00 1a 6e 6f 6e 65 2c 7a 6c 69 62 2c 7a 6c 69 62 40 6f 70 65 6e 73 73 68 2e 63 6f 6d 00 00 00 1a 6e 6f 6e 65 2c 7a 6c 69 62 2c 7a 6c 69 62 40 6f 70 65 6e 73 73 68 2e 63 6f 6d 00 00 00 00 ....none,zlib,zlib@openssh.com....none,zlib,zlib@openssh.com.... 08:54:56.677 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - decode(JGitClientSession[git@github.foo.com/111.111.111.111:22]) packet #1 [chunk #13](777/777) 00 00 00 00 00 00 00 00 00 ......... 08:54:56.677 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - doHandleMessage(JGitClientSession[git@github.foo.com/111.111.111.111:22]) process SSH_MSG_KEXINIT 08:54:56.677 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] DEBUG o.e.j.i.transport.sshd.JGitClientSession - handleKexInit(JGitClientSession[git@github.foo.com/111.111.111.111:22]) SSH_MSG_KEXINIT 08:54:56.678 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - receiveKexInit(JGitClientSession[git@github.foo.com/111.111.111.111:22]) cookie=32:db:37:70:f8:de:cc:d6:71:eb:92:7b:16:84:cf:a9 08:54:56.678 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - receiveKexInit(JGitClientSession[git@github.foo.com/111.111.111.111:22])[kex algorithms] curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256 08:54:56.678 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - receiveKexInit(JGitClientSession[git@github.foo.com/111.111.111.111:22])[server host key algorithms] ecdsa-sha2-nistp256,ssh-dss,rsa-sha2-512,rsa-sha2-256,ssh-rsa 08:54:56.678 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - receiveKexInit(JGitClientSession[git@github.foo.com/111.111.111.111:22])[encryption algorithms (client to server)] chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr 08:54:56.678 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - receiveKexInit(JGitClientSession[git@github.foo.com/111.111.111.111:22])[encryption algorithms (server to client)] chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr 08:54:56.678 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - receiveKexInit(JGitClientSession[git@github.foo.com/111.111.111.111:22])[mac algorithms (client to server)] hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1 08:54:56.678 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - receiveKexInit(JGitClientSession[git@github.foo.com/111.111.111.111:22])[mac algorithms (server to client)] hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1 08:54:56.678 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - receiveKexInit(JGitClientSession[git@github.foo.com/111.111.111.111:22])[compression algorithms (client to server)] none,zlib,zlib@openssh.com 08:54:56.678 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - receiveKexInit(JGitClientSession[git@github.foo.com/111.111.111.111:22])[compression algorithms (server to client)] none,zlib,zlib@openssh.com 08:54:56.678 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - receiveKexInit(JGitClientSession[git@github.foo.com/111.111.111.111:22])[languages (client to server)] 08:54:56.678 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - receiveKexInit(JGitClientSession[git@github.foo.com/111.111.111.111:22])[languages (server to client)] 08:54:56.678 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - receiveKexInit(JGitClientSession[git@github.foo.com/111.111.111.111:22]) options before handler: {ALGORITHMS=curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256, SERVERKEYS=ecdsa-sha2-nistp256,ssh-dss,rsa-sha2-512,rsa-sha2-256,ssh-rsa, C2SENC=chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr, S2CENC=chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr, C2SMAC=hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1, S2CMAC=hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1, C2SCOMP=none,zlib,zlib@openssh.com, S2CCOMP=none,zlib,zlib@openssh.com, C2SLANG=, S2CLANG=} 08:54:56.678 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - receiveKexInit(JGitClientSession[git@github.foo.com/111.111.111.111:22]) options after handler: {ALGORITHMS=curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256, SERVERKEYS=ecdsa-sha2-nistp256,ssh-dss,rsa-sha2-512,rsa-sha2-256,ssh-rsa, C2SENC=chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr, S2CENC=chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr, C2SMAC=hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1, S2CMAC=hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1, C2SCOMP=none,zlib,zlib@openssh.com, S2CCOMP=none,zlib,zlib@openssh.com, C2SLANG=, S2CLANG=} 08:54:56.679 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - receiveKexInit(JGitClientSession[git@github.foo.com/111.111.111.111:22]) first kex packet follows: false 08:54:56.679 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - receiveKexInit(JGitClientSession[git@github.foo.com/111.111.111.111:22]) proposal={ALGORITHMS=curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256, SERVERKEYS=ecdsa-sha2-nistp256,ssh-dss,rsa-sha2-512,rsa-sha2-256,ssh-rsa, C2SENC=chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr, S2CENC=chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr, C2SMAC=hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1, S2CMAC=hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1, C2SCOMP=none,zlib,zlib@openssh.com, S2CCOMP=none,zlib,zlib@openssh.com, C2SLANG=, S2CLANG=} seed: 14:32:db:37:70:f8:de:cc:d6:71:eb:92:7b:16:84:cf:a9:00:00:00:8c:63:75:72:76:65:32:35:35:31:39:2d:73:68:61:32:35:36:2c:63:75:72:76:65:32:35:35:31:39:2d:73:68:61:32:35:36:40:6c:69:62:73:73:68:2e:6f:72:67:2c:65:63:64:68:2d:73:68:61:32:2d:6e:69:73:74:70:32:35:36:2c:65:63:64:68:2d:73:68:61:32:2d:6e:69:73:74:70:33:38:34:2c:65:63:64:68:2d:73:68:61:32:2d:6e:69:73:74:70:35:32:31:2c:64:69:66:66:69:65:2d:68:65:6c:6c:6d:61:6e:2d:67:72:6f:75:70:2d:65:78:63:68:61:6e:67:65:2d:73:68:61:32:35:36:00:00:00:3d:65:63:64:73:61:2d:73:68:61:32:2d:6e:69:73:74:70:32:35:36:2c:73:73:68:2d:64:73:73:2c:72:73:61:2d:73:68:61:32:2d:35:31:32:2c:72:73:61:2d:73:68:61:32:2d:32:35:36:2c:73:73:68:2d:72:73:61:00:00:00:6c:63:68:61:63:68:61:32:30:2d:70:6f:6c:79:31:33:30:35:40:6f:70:65:6e:73:73:68:2e:63:6f:6d:2c:61:65:73:32:35:36:2d:67:63:6d:40:6f:70:65:6e:73:73:68:2e:63:6f:6d:2c:61:65:73:31:32:38:2d:67:63:6d:40:6f:70:65:6e:73:73:68:2e:63:6f:6d:2c:61:65:73:32:35:36:2d:63:74:72:2c:61:65:73:31:39:32:2d:63:74:72:2c:61:65:73:31:32:38:2d:63:74:72:00:00:00:6c:63:68:61:63:68:61:32:30:2d:70:6f:6c:79:31:33:30:35:40:6f:70:65:6e:73:73:68:2e:63:6f:6d:2c:61:65:73:32:35:36:2d:67:63:6d:40:6f:70:65:6e:73:73:68:2e:63:6f:6d:2c:61:65:73:31:32:38:2d:67:63:6d:40:6f:70:65:6e:73:73:68:2e:63:6f:6d:2c:61:65:73:32:35:36:2d:63:74:72:2c:61:65:73:31:39:32:2d:63:74:72:2c:61:65:73:31:32:38:2d:63:74:72:00:00:00:7b:68:6d:61:63:2d:73:68:61:32:2d:32:35:36:2d:65:74:6d:40:6f:70:65:6e:73:73:68:2e:63:6f:6d:2c:68:6d:61:63:2d:73:68:61:32:2d:35:31:32:2d:65:74:6d:40:6f:70:65:6e:73:73:68:2e:63:6f:6d:2c:68:6d:61:63:2d:73:68:61:31:2d:65:74:6d:40:6f:70:65:6e:73:73:68:2e:63:6f:6d:2c:68:6d:61:63:2d:73:68:61:32:2d:32:35:36:2c:68:6d:61:63:2d:73:68:61:32:2d:35:31:32:2c:68:6d:61:63:2d:73:68:61:31:00:00:00:7b:68:6d:61:63:2d:73:68:61:32:2d:32:35:36:2d:65:74:6d:40:6f:70:65:6e:73:73:68:2e:63:6f:6d:2c:68:6d:61:63:2d:73:68:61:32:2d:35:31:32:2d:65:74:6d:40:6f:70:65:6e:73:73:68:2e:63:6f:6d:2c:68:6d:61:63:2d:73:68:61:31:2d:65:74:6d:40:6f:70:65:6e:73:73:68:2e:63:6f:6d:2c:68:6d:61:63:2d:73:68:61:32:2d:32:35:36:2c:68:6d:61:63:2d:73:68:61:32:2d:35:31:32:2c:68:6d:61:63:2d:73:68:61:31:00:00:00:1a:6e:6f:6e:65:2c:7a:6c:69:62:2c:7a:6c:69:62:40:6f:70:65:6e:73:73:68:2e:63:6f:6d:00:00:00:1a:6e:6f:6e:65:2c:7a:6c:69:62:2c:7a:6c:69:62:40:6f:70:65:6e:73:73:68:2e:63:6f:6d:00:00:00:00:00:00:00:00:00:00:00:00:00 08:54:56.680 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - negotiate(JGitClientSession[git@github.foo.com/111.111.111.111:22])[kex algorithms] guess=ecdh-sha2-nistp521 (client=ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,diffie-hellman-group-exchange-sha256,diffie-hellman-group18-sha512,diffie-hellman-group17-sha512,diffie-hellman-group16-sha512,diffie-hellman-group15-sha512,diffie-hellman-group14-sha256,ext-info-c / server=curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256) 08:54:56.680 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - negotiate(JGitClientSession[git@github.foo.com/111.111.111.111:22])[server host key algorithms] guess=ssh-rsa (client=ssh-rsa,ecdsa-sha2-nistp256,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-ed25519-cert-v01@openssh.com,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519,sk-ecdsa-sha2-nistp256@openssh.com,sk-ssh-ed25519@openssh.com,rsa-sha2-512,rsa-sha2-256,ssh-dss-cert-v01@openssh.com,ssh-dss,ext-info-c / server=ecdsa-sha2-nistp256,ssh-dss,rsa-sha2-512,rsa-sha2-256,ssh-rsa) 08:54:56.680 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - negotiate(JGitClientSession[git@github.foo.com/111.111.111.111:22])[encryption algorithms (client to server)] guess=aes128-ctr (client=aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes128-cbc,aes192-cbc,aes256-cbc / server=chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr) 08:54:56.680 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - negotiate(JGitClientSession[git@github.foo.com/111.111.111.111:22])[encryption algorithms (server to client)] guess=aes128-ctr (client=aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes128-cbc,aes192-cbc,aes256-cbc / server=chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr) 08:54:56.680 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - negotiate(JGitClientSession[git@github.foo.com/111.111.111.111:22])[mac algorithms (client to server)] guess=hmac-sha2-256-etm@openssh.com (client=hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1 / server=hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1) 08:54:56.680 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - negotiate(JGitClientSession[git@github.foo.com/111.111.111.111:22])[mac algorithms (server to client)] guess=hmac-sha2-256-etm@openssh.com (client=hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1 / server=hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1) 08:54:56.680 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - negotiate(JGitClientSession[git@github.foo.com/111.111.111.111:22])[compression algorithms (client to server)] guess=none (client=none,zlib,zlib@openssh.com / server=none,zlib,zlib@openssh.com) 08:54:56.680 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - negotiate(JGitClientSession[git@github.foo.com/111.111.111.111:22])[compression algorithms (server to client)] guess=none (client=none,zlib,zlib@openssh.com / server=none,zlib,zlib@openssh.com) 08:54:56.681 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - negotiate(JGitClientSession[git@github.foo.com/111.111.111.111:22]) Unable to negotiate key exchange for languages (client to server) (client: / server: ) 08:54:56.681 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - negotiate(JGitClientSession[git@github.foo.com/111.111.111.111:22]) Unable to negotiate key exchange for languages (server to client) (client: / server: ) 08:54:56.687 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] DEBUG o.e.j.i.transport.sshd.JGitClientSession - setNegotiationResult(JGitClientSession[git@github.foo.com/111.111.111.111:22]) Kex: server->client aes128-ctr hmac-sha2-256-etm@openssh.com none 08:54:56.687 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] DEBUG o.e.j.i.transport.sshd.JGitClientSession - setNegotiationResult(JGitClientSession[git@github.foo.com/111.111.111.111:22]) Kex: client->server aes128-ctr hmac-sha2-256-etm@openssh.com none 08:54:56.687 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] DEBUG o.e.j.i.transport.sshd.JGitClientSession - setNegotiationResult(JGitClientSession[git@github.foo.com/111.111.111.111:22]) Kex: kex algorithms = ecdh-sha2-nistp521 08:54:56.687 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] DEBUG o.e.j.i.transport.sshd.JGitClientSession - setNegotiationResult(JGitClientSession[git@github.foo.com/111.111.111.111:22]) Kex: server host key algorithms = ssh-rsa 08:54:56.687 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] DEBUG o.e.j.i.transport.sshd.JGitClientSession - setNegotiationResult(JGitClientSession[git@github.foo.com/111.111.111.111:22]) Kex: encryption algorithms (client to server) = aes128-ctr 08:54:56.687 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] DEBUG o.e.j.i.transport.sshd.JGitClientSession - setNegotiationResult(JGitClientSession[git@github.foo.com/111.111.111.111:22]) Kex: encryption algorithms (server to client) = aes128-ctr 08:54:56.688 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] DEBUG o.e.j.i.transport.sshd.JGitClientSession - setNegotiationResult(JGitClientSession[git@github.foo.com/111.111.111.111:22]) Kex: mac algorithms (client to server) = hmac-sha2-256-etm@openssh.com 08:54:56.688 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] DEBUG o.e.j.i.transport.sshd.JGitClientSession - setNegotiationResult(JGitClientSession[git@github.foo.com/111.111.111.111:22]) Kex: mac algorithms (server to client) = hmac-sha2-256-etm@openssh.com 08:54:56.688 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] DEBUG o.e.j.i.transport.sshd.JGitClientSession - setNegotiationResult(JGitClientSession[git@github.foo.com/111.111.111.111:22]) Kex: compression algorithms (client to server) = none 08:54:56.688 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] DEBUG o.e.j.i.transport.sshd.JGitClientSession - setNegotiationResult(JGitClientSession[git@github.foo.com/111.111.111.111:22]) Kex: compression algorithms (server to client) = none 08:54:56.708 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] DEBUG org.apache.sshd.client.kex.DHGClient - init(DHGClient[ecdh-sha2-nistp521])[JGitClientSession[git@github.foo.com/111.111.111.111:22]] Send SSH_MSG_KEXDH_INIT 08:54:56.708 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] DEBUG o.e.j.i.transport.sshd.JGitClientSession - encode(JGitClientSession[git@github.foo.com/111.111.111.111:22]) packet #1 sending command=30[30] len=138 08:54:56.708 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - encode(JGitClientSession[git@github.foo.com/111.111.111.111:22]) packet #1 [chunk #1](64/138) 1e 00 00 00 85 04 00 8f da bb 4a 65 ee fc 58 14 06 f7 2c 4b ea ee c4 71 28 9a 69 23 92 4a 34 52 b5 f7 37 65 87 88 cd 93 66 8f 96 5c cc 50 80 2e e6 32 ee 1e d7 fb c0 90 df 46 19 f7 3c cc 83 b9 ..........Je..X...,K...q(.i#.J4R..7e....f..\.P...2.......F..<... 08:54:56.708 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - encode(JGitClientSession[git@github.foo.com/111.111.111.111:22]) packet #1 [chunk #2](128/138) d9 52 a4 58 e2 01 2d 38 01 19 7f de a9 a6 51 d6 7c 44 93 bb 75 a9 63 e6 73 da a3 e6 2f 12 75 ac f3 a7 27 d5 54 89 7f 2d 85 38 58 dc 81 fe 6c f7 d0 94 10 6a a7 e2 c0 ac 0f bf 0d d0 ef 09 d3 5c .R.X..-8......Q.|D..u.c.s.../.u...'.T..-.8X...l....j...........\ 08:54:56.708 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - encode(JGitClientSession[git@github.foo.com/111.111.111.111:22]) packet #1 [chunk #3](138/138) 8f cb 95 51 32 5b d4 72 a7 c9 ...Q2[.r.. 08:54:56.708 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.e.j.i.transport.sshd.JGitClientSession - encode(JGitClientSession[git@github.foo.com/111.111.111.111:22]) packet #1 command=30[30] len=148, pad=9, mac=null 08:54:56.708 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] DEBUG o.apache.sshd.common.io.nio2.Nio2Session - writeBuffer(Nio2Session[local=/10.0.0.6:53811, remote=github.foo.com/111.111.111.111:22]) writing 152 bytes 08:54:56.708 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-1] TRACE o.apache.sshd.common.io.nio2.Nio2Session - handleCompletedWriteCycle(Nio2Session[local=/10.0.0.6:53811, remote=github.foo.com/111.111.111.111:22]) finished writing len=152 at cycle=3 after 68007 nanos 08:54:56.789 [Thread-10] TRACE o.a.s.c.util.threads.SshdThreadFactory - newThread(java.lang.ThreadGroup[name=main,maxpri=10])[sshd-JGitSshClient[4ecbfd8c]-nio2-thread-2] runnable=java.util.concurrent.ThreadPoolExecutor$Worker@66a0976b[State = -1, empty queue] 08:54:56.790 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-2] TRACE o.apache.sshd.common.io.nio2.Nio2Session - handleReadCycleCompletion(Nio2Session[local=/10.0.0.6:53811, remote=github.foo.com/111.111.111.111:22]) read 728 bytes after 80728552 nanos at cycle=2 08:54:56.790 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-2] TRACE o.e.j.i.transport.sshd.JGitClientSession - decode(JGitClientSession[git@github.foo.com/111.111.111.111:22]) packet #2 [chunk #1](64/701) 1f 00 00 01 17 00 00 00 07 73 73 68 2d 72 73 61 00 00 00 03 01 00 01 00 00 01 01 00 b5 2b aa 67 c2 c0 a1 f2 11 42 aa fc d6 91 bd 72 dd a8 d7 7a bb e0 7e 89 08 75 9f d5 21 44 48 22 d5 41 20 83 .........ssh-rsa.............+.g.....B.....r...z.....u..!DH".A.. 08:54:56.790 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-2] TRACE o.e.j.i.transport.sshd.JGitClientSession - decode(JGitClientSession[git@github.foo.com/111.111.111.111:22]) packet #2 [chunk #2](128/701) 6d 1f 96 27 ba 9b 76 70 b2 c1 31 8c ac 62 34 75 23 f3 f8 54 d6 5f ed b5 fe 1d e8 e3 26 a3 1f f7 6a 6c 5d 0d 55 4e 8c 8a 78 d6 7e 8b 4d 42 ae 16 64 a3 5d 75 e7 bb de 89 d9 cc c1 59 8a a0 22 1d m..'..vp..1..b4u#..T._......&...jl].UN..x...MB..d.]u.......Y..". 08:54:56.790 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-2] TRACE o.e.j.i.transport.sshd.JGitClientSession - decode(JGitClientSession[git@github.foo.com/111.111.111.111:22]) packet #2 [chunk #3](192/701) ac aa 6c 2e 0a ad 84 9e a4 5c ba d3 a9 a5 48 43 5b 21 de 52 99 d2 d1 51 b2 a8 22 c0 d6 ec b7 08 51 65 ef cc c9 4a 03 bb 31 d9 40 fa 28 c6 c8 b2 e5 d0 4e f8 ba 64 a2 f0 92 87 05 5f 67 7d fc d1 ..l......\....HC[!.R...Q..".....Qe...J..1.@.(.....N..d....._g}.. 08:54:56.791 [sshd-JGitSshClient[4ecbfd8c]-nio2-thread-2] TRACE o.e.j.i.transport.sshd.JGitClientSession - decode(JGitClientSession[git@github.foo.com/111.111.111.111:22]) packet #2 [chunk #4](256/701) 4c 80 7d 27 0f ad 46 5c 5f 6c d8 fe a9 86 0f 3e 29 b9 73 96 8f f0 90 ba 9a 1e ef a2 68 55 e9 df c2 b8 df 4f 0d 88 f8 6a 0f c6 96 4a e9 1e 3b 6a 4a 00 7a 40 8e f8 3c 3c 55 6e 0d 9d 30 d1 e8 be L.}'..F\_l.....>).s.........hU.....O...j...J..;jJ.z@..<