Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关于交换机无法连接的怀疑报告。(Suspect report about the inability of the switch to connect) #2076

Open
blog2023sunshine opened this issue Jan 16, 2024 · 4 comments

Comments

@blog2023sunshine
Copy link

blog2023sunshine commented Jan 16, 2024

关于超时时间导致交换机无法连接的怀疑。(2.5.0版本上面已经解决)
下面是2.5.0版本的情况
当我使用华为S5735交换机 ,用putty连接的时候,从确认到出现login as: 大约需要12秒。
而使用windterm,连接交换机,每次在10秒的时候会出现timeout connecting to IP,
所以我怀疑,windterm超时时间设置太短,导致在接受到交换机回包之前已经主动断开连接,导致了无法ssh。

- 当我调整ssh - 连接 -最大连接超时 = 16秒 之后 , 正常登录到了交换机~

下列是我的连接日志: (114.114.114.114 代指交换机IP)

Doubt about timeout causing the switch to be unable to connect.

When I use the Huawei S5735 switch and connect with putty, it takes about 12 seconds from confirmation to the appearance of login as:.

When using windterm to connect to a switch, a timeout connecting to IP will appear every 10 seconds,

So I suspect that the windterm timeout was set too short, causing the connection to be actively disconnected before receiving the switch packet, resulting in the inability to ssh.

-After adjusting the SSH connection maximum connection timeout, set it to 16s,I logged in to the switch normally~

Here are my connection logs: (114.114.114.114 refers to the IP address of a switch)
My windterm versions are 2.6.0-8 (latest version) and 2.5.0, both of which are the same result

[2024-01-16 13:36:51] ssh_connect: libssh 0.9.6 (c) 2003-2021 Aris Adamantiadis, Andreas Schneider and libssh contributors. Distributed under the LGPL, please refer to COPYING file for information about your rights, using threading threads_winlock
[2024-01-16 13:36:51] getai: host 127.0.0.1 matches an IP address
[2024-01-16 13:36:51] ssh_socket_connect: Nonblocking connection socket: 2300
[2024-01-16 13:36:51] ssh_connect: Socket connecting, now waiting for the callbacks to work
[2024-01-16 13:36:51] ssh_connect: Actual timeout : 10000
[2024-01-16 13:36:51] ssh_socket_pollcallback: Poll callback on socket 2300 (POLLOUT ), out buffer 0
[2024-01-16 13:36:51] ssh_socket_pollcallback: Received POLLOUT in connecting state
[2024-01-16 13:36:51] socket_callback_connected: Socket connection callback: 1 (0)
[2024-01-16 13:36:51] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[2024-01-16 13:36:51] ssh_socket_pollcallback: Poll callback on socket 2300 (POLLOUT ), out buffer 0
[2024-01-16 13:36:51] ssh_socket_pollcallback: Poll callback on socket 2300 (POLLIN ), out buffer 0
[2024-01-16 13:36:51] callback_receive_banner: Received banner: SSH-2.0--
[2024-01-16 13:36:51] ssh_client_connection_callback: SSH server banner: SSH-2.0--
[2024-01-16 13:36:51] ssh_analyze_banner: Analyzing banner: SSH-2.0--
[2024-01-16 13:36:51] ssh_client_select_hostkeys: Order of wanted host keys: "ssh-ed25519,ecdsa-sha2-nistp521,ecdsa-sha2-nistp384,ecdsa-sha2-nistp256,rsa-sha2-512,rsa-sha2-256,ssh-rsa,ssh-dss"
[2024-01-16 13:36:51] ssh_known_hosts_read_entries: Failed to open the known_hosts file 'C:/Users/Administrator/Documents/WindTerm_2.6.0_Prerelease_8_Windows_Portable_x86_64/WindTerm_2.6.0/.wind/profiles/default.v10/terminal/ssh//known_hosts': No such file or directory
[2024-01-16 13:36:51] ssh_known_hosts_read_entries: Failed to open the known_hosts file '/etc/ssh/ssh_known_hosts': No such file or directory
[2024-01-16 13:36:51] ssh_client_select_hostkeys: No key found in known_hosts; changing host key method to "ssh-ed25519,ecdsa-sha2-nistp521,ecdsa-sha2-nistp384,ecdsa-sha2-nistp256,rsa-sha2-512,rsa-sha2-256,ssh-rsa,ssh-dss"
[2024-01-16 13:36:51] ssh_log_hexdump: session cookie (16 bytes):
[2024-01-16 13:36:51] ssh_log_hexdump: 00000000 b4 52 4a b3 6c 90 6f 41 2f 9c 22 4b e4 a9 de 69 .RJ.l.oA/."K...i
[2024-01-16 13:36:51] ssh_list_kex: kex algos: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group18-sha512,diffie-hellman-group16-sha512,diffie-hellman-group-exchange-sha1,diffie-hellman-group-exchange-sha256,diffie-hellman-group1-sha1,diffie-hellman-group14-sha1,diffie-hellman-group14-sha256,ext-info-c
[2024-01-16 13:36:51] ssh_list_kex: server host key algo: ssh-ed25519,ecdsa-sha2-nistp521,ecdsa-sha2-nistp384,ecdsa-sha2-nistp256,rsa-sha2-512,rsa-sha2-256,ssh-rsa,ssh-dss
[2024-01-16 13:36:51] ssh_list_kex: encryption client->server: aes256-gcm@openssh.com,aes128-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr,aes256-cbc,aes192-cbc,aes128-cbc,blowfish-cbc,3des-cbc
[2024-01-16 13:36:51] ssh_list_kex: encryption server->client: aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr,aes256-cbc,aes192-cbc,aes128-cbc,blowfish-cbc,3des-cbc
[2024-01-16 13:36:51] ssh_list_kex: mac algo client->server: hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,hmac-sha1-96-etm@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1,hmac-sha1-96
[2024-01-16 13:36:51] ssh_list_kex: mac algo server->client: hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,hmac-sha1-96-etm@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1,hmac-sha1-96
[2024-01-16 13:36:51] ssh_list_kex: compression algo client->server: none
[2024-01-16 13:36:51] ssh_list_kex: compression algo server->client: none
[2024-01-16 13:36:51] ssh_list_kex: languages client->server:
[2024-01-16 13:36:51] ssh_list_kex: languages server->client:
[2024-01-16 13:36:51] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[2024-01-16 13:36:51] packet_send2: packet: wrote [type=20, len=1148, padding_size=7, comp=1140, payload=1140]
[2024-01-16 13:36:51] ssh_send_kex: SSH_MSG_KEXINIT sent
[2024-01-16 13:36:51] ssh_packet_socket_callback: rcv packet cb (len=0, state=INIT)
[2024-01-16 13:36:51] ssh_packet_socket_callback: Waiting for more data (0 < 8)
[2024-01-16 13:36:51] ssh_socket_pollcallback: Poll callback on socket 2300 (POLLOUT ), out buffer 0
[2024-01-16 13:36:51] ssh_socket_pollcallback: sending control flow event
[2024-01-16 13:36:51] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback
[2024-01-16 13:36:51] ssh_socket_pollcallback: Poll callback on socket 2300 (POLLIN ), out buffer 0
[2024-01-16 13:36:51] ssh_packet_socket_callback: rcv packet cb (len=592, state=INIT)
[2024-01-16 13:36:51] ssh_packet_socket_callback: packet: read type 20 [len=588,padding=5,comp=582,payload=582]
[2024-01-16 13:36:51] ssh_packet_incoming_filter: Filtering packet type 20
[2024-01-16 13:36:51] ssh_packet_process: Dispatching handler for packet type 20
[2024-01-16 13:36:51] ssh_log_hexdump: session cookie (16 bytes):
[2024-01-16 13:36:51] ssh_log_hexdump: 00000000 3b 07 3e 16 a9 2e d6 66 cd e5 0c 3b a7 14 ac 6e ;.>....f...;...n
[2024-01-16 13:36:51] ssh_list_kex: kex algos: diffie-hellman-group16-sha512,diffie-hellman-group15-sha512,diffie-hellman-group14-sha256,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1
[2024-01-16 13:36:51] ssh_list_kex: server host key algo: rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp521,ssh-dss,ssh-rsa
[2024-01-16 13:36:51] ssh_list_kex: encryption client->server: aes256-ctr,aes128-ctr,aes256-cbc,aes128-cbc,3des-cbc
[2024-01-16 13:36:51] ssh_list_kex: encryption server->client: aes256-ctr,aes128-ctr,aes256-cbc,aes128-cbc,3des-cbc
[2024-01-16 13:36:51] ssh_list_kex: mac algo client->server: hmac-sha2-256,hmac-sha2-256-96,hmac-sha1,hmac-sha1-96,hmac-md5,hmac-md5-96
[2024-01-16 13:36:51] ssh_list_kex: mac algo server->client: hmac-sha2-256,hmac-sha2-256-96,hmac-sha1,hmac-sha1-96,hmac-md5,hmac-md5-96
[2024-01-16 13:36:51] ssh_list_kex: compression algo client->server: none,zlib
[2024-01-16 13:36:51] ssh_list_kex: compression algo server->client: none,zlib
[2024-01-16 13:36:51] ssh_list_kex: languages client->server:
[2024-01-16 13:36:51] ssh_list_kex: languages server->client:
[2024-01-16 13:36:51] ssh_kex_select_methods: Negotiated diffie-hellman-group16-sha512,ecdsa-sha2-nistp521,aes256-ctr,aes256-ctr,hmac-sha2-256,hmac-sha2-256,none,none,,
[2024-01-16 13:36:51] ssh_make_bignum_string: 4095 bits, 512 bytes, 0 padding

[2024-01-16 13:36:51] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[2024-01-16 13:36:51] packet_send2: packet: wrote [type=30, len=524, padding_size=6, comp=517, payload=517]
[2024-01-16 13:36:51] ssh_packet_socket_callback: rcv packet cb (len=0, state=INIT)
[2024-01-16 13:36:51] ssh_packet_socket_callback: Waiting for more data (0 < 8)
[2024-01-16 13:36:51] ssh_socket_pollcallback: Poll callback on socket 2300 (POLLOUT ), out buffer 0
[2024-01-16 13:36:51] ssh_socket_pollcallback: sending control flow event
[2024-01-16 13:36:51] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback
[2024-01-16 13:37:01] ssh_connect: Timeout connecting to 114.114.114.114
[2024-01-16 13:37:01] ssh_connect: current state : 9
[2024-01-16 13:37:01] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[2024-01-16 13:37:01] packet_send2: packet: wrote [type=1, len=28, padding_size=7, comp=20, payload=20]

@blog2023sunshine
Copy link
Author

blog2023sunshine commented Jan 16, 2024

第二个问题, 2.6.0 prerelease 8 版本,登录华为S5735交换机会导致windterm无响应。
当我设置ssh - 连接 -最大连接超时 = 16秒 后, 2.6.0 prerelease8 终于也能弹出登录框了, 但是和2.5.0不一样的是,它最终并不能登录,而是卡住,程序提示未响应,
3

下面是我的日志
The second issue is that in version 2.6.0 release 8, logging into the Huawei S5735 switch will cause the windterm to become unresponsive.
When I set the SSH connection maximum connection timeout to 16 seconds, 2.6.0 prerelease8 finally popped up the login box. However, unlike 2.5.0, it ultimately did not log in, but instead got stuck and the program prompt did not respond,
Here is my log:

[2024-01-16 14:13:49] ssh_connect: libssh 0.9.6 (c) 2003-2021 Aris Adamantiadis, Andreas Schneider and libssh contributors. Distributed under the LGPL, please refer to COPYING file for information about your rights, using threading threads_winlock
[2024-01-16 14:13:49] getai: host 127.0.0.1 matches an IP address
[2024-01-16 14:13:49] ssh_socket_connect: Nonblocking connection socket: 2316
[2024-01-16 14:13:49] ssh_connect: Socket connecting, now waiting for the callbacks to work
[2024-01-16 14:13:49] ssh_connect: Actual timeout : 60000
[2024-01-16 14:13:49] ssh_socket_pollcallback: Poll callback on socket 2316 (POLLOUT ), out buffer 0
[2024-01-16 14:13:49] ssh_socket_pollcallback: Received POLLOUT in connecting state
[2024-01-16 14:13:49] socket_callback_connected: Socket connection callback: 1 (0)
[2024-01-16 14:13:49] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[2024-01-16 14:13:49] ssh_socket_pollcallback: Poll callback on socket 2316 (POLLOUT ), out buffer 0
[2024-01-16 14:13:49] ssh_socket_pollcallback: Poll callback on socket 2316 (POLLIN ), out buffer 0
[2024-01-16 14:13:49] callback_receive_banner: Received banner: SSH-2.0--
[2024-01-16 14:13:49] ssh_client_connection_callback: SSH server banner: SSH-2.0--
[2024-01-16 14:13:49] ssh_analyze_banner: Analyzing banner: SSH-2.0--
[2024-01-16 14:13:49] ssh_client_select_hostkeys: Order of wanted host keys: "ssh-ed25519,ecdsa-sha2-nistp521,ecdsa-sha2-nistp384,ecdsa-sha2-nistp256,rsa-sha2-512,rsa-sha2-256,ssh-rsa,ssh-dss"
[2024-01-16 14:13:49] ssh_known_hosts_read_entries: Failed to open the known_hosts file 'C:/Users/Administrator/Documents/WindTerm_2.6.0_Prerelease_8_Windows_Portable_x86_64/WindTerm_2.6.0/.wind/profiles/default.v10/terminal/ssh//known_hosts': No such file or directory
[2024-01-16 14:13:49] ssh_known_hosts_read_entries: Failed to open the known_hosts file '/etc/ssh/ssh_known_hosts': No such file or directory
[2024-01-16 14:13:49] ssh_client_select_hostkeys: No key found in known_hosts; changing host key method to "ssh-ed25519,ecdsa-sha2-nistp521,ecdsa-sha2-nistp384,ecdsa-sha2-nistp256,rsa-sha2-512,rsa-sha2-256,ssh-rsa,ssh-dss"
[2024-01-16 14:13:49] ssh_log_hexdump: session cookie (16 bytes):
[2024-01-16 14:13:49] ssh_log_hexdump: 00000000 d1 da c1 0b e5 23 0c 19 20 a3 b9 a3 38 9c 7f f9 .....#.. ...8...
[2024-01-16 14:13:49] ssh_list_kex: kex algos: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group18-sha512,diffie-hellman-group16-sha512,diffie-hellman-group-exchange-sha1,diffie-hellman-group-exchange-sha256,diffie-hellman-group1-sha1,diffie-hellman-group14-sha1,diffie-hellman-group14-sha256,ext-info-c
[2024-01-16 14:13:49] ssh_list_kex: server host key algo: ssh-ed25519,ecdsa-sha2-nistp521,ecdsa-sha2-nistp384,ecdsa-sha2-nistp256,rsa-sha2-512,rsa-sha2-256,ssh-rsa,ssh-dss
[2024-01-16 14:13:49] ssh_list_kex: encryption client->server: aes256-gcm@openssh.com,aes128-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr,aes256-cbc,aes192-cbc,aes128-cbc,blowfish-cbc,3des-cbc
[2024-01-16 14:13:49] ssh_list_kex: encryption server->client: aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr,aes256-cbc,aes192-cbc,aes128-cbc,blowfish-cbc,3des-cbc
[2024-01-16 14:13:49] ssh_list_kex: mac algo client->server: hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,hmac-sha1-96-etm@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1,hmac-sha1-96
[2024-01-16 14:13:49] ssh_list_kex: mac algo server->client: hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,hmac-sha1-96-etm@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1,hmac-sha1-96
[2024-01-16 14:13:49] ssh_list_kex: compression algo client->server: none
[2024-01-16 14:13:49] ssh_list_kex: compression algo server->client: none
[2024-01-16 14:13:49] ssh_list_kex: languages client->server:
[2024-01-16 14:13:49] ssh_list_kex: languages server->client:
[2024-01-16 14:13:49] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[2024-01-16 14:13:49] packet_send2: packet: wrote [type=20, len=1148, padding_size=7, comp=1140, payload=1140]
[2024-01-16 14:13:49] ssh_send_kex: SSH_MSG_KEXINIT sent
[2024-01-16 14:13:49] ssh_packet_socket_callback: rcv packet cb (len=0, state=INIT)
[2024-01-16 14:13:49] ssh_packet_socket_callback: Waiting for more data (0 < 8)
[2024-01-16 14:13:49] ssh_socket_pollcallback: Poll callback on socket 2316 (POLLOUT ), out buffer 0
[2024-01-16 14:13:49] ssh_socket_pollcallback: sending control flow event
[2024-01-16 14:13:49] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback
[2024-01-16 14:13:49] ssh_socket_pollcallback: Poll callback on socket 2316 (POLLIN ), out buffer 0
[2024-01-16 14:13:49] ssh_packet_socket_callback: rcv packet cb (len=592, state=INIT)
[2024-01-16 14:13:49] ssh_packet_socket_callback: packet: read type 20 [len=588,padding=5,comp=582,payload=582]
[2024-01-16 14:13:49] ssh_packet_incoming_filter: Filtering packet type 20
[2024-01-16 14:13:49] ssh_packet_process: Dispatching handler for packet type 20
[2024-01-16 14:13:49] ssh_log_hexdump: session cookie (16 bytes):
[2024-01-16 14:13:49] ssh_log_hexdump: 00000000 a6 20 ce 0d 17 98 5f 56 ec b5 c9 86 05 a8 62 74 . ...._V......bt
[2024-01-16 14:13:49] ssh_list_kex: kex algos: diffie-hellman-group16-sha512,diffie-hellman-group15-sha512,diffie-hellman-group14-sha256,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1
[2024-01-16 14:13:49] ssh_list_kex: server host key algo: rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp521,ssh-dss,ssh-rsa
[2024-01-16 14:13:49] ssh_list_kex: encryption client->server: aes256-ctr,aes128-ctr,aes256-cbc,aes128-cbc,3des-cbc
[2024-01-16 14:13:49] ssh_list_kex: encryption server->client: aes256-ctr,aes128-ctr,aes256-cbc,aes128-cbc,3des-cbc
[2024-01-16 14:13:49] ssh_list_kex: mac algo client->server: hmac-sha2-256,hmac-sha2-256-96,hmac-sha1,hmac-sha1-96,hmac-md5,hmac-md5-96
[2024-01-16 14:13:49] ssh_list_kex: mac algo server->client: hmac-sha2-256,hmac-sha2-256-96,hmac-sha1,hmac-sha1-96,hmac-md5,hmac-md5-96
[2024-01-16 14:13:49] ssh_list_kex: compression algo client->server: none,zlib
[2024-01-16 14:13:49] ssh_list_kex: compression algo server->client: none,zlib
[2024-01-16 14:13:49] ssh_list_kex: languages client->server:
[2024-01-16 14:13:49] ssh_list_kex: languages server->client:
[2024-01-16 14:13:49] ssh_kex_select_methods: Negotiated diffie-hellman-group16-sha512,ecdsa-sha2-nistp521,aes256-ctr,aes256-ctr,hmac-sha2-256,hmac-sha2-256,none,none,,
[2024-01-16 14:13:49] ssh_make_bignum_string: 4095 bits, 512 bytes, 0 padding

[2024-01-16 14:13:49] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[2024-01-16 14:13:49] packet_send2: packet: wrote [type=30, len=524, padding_size=6, comp=517, payload=517]
[2024-01-16 14:13:49] ssh_packet_socket_callback: rcv packet cb (len=0, state=INIT)
[2024-01-16 14:13:49] ssh_packet_socket_callback: Waiting for more data (0 < 8)
[2024-01-16 14:13:49] ssh_socket_pollcallback: Poll callback on socket 2316 (POLLOUT ), out buffer 0
[2024-01-16 14:13:49] ssh_socket_pollcallback: sending control flow event
[2024-01-16 14:13:49] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback
[2024-01-16 14:14:03] ssh_socket_pollcallback: Poll callback on socket 2316 (POLLIN ), out buffer 0
[2024-01-16 14:14:03] ssh_packet_socket_callback: rcv packet cb (len=880, state=INIT)
[2024-01-16 14:14:03] ssh_packet_socket_callback: packet: read type 31 [len=876,padding=11,comp=864,payload=864]
[2024-01-16 14:14:03] ssh_packet_incoming_filter: Filtering packet type 31
[2024-01-16 14:14:03] ssh_packet_process: Dispatching handler for packet type 31
[2024-01-16 14:14:03] ssh_make_string_bn: Importing a 4096 bits, 512 bytes object ...

[2024-01-16 14:14:03] ssh_log_hexdump: Session server cookie (16 bytes):
[2024-01-16 14:14:03] ssh_log_hexdump: 00000000 a6 20 ce 0d 17 98 5f 56 ec b5 c9 86 05 a8 62 74 . ...._V......bt
[2024-01-16 14:14:03] ssh_log_hexdump: Session client cookie (16 bytes):
[2024-01-16 14:14:03] ssh_log_hexdump: 00000000 d1 da c1 0b e5 23 0c 19 20 a3 b9 a3 38 9c 7f f9 .....#.. ...8...
[2024-01-16 14:14:03] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[2024-01-16 14:14:03] packet_send2: packet: wrote [type=21, len=12, padding_size=10, comp=1, payload=1]
[2024-01-16 14:14:03] ssh_packet_set_newkeys: called, direction = OUT
[2024-01-16 14:14:03] ssh_make_bignum_string: 4095 bits, 512 bytes, 0 padding

[2024-01-16 14:14:03] ssh_make_bignum_string: 4095 bits, 512 bytes, 0 padding

[2024-01-16 14:14:03] ssh_make_bignum_string: 4096 bits, 512 bytes, 1 padding

[2024-01-16 14:14:03] ssh_log_hexdump: hash buffer (3492 bytes):
[2024-01-16 14:14:03] ssh_log_hexdump: 00000000 00 00 00 14 53 53 48 2d 32 2e 30 2d 6c 69 62 73 ....SSH-2.0-libs
[2024-01-16 14:14:03] ssh_log_hexdump: 00000010 73 68 5f 30 2e 39 2e 36 00 00 00 09 53 53 48 2d sh_0.9.6....SSH-
[2024-01-16 14:14:03] ssh_log_hexdump: 00000020 32 2e 30 2d 2d 00 00 04 74 14 d1 da c1 0b e5 23 2.0--...t......#
[2024-01-16 14:14:03] ssh_log_hexdump: 00000030 0c 19 20 a3 b9 a3 38 9c 7f f9 00 00 01 4b 63 75 .. ...8......Kcu
[2024-01-16 14:14:03] ssh_log_hexdump: 00000040 72 76 65 32 35 35 31 39 2d 73 68 61 32 35 36 2c rve25519-sha256,
[2024-01-16 14:14:03] ssh_log_hexdump: 00000050 63 75 72 76 65 32 35 35 31 39 2d 73 68 61 32 35 curve25519-sha25
[2024-01-16 14:14:03] ssh_log_hexdump: 00000060 36 40 6c 69 62 73 73 68 2e 6f 72 67 2c 65 63 64 6@libssh.org,ecd
[2024-01-16 14:14:03] ssh_log_hexdump: 00000070 68 2d 73 68 61 32 2d 6e 69 73 74 70 32 35 36 2c h-sha2-nistp256,
[2024-01-16 14:14:03] ssh_log_hexdump: 00000080 65 63 64 68 2d 73 68 61 32 2d 6e 69 73 74 70 33 ecdh-sha2-nistp3
[2024-01-16 14:14:03] ssh_log_hexdump: 00000090 38 34 2c 65 63 64 68 2d 73 68 61 32 2d 6e 69 73 84,ecdh-sha2-nis
[2024-01-16 14:14:03] ssh_log_hexdump: 000000a0 74 70 35 32 31 2c 64 69 66 66 69 65 2d 68 65 6c tp521,diffie-hel
[2024-01-16 14:14:03] ssh_log_hexdump: 000000b0 6c 6d 61 6e 2d 67 72 6f 75 70 31 38 2d 73 68 61 lman-group18-sha
[2024-01-16 14:14:03] ssh_log_hexdump: 000000c0 35 31 32 2c 64 69 66 66 69 65 2d 68 65 6c 6c 6d 512,diffie-hellm
[2024-01-16 14:14:03] ssh_log_hexdump: 000000d0 61 6e 2d 67 72 6f 75 70 31 36 2d 73 68 61 35 31 an-group16-sha51
[2024-01-16 14:14:03] ssh_log_hexdump: 000000e0 32 2c 64 69 66 66 69 65 2d 68 65 6c 6c 6d 61 6e 2,diffie-hellman
[2024-01-16 14:14:03] ssh_log_hexdump: 000000f0 2d 67 72 6f 75 70 2d 65 78 63 68 61 6e 67 65 2d -group-exchange-
[2024-01-16 14:14:03] ssh_log_hexdump: 00000100 73 68 61 31 2c 64 69 66 66 69 65 2d 68 65 6c 6c sha1,diffie-hell
[2024-01-16 14:14:03] ssh_log_hexdump: 00000110 6d 61 6e 2d 67 72 6f 75 70 2d 65 78 63 68 61 6e man-group-exchan
[2024-01-16 14:14:03] ssh_log_hexdump: 00000120 67 65 2d 73 68 61 32 35 36 2c 64 69 66 66 69 65 ge-sha256,diffie
[2024-01-16 14:14:03] ssh_log_hexdump: 00000130 2d 68 65 6c 6c 6d 61 6e 2d 67 72 6f 75 70 31 2d -hellman-group1-
[2024-01-16 14:14:03] ssh_log_hexdump: 00000140 73 68 61 31 2c 64 69 66 66 69 65 2d 68 65 6c 6c sha1,diffie-hell
[2024-01-16 14:14:03] ssh_log_hexdump: 00000150 6d 61 6e 2d 67 72 6f 75 70 31 34 2d 73 68 61 31 man-group14-sha1
[2024-01-16 14:14:03] ssh_log_hexdump: 00000160 2c 64 69 66 66 69 65 2d 68 65 6c 6c 6d 61 6e 2d ,diffie-hellman-
[2024-01-16 14:14:03] ssh_log_hexdump: 00000170 67 72 6f 75 70 31 34 2d 73 68 61 32 35 36 2c 65 group14-sha256,e
[2024-01-16 14:14:03] ssh_log_hexdump: 00000180 78 74 2d 69 6e 66 6f 2d 63 00 00 00 71 73 73 68 xt-info-c...qssh
[2024-01-16 14:14:03] ssh_log_hexdump: 00000190 2d 65 64 32 35 35 31 39 2c 65 63 64 73 61 2d 73 -ed25519,ecdsa-s
[2024-01-16 14:14:03] ssh_log_hexdump: 000001a0 68 61 32 2d 6e 69 73 74 70 35 32 31 2c 65 63 64 ha2-nistp521,ecd
[2024-01-16 14:14:03] ssh_log_hexdump: 000001b0 73 61 2d 73 68 61 32 2d 6e 69 73 74 70 33 38 34 sa-sha2-nistp384
[2024-01-16 14:14:03] ssh_log_hexdump: 000001c0 2c 65 63 64 73 61 2d 73 68 61 32 2d 6e 69 73 74 ,ecdsa-sha2-nist
[2024-01-16 14:14:03] ssh_log_hexdump: 000001d0 70 32 35 36 2c 72 73 61 2d 73 68 61 32 2d 35 31 p256,rsa-sha2-51
[2024-01-16 14:14:03] ssh_log_hexdump: 000001e0 32 2c 72 73 61 2d 73 68 61 32 2d 32 35 36 2c 73 2,rsa-sha2-256,s
[2024-01-16 14:14:03] ssh_log_hexdump: 000001f0 73 68 2d 72 73 61 2c 73 73 68 2d 64 73 73 00 00 sh-rsa,ssh-dss..
[2024-01-16 14:14:03] ssh_log_hexdump: 00000200 00 a3 61 65 73 32 35 36 2d 67 63 6d 40 6f 70 65 ..aes256-gcm@ope
[2024-01-16 14:14:03] ssh_log_hexdump: 00000210 6e 73 73 68 2e 63 6f 6d 2c 61 65 73 31 32 38 2d nssh.com,aes128-
[2024-01-16 14:14:03] ssh_log_hexdump: 00000220 67 63 6d 40 6f 70 65 6e 73 73 68 2e 63 6f 6d 2c gcm@openssh.com,
[2024-01-16 14:14:03] ssh_log_hexdump: 00000230 63 68 61 63 68 61 32 30 2d 70 6f 6c 79 31 33 30 chacha20-poly130
[2024-01-16 14:14:03] ssh_log_hexdump: 00000240 35 40 6f 70 65 6e 73 73 68 2e 63 6f 6d 2c 61 65 5@openssh.com,ae
[2024-01-16 14:14:03] ssh_log_hexdump: 00000250 73 32 35 36 2d 63 74 72 2c 61 65 73 31 39 32 2d s256-ctr,aes192-
[2024-01-16 14:14:03] ssh_log_hexdump: 00000260 63 74 72 2c 61 65 73 31 32 38 2d 63 74 72 2c 61 ctr,aes128-ctr,a
[2024-01-16 14:14:03] ssh_log_hexdump: 00000270 65 73 32 35 36 2d 63 62 63 2c 61 65 73 31 39 32 es256-cbc,aes192
[2024-01-16 14:14:03] ssh_log_hexdump: 00000280 2d 63 62 63 2c 61 65 73 31 32 38 2d 63 62 63 2c -cbc,aes128-cbc,
[2024-01-16 14:14:03] ssh_log_hexdump: 00000290 62 6c 6f 77 66 69 73 68 2d 63 62 63 2c 33 64 65 blowfish-cbc,3de
[2024-01-16 14:14:03] ssh_log_hexdump: 000002a0 73 2d 63 62 63 00 00 00 85 61 65 73 32 35 36 2d s-cbc....aes256-
[2024-01-16 14:14:03] ssh_log_hexdump: 000002b0 67 63 6d 40 6f 70 65 6e 73 73 68 2e 63 6f 6d 2c gcm@openssh.com,
[2024-01-16 14:14:03] ssh_log_hexdump: 000002c0 61 65 73 31 32 38 2d 67 63 6d 40 6f 70 65 6e 73 aes128-gcm@opens
[2024-01-16 14:14:03] ssh_log_hexdump: 000002d0 73 68 2e 63 6f 6d 2c 61 65 73 32 35 36 2d 63 74 sh.com,aes256-ct
[2024-01-16 14:14:03] ssh_log_hexdump: 000002e0 72 2c 61 65 73 31 39 32 2d 63 74 72 2c 61 65 73 r,aes192-ctr,aes
[2024-01-16 14:14:03] ssh_log_hexdump: 000002f0 31 32 38 2d 63 74 72 2c 61 65 73 32 35 36 2d 63 128-ctr,aes256-c
[2024-01-16 14:14:03] ssh_log_hexdump: 00000300 62 63 2c 61 65 73 31 39 32 2d 63 62 63 2c 61 65 bc,aes192-cbc,ae
[2024-01-16 14:14:03] ssh_log_hexdump: 00000310 73 31 32 38 2d 63 62 63 2c 62 6c 6f 77 66 69 73 s128-cbc,blowfis
[2024-01-16 14:14:03] ssh_log_hexdump: 00000320 68 2d 63 62 63 2c 33 64 65 73 2d 63 62 63 00 00 h-cbc,3des-cbc..
[2024-01-16 14:14:03] ssh_log_hexdump: 00000330 00 a5 68 6d 61 63 2d 73 68 61 32 2d 32 35 36 2d ..hmac-sha2-256-
[2024-01-16 14:14:03] ssh_log_hexdump: 00000340 65 74 6d 40 6f 70 65 6e 73 73 68 2e 63 6f 6d 2c etm@openssh.com,
[2024-01-16 14:14:03] ssh_log_hexdump: 00000350 68 6d 61 63 2d 73 68 61 32 2d 35 31 32 2d 65 74 hmac-sha2-512-et
[2024-01-16 14:14:03] ssh_log_hexdump: 00000360 6d 40 6f 70 65 6e 73 73 68 2e 63 6f 6d 2c 68 6d m@openssh.com,hm
[2024-01-16 14:14:03] ssh_log_hexdump: 00000370 61 63 2d 73 68 61 31 2d 65 74 6d 40 6f 70 65 6e ac-sha1-etm@open
[2024-01-16 14:14:03] ssh_log_hexdump: 00000380 73 73 68 2e 63 6f 6d 2c 68 6d 61 63 2d 73 68 61 ssh.com,hmac-sha
[2024-01-16 14:14:03] ssh_log_hexdump: 00000390 31 2d 39 36 2d 65 74 6d 40 6f 70 65 6e 73 73 68 1-96-etm@openssh
[2024-01-16 14:14:03] ssh_log_hexdump: 000003a0 2e 63 6f 6d 2c 68 6d 61 63 2d 73 68 61 32 2d 32 .com,hmac-sha2-2
[2024-01-16 14:14:03] ssh_log_hexdump: 000003b0 35 36 2c 68 6d 61 63 2d 73 68 61 32 2d 35 31 32 56,hmac-sha2-512
[2024-01-16 14:14:03] ssh_log_hexdump: 000003c0 2c 68 6d 61 63 2d 73 68 61 31 2c 68 6d 61 63 2d ,hmac-sha1,hmac-
[2024-01-16 14:14:03] ssh_log_hexdump: 000003d0 73 68 61 31 2d 39 36 00 00 00 a5 68 6d 61 63 2d sha1-96....hmac-
[2024-01-16 14:14:03] ssh_log_hexdump: 000003e0 73 68 61 32 2d 32 35 36 2d 65 74 6d 40 6f 70 65 sha2-256-etm@ope
[2024-01-16 14:14:03] ssh_log_hexdump: 000003f0 6e 73 73 68 2e 63 6f 6d 2c 68 6d 61 63 2d 73 68 nssh.com,hmac-sh
[2024-01-16 14:14:03] ssh_log_hexdump: 00000400 61 32 2d 35 31 32 2d 65 74 6d 40 6f 70 65 6e 73 a2-512-etm@opens
[2024-01-16 14:14:03] ssh_log_hexdump: 00000410 73 68 2e 63 6f 6d 2c 68 6d 61 63 2d 73 68 61 31 sh.com,hmac-sha1
[2024-01-16 14:14:03] ssh_log_hexdump: 00000420 2d 65 74 6d 40 6f 70 65 6e 73 73 68 2e 63 6f 6d -etm@openssh.com
[2024-01-16 14:14:03] ssh_log_hexdump: 00000430 2c 68 6d 61 63 2d 73 68 61 31 2d 39 36 2d 65 74 ,hmac-sha1-96-et
[2024-01-16 14:14:03] ssh_log_hexdump: 00000440 6d 40 6f 70 65 6e 73 73 68 2e 63 6f 6d 2c 68 6d m@openssh.com,hm
[2024-01-16 14:14:03] ssh_log_hexdump: 00000450 61 63 2d 73 68 61 32 2d 32 35 36 2c 68 6d 61 63 ac-sha2-256,hmac
[2024-01-16 14:14:03] ssh_log_hexdump: 00000460 2d 73 68 61 32 2d 35 31 32 2c 68 6d 61 63 2d 73 -sha2-512,hmac-s
[2024-01-16 14:14:03] ssh_log_hexdump: 00000470 68 61 31 2c 68 6d 61 63 2d 73 68 61 31 2d 39 36 ha1,hmac-sha1-96
[2024-01-16 14:14:03] ssh_log_hexdump: 00000480 00 00 00 04 6e 6f 6e 65 00 00 00 04 6e 6f 6e 65 ....none....none
[2024-01-16 14:14:03] ssh_log_hexdump: 00000490 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 ................
[2024-01-16 14:14:03] ssh_log_hexdump: 000004a0 46 14 a6 20 ce 0d 17 98 5f 56 ec b5 c9 86 05 a8 F.. ....V......
[2024-01-16 14:14:03] ssh_log_hexdump: 000004b0 62 74 00 00 00 bd 64 69 66 66 69 65 2d 68 65 6c bt....diffie-hel
[2024-01-16 14:14:03] ssh_log_hexdump: 000004c0 6c 6d 61 6e 2d 67 72 6f 75 70 31 36 2d 73 68 61 lman-group16-sha
[2024-01-16 14:14:03] ssh_log_hexdump: 000004d0 35 31 32 2c 64 69 66 66 69 65 2d 68 65 6c 6c 6d 512,diffie-hellm
[2024-01-16 14:14:03] ssh_log_hexdump: 000004e0 61 6e 2d 67 72 6f 75 70 31 35 2d 73 68 61 35 31 an-group15-sha51
[2024-01-16 14:14:03] ssh_log_hexdump: 000004f0 32 2c 64 69 66 66 69 65 2d 68 65 6c 6c 6d 61 6e 2,diffie-hellman
[2024-01-16 14:14:03] ssh_log_hexdump: 00000500 2d 67 72 6f 75 70 31 34 2d 73 68 61 32 35 36 2c -group14-sha256,
[2024-01-16 14:14:03] ssh_log_hexdump: 00000510 64 69 66 66 69 65 2d 68 65 6c 6c 6d 61 6e 2d 67 diffie-hellman-g
[2024-01-16 14:14:03] ssh_log_hexdump: 00000520 72 6f 75 70 2d 65 78 63 68 61 6e 67 65 2d 73 68 roup-exchange-sh
[2024-01-16 14:14:03] ssh_log_hexdump: 00000530 61 32 35 36 2c 64 69 66 66 69 65 2d 68 65 6c 6c a256,diffie-hell
[2024-01-16 14:14:03] ssh_log_hexdump: 00000540 6d 61 6e 2d 67 72 6f 75 70 2d 65 78 63 68 61 6e man-group-exchan
[2024-01-16 14:14:03] ssh_log_hexdump: 00000550 67 65 2d 73 68 61 31 2c 64 69 66 66 69 65 2d 68 ge-sha1,diffie-h
[2024-01-16 14:14:03] ssh_log_hexdump: 00000560 65 6c 6c 6d 61 6e 2d 67 72 6f 75 70 31 34 2d 73 ellman-group14-s
[2024-01-16 14:14:03] ssh_log_hexdump: 00000570 68 61 31 00 00 00 3d 72 73 61 2d 73 68 61 32 2d ha1...=rsa-sha2-
[2024-01-16 14:14:03] ssh_log_hexdump: 00000580 35 31 32 2c 72 73 61 2d 73 68 61 32 2d 32 35 36 512,rsa-sha2-256
[2024-01-16 14:14:03] ssh_log_hexdump: 00000590 2c 65 63 64 73 61 2d 73 68 61 32 2d 6e 69 73 74 ,ecdsa-sha2-nist
[2024-01-16 14:14:03] ssh_log_hexdump: 000005a0 70 35 32 31 2c 73 73 68 2d 64 73 73 2c 73 73 68 p521,ssh-dss,ssh
[2024-01-16 14:14:03] ssh_log_hexdump: 000005b0 2d 72 73 61 00 00 00 34 61 65 73 32 35 36 2d 63 -rsa...4aes256-c
[2024-01-16 14:14:03] ssh_log_hexdump: 000005c0 74 72 2c 61 65 73 31 32 38 2d 63 74 72 2c 61 65 tr,aes128-ctr,ae
[2024-01-16 14:14:03] ssh_log_hexdump: 000005d0 73 32 35 36 2d 63 62 63 2c 61 65 73 31 32 38 2d s256-cbc,aes128-
[2024-01-16 14:14:03] ssh_log_hexdump: 000005e0 63 62 63 2c 33 64 65 73 2d 63 62 63 00 00 00 34 cbc,3des-cbc...4
[2024-01-16 14:14:03] ssh_log_hexdump: 000005f0 61 65 73 32 35 36 2d 63 74 72 2c 61 65 73 31 32 aes256-ctr,aes12
[2024-01-16 14:14:03] ssh_log_hexdump: 00000600 38 2d 63 74 72 2c 61 65 73 32 35 36 2d 63 62 63 8-ctr,aes256-cbc
[2024-01-16 14:14:03] ssh_log_hexdump: 00000610 2c 61 65 73 31 32 38 2d 63 62 63 2c 33 64 65 73 ,aes128-cbc,3des
[2024-01-16 14:14:03] ssh_log_hexdump: 00000620 2d 63 62 63 00 00 00 4a 68 6d 61 63 2d 73 68 61 -cbc...Jhmac-sha
[2024-01-16 14:14:03] ssh_log_hexdump: 00000630 32 2d 32 35 36 2c 68 6d 61 63 2d 73 68 61 32 2d 2-256,hmac-sha2-
[2024-01-16 14:14:03] ssh_log_hexdump: 00000640 32 35 36 2d 39 36 2c 68 6d 61 63 2d 73 68 61 31 256-96,hmac-sha1
[2024-01-16 14:14:03] ssh_log_hexdump: 00000650 2c 68 6d 61 63 2d 73 68 61 31 2d 39 36 2c 68 6d ,hmac-sha1-96,hm
[2024-01-16 14:14:03] ssh_log_hexdump: 00000660 61 63 2d 6d 64 35 2c 68 6d 61 63 2d 6d 64 35 2d ac-md5,hmac-md5-
[2024-01-16 14:14:03] ssh_log_hexdump: 00000670 39 36 00 00 00 4a 68 6d 61 63 2d 73 68 61 32 2d 96...Jhmac-sha2-
[2024-01-16 14:14:03] ssh_log_hexdump: 00000680 32 35 36 2c 68 6d 61 63 2d 73 68 61 32 2d 32 35 256,hmac-sha2-25
[2024-01-16 14:14:03] ssh_log_hexdump: 00000690 36 2d 39 36 2c 68 6d 61 63 2d 73 68 61 31 2c 68 6-96,hmac-sha1,h
[2024-01-16 14:14:03] ssh_log_hexdump: 000006a0 6d 61 63 2d 73 68 61 31 2d 39 36 2c 68 6d 61 63 mac-sha1-96,hmac
[2024-01-16 14:14:03] ssh_log_hexdump: 000006b0 2d 6d 64 35 2c 68 6d 61 63 2d 6d 64 35 2d 39 36 -md5,hmac-md5-96
[2024-01-16 14:14:03] ssh_log_hexdump: 000006c0 00 00 00 09 6e 6f 6e 65 2c 7a 6c 69 62 00 00 00 ....none,zlib...
[2024-01-16 14:14:03] ssh_log_hexdump: 000006d0 09 6e 6f 6e 65 2c 7a 6c 69 62 00 00 00 00 00 00 .none,zlib......
[2024-01-16 14:14:03] ssh_log_hexdump: 000006e0 00 00 00 00 00 00 00 00 00 00 ac 00 00 00 13 65 ...............e
[2024-01-16 14:14:03] ssh_log_hexdump: 000006f0 63 64 73 61 2d 73 68 61 32 2d 6e 69 73 74 70 35 cdsa-sha2-nistp5
[2024-01-16 14:14:03] ssh_log_hexdump: 00000700 32 31 00 00 00 08 6e 69 73 74 70 35 32 31 00 00 21....nistp521..
[2024-01-16 14:14:03] ssh_log_hexdump: 00000710 00 85 04 01 c1 96 0e dc e8 99 9b 12 4b ba 4e 38 ............K.N8
[2024-01-16 14:14:03] ssh_log_hexdump: 00000720 43 48 82 e4 25 a4 9f 1c e7 34 c8 90 4f b4 d5 fc CH..%O...
[2024-01-16 14:14:03] ssh_log_hexdump: 00000730 19 02 ff 67 59 c0 78 cb 2d a0 5d 67 3b 84 80 1d ...gY.x.-.]g;...
[2024-01-16 14:14:03] ssh_log_hexdump: 00000740 9d 48 a8 c1 bd ed 36 d4 db 90 0b 98 cc fa 10 81 .H....6.........
[2024-01-16 14:14:03] ssh_log_hexdump: 00000750 de 44 d1 ee f0 01 b2 5b d5 3a e7 92 b4 e3 37 51 .D.7Q
[2024-01-16 14:14:03] ssh_log_hexdump: 00000760 32 49 ad 30 31 99 3b 5f 18 bd 2e b9 0b 9c 35 7e 2I.01.;
......5~
[2024-01-16 14:14:03] ssh_log_hexdump: 00000770 78 2b f6 0b 77 11 4e fc 63 32 7d 95 9b 56 1e e6 x+..w.N.c2}..V..
[2024-01-16 14:14:03] ssh_log_hexdump: 00000780 19 a6 e2 56 93 96 d3 3f 95 36 3a 7d 79 22 9a 12 ...V...?.6:}y"..
[2024-01-16 14:14:03] ssh_log_hexdump: 00000790 af 9e b3 47 46 66 90 00 00 02 00 70 b8 df 8d 5e ...GFf.....p...^
[2024-01-16 14:14:03] ssh_log_hexdump: 000007a0 08 1d ea ce 1f 2d 40 1e bc 43 a6 1f 65 f5 69 b9 .....-@..C..e.i.
[2024-01-16 14:14:03] ssh_log_hexdump: 000007b0 97 1c ae 76 59 3b 9c 96 d2 bc ff 6a d1 80 b2 ef ...vY;.....j....
[2024-01-16 14:14:03] ssh_log_hexdump: 000007c0 b7 aa 7d 1d a7 59 5a b4 de de 02 1a f8 f9 08 a0 ..}..YZ.........
[2024-01-16 14:14:03] ssh_log_hexdump: 000007d0 fa 03 fe 9d b7 25 7a 04 ad a7 b7 f2 c4 bf 6d 1d .....%z.......m.
[2024-01-16 14:14:03] ssh_log_hexdump: 000007e0 1d 1a c7 95 98 be 89 4b f9 f5 a8 c5 48 dc 40 5a .......K....H.@z
[2024-01-16 14:14:03] ssh_log_hexdump: 000007f0 98 09 a2 d2 16 3a 60 ce 7f a0 c9 29 7b 28 8d 00 .....:....){(.. [2024-01-16 14:14:03] ssh_log_hexdump: 00000800 c6 16 ab 12 96 a4 3f 6c 1c dc 7b 6e db cd 48 1c ......?l..{n..H. [2024-01-16 14:14:03] ssh_log_hexdump: 00000810 51 15 40 29 96 df 6b 95 46 ca 1c 8a 02 0b 17 dd Q.@)..k.F....... [2024-01-16 14:14:03] ssh_log_hexdump: 00000820 84 d6 ea b8 4c b1 c7 ff 78 96 49 13 70 91 ba ef ....L...x.I.p... [2024-01-16 14:14:03] ssh_log_hexdump: 00000830 90 cb b2 2f e2 9b ab 79 3c 9b c3 0e 8f 6e b6 cf .../...y<....n.. [2024-01-16 14:14:03] ssh_log_hexdump: 00000840 3e fb e7 fb ac e0 3e 5a ff ea 53 4d c7 40 a7 bc >.....>Z..SM.@.. [2024-01-16 14:14:03] ssh_log_hexdump: 00000850 17 a7 c8 1a e1 4c 2a 77 35 94 bb 16 9a 1a 9d c2 .....L*w5....... [2024-01-16 14:14:03] ssh_log_hexdump: 00000860 b9 ea cf 9b d0 ef 4e ab d0 a3 4e 75 83 02 7f 65 ......N...Nu...e [2024-01-16 14:14:03] ssh_log_hexdump: 00000870 56 f9 b3 e5 5f f0 b6 98 72 bb c5 f5 c6 2c 5f 7a V..._...r....,_z [2024-01-16 14:14:03] ssh_log_hexdump: 00000880 1d 41 4c 02 ff bd 70 d9 03 05 0c d7 42 06 a6 ae .AL...p.....B... [2024-01-16 14:14:03] ssh_log_hexdump: 00000890 00 3a b4 1f 9d 6a fd 26 ae 5a df 2c ab 31 a6 d3 .:...j.&.Z.,.1.. [2024-01-16 14:14:03] ssh_log_hexdump: 000008a0 26 06 71 56 e8 df 9b 86 95 29 b3 dc c4 11 63 cd &.qV.....)....c. [2024-01-16 14:14:03] ssh_log_hexdump: 000008b0 8a cb e3 93 7b 83 b7 b1 b7 3e e6 67 8d a8 06 f1 ....{....>.g.... [2024-01-16 14:14:03] ssh_log_hexdump: 000008c0 e9 70 38 74 1f 67 93 d3 65 78 2b 75 e6 29 b3 e0 .p8t.g..ex+u.).. [2024-01-16 14:14:03] ssh_log_hexdump: 000008d0 54 19 e1 da 75 fe 8a f7 8f e4 7b 34 01 0e db d6 T...u.....{4.... [2024-01-16 14:14:03] ssh_log_hexdump: 000008e0 91 5a af bc 37 ce 16 97 d9 6a 8a 5c a5 76 5f 51 .Z..7....j.\.v_Q [2024-01-16 14:14:03] ssh_log_hexdump: 000008f0 b2 d2 27 c0 bd a9 b0 08 c8 21 16 08 06 3b 4a 03 ..'......!...;J. [2024-01-16 14:14:03] ssh_log_hexdump: 00000900 d4 3c 47 c6 be fb 88 3a f3 e0 6b 60 cd 1a 63 3d .<G....:..k..c=
[2024-01-16 14:14:03] ssh_log_hexdump: 00000910 07 28 3b 6d f4 1b cb b1 e2 94 2d bf bc cb 59 1c .(;m......-...Y.
[2024-01-16 14:14:03] ssh_log_hexdump: 00000920 39 f4 e5 4a 16 47 21 8f 74 9b 35 1b 66 ca bb fd 9..J.G!.t.5.f...
[2024-01-16 14:14:03] ssh_log_hexdump: 00000930 7a 5d 1b 79 76 0c 7f 74 c0 f3 26 36 2d 9d 7a ec z].yv..t..&6-.z.
[2024-01-16 14:14:03] ssh_log_hexdump: 00000940 c9 0a 6d e3 1b 5e 72 c9 b1 e0 7a 7f 59 69 e5 60 ..m..^r...z.Yi. [2024-01-16 14:14:03] ssh_log_hexdump: 00000950 c9 cd 46 3f 16 ce 30 51 52 de 38 31 9c 98 68 22 ..F?..0QR.81..h" [2024-01-16 14:14:03] ssh_log_hexdump: 00000960 34 cd 15 f8 86 11 20 19 28 b0 2a d0 a2 d5 d8 4d 4..... .(.*....M [2024-01-16 14:14:03] ssh_log_hexdump: 00000970 d1 6b 12 d5 5f 62 1c d8 10 03 b8 b9 02 b5 f6 3e .k.._b.........> [2024-01-16 14:14:03] ssh_log_hexdump: 00000980 9f 71 ad e0 58 1f dd 04 b3 e3 f0 1e 56 93 6c e9 .q..X.......V.l. [2024-01-16 14:14:03] ssh_log_hexdump: 00000990 be 3f 2b c6 c9 8a 3f de a6 ad b3 00 00 02 00 6d .?+...?........m [2024-01-16 14:14:03] ssh_log_hexdump: 000009a0 b2 9f c6 24 6b 4b 96 56 b2 ed 42 31 71 1c 2f 75 ...$kK.V..B1q./u [2024-01-16 14:14:03] ssh_log_hexdump: 000009b0 94 8a 71 a1 79 a5 91 d4 cf e0 02 4d 8a 4f 43 e4 ..q.y......M.OC. [2024-01-16 14:14:03] ssh_log_hexdump: 000009c0 58 a3 9d 78 13 c6 69 f7 55 96 b2 cf c8 9c ab 40 X..x..i.U......@ [2024-01-16 14:14:03] ssh_log_hexdump: 000009d0 b3 60 ac eb 85 f0 0e 38 b3 62 e8 4c 29 4a 23 92 ......8.b.L)J#.
[2024-01-16 14:14:03] ssh_log_hexdump: 000009e0 e7 cd 5f 57 38 d8 c4 0d 63 de 66 bc d4 0a 31 ee ..W8...c.f...1.
[2024-01-16 14:14:03] ssh_log_hexdump: 000009f0 b5 70 c0 d1 7a e2 01 36 20 5e b1 30 63 a5 ba c1 .p..z..6 ^.0c...
[2024-01-16 14:14:03] ssh_log_hexdump: 00000a00 b6 bb 55 2e c9 ae 2e da a9 b4 cc 0a 30 b7 17 03 ..U.........0...
[2024-01-16 14:14:03] ssh_log_hexdump: 00000a10 e7 b2 d8 51 a6 de 86 ff 52 de 89 97 66 fe fb d6 ...Q....R...f...
[2024-01-16 14:14:03] ssh_log_hexdump: 00000a20 5d ac 2f a4 81 e6 aa 78 bc 55 da 37 5a 67 66 de ]./....x.U.7Zgf.
[2024-01-16 14:14:03] ssh_log_hexdump: 00000a30 30 a5 30 dd 0e 29 02 34 bc 12 89 49 6d 65 71 92 0.0..).4...Imeq.
[2024-01-16 14:14:03] ssh_log_hexdump: 00000a40 f4 29 32 52 2d ba c4 4c 37 eb 4b 00 b7 34 b0 12 .)2R-..L7.K..4..
[2024-01-16 14:14:03] ssh_log_hexdump: 00000a50 43 24 2e db 48 d6 a2 1c 31 41 6a 4c 65 69 e9 86 C$..H...1AjLei..
[2024-01-16 14:14:03] ssh_log_hexdump: 00000a60 11 b8 e0 92 81 7c 5d eb ce 53 00 68 6f 00 48 00 .....|]..S.ho.H.
[2024-01-16 14:14:03] ssh_log_hexdump: 00000a70 28 ca 13 d1 68 21 1c ee 69 10 c1 3b 2c 03 73 b5 (...h!..i..;,.s.
[2024-01-16 14:14:03] ssh_log_hexdump: 00000a80 c5 7d 51 66 ab b3 54 d8 02 26 29 44 e4 17 6c 3d .}Qf..T..&)D..l=
[2024-01-16 14:14:03] ssh_log_hexdump: 00000a90 c0 73 d0 39 af 7a 91 81 7a 11 d5 77 11 af 95 47 .s.9.z..z..w...G
[2024-01-16 14:14:03] ssh_log_hexdump: 00000aa0 5d 5a af 54 1f d0 47 a7 bc ad c7 da 6f 79 5d c9 ]Z.T..G.....oy].
[2024-01-16 14:14:03] ssh_log_hexdump: 00000ab0 74 9f eb 2b d8 de 35 bc 6a 15 1e 0f 6d 61 70 5f t..+..5.j...map

[2024-01-16 14:14:03] ssh_log_hexdump: 00000ac0 61 aa b7 45 4d b7 e9 4a 70 45 58 68 78 97 4e 17 a..EM..JpEXhx.N.
[2024-01-16 14:14:03] ssh_log_hexdump: 00000ad0 c3 ed c6 eb 1e bf ad e7 1b 74 9d f4 00 a5 ea 8c .........t......
[2024-01-16 14:14:03] ssh_log_hexdump: 00000ae0 87 a8 b9 68 d9 26 1c b8 04 66 f4 f2 a1 8d 91 e1 ...h.&...f......
[2024-01-16 14:14:03] ssh_log_hexdump: 00000af0 d6 04 5c 19 09 66 d2 35 b0 aa ee 4a d3 95 f2 c8 ....f.5...J....
[2024-01-16 14:14:03] ssh_log_hexdump: 00000b00 84 12 46 25 d5 ca 15 18 b0 4f 44 d9 b5 f0 44 94 ..F%.....OD...D.
[2024-01-16 14:14:03] ssh_log_hexdump: 00000b10 df b5 c4 4c ca 99 23 e4 6b bd 04 33 29 9f 04 cb ...L..#.k..3)...
[2024-01-16 14:14:03] ssh_log_hexdump: 00000b20 21 00 80 7e 9d a9 ba 96 c5 d3 92 0f 38 ff ea d8 !..~........8...
[2024-01-16 14:14:03] ssh_log_hexdump: 00000b30 da b3 4a a5 c5 dc c1 c8 81 36 fd a1 61 36 d4 e0 ..J......6..a6..
[2024-01-16 14:14:03] ssh_log_hexdump: 00000b40 97 f9 61 08 78 6e 58 7e 7e bc d7 fb d2 3d 5e 74 ..a.xnX~~....=^t
[2024-01-16 14:14:03] ssh_log_hexdump: 00000b50 ff 3f 6d f6 6e 93 41 8f 96 ad 19 f6 49 fd 1b 89 .?m.n.A.....I...
[2024-01-16 14:14:03] ssh_log_hexdump: 00000b60 70 76 37 e0 dc 5a 66 11 3b 6a 9f e1 80 68 f2 a4 pv7..Zf.;j...h..
[2024-01-16 14:14:03] ssh_log_hexdump: 00000b70 ee 8b c8 87 7b 51 c7 62 3b f9 6c 08 2c 50 81 63 ....{Q.b;.l.,P.c
[2024-01-16 14:14:03] ssh_log_hexdump: 00000b80 77 e8 d8 da 60 4d a5 aa c5 cb 2a a5 00 b7 df d1 w...M....*..... [2024-01-16 14:14:03] ssh_log_hexdump: 00000b90 1e 58 c9 fc ff ee 17 75 f1 2e ac 6e 27 b8 ac 00 .X.....u...n'... [2024-01-16 14:14:03] ssh_log_hexdump: 00000ba0 00 02 01 00 bf c5 a4 7d 26 84 33 45 42 2c e6 80 .......}&.3EB,.. [2024-01-16 14:14:03] ssh_log_hexdump: 00000bb0 48 c4 90 22 6b ac 8c 76 8f 8c eb 79 db e5 24 6c H.."k..v...y..$l [2024-01-16 14:14:03] ssh_log_hexdump: 00000bc0 73 fb 01 64 11 bf bd 0b dd 8e ae 22 14 ec 84 e3 s..d.......".... [2024-01-16 14:14:03] ssh_log_hexdump: 00000bd0 70 18 15 18 df 93 3e 37 f8 72 dd c8 95 65 7b b6 p.....>7.r...e{. [2024-01-16 14:14:03] ssh_log_hexdump: 00000be0 73 14 8b df a7 86 41 27 f6 d2 35 8f 71 cd 28 04 s.....A'..5.q.(. [2024-01-16 14:14:03] ssh_log_hexdump: 00000bf0 76 7a f8 b1 12 02 89 01 c3 46 3f 32 f1 73 13 91 vz.......F?2.s.. [2024-01-16 14:14:03] ssh_log_hexdump: 00000c00 40 d9 f7 92 86 58 a8 38 ca aa 6e ce 97 04 ab 7a @....X.8..n....z [2024-01-16 14:14:03] ssh_log_hexdump: 00000c10 59 f1 71 18 32 cb 59 c0 26 b7 a0 74 a7 cb 68 bb Y.q.2.Y.&..t..h. [2024-01-16 14:14:03] ssh_log_hexdump: 00000c20 fc 8e af 48 d2 71 46 9b 1b 87 62 fe f6 83 11 fe ...H.qF...b..... [2024-01-16 14:14:03] ssh_log_hexdump: 00000c30 0a 06 a3 21 73 da 0f f0 89 01 90 1f 5d a5 e6 ed ...!s.......]... [2024-01-16 14:14:03] ssh_log_hexdump: 00000c40 f4 e5 21 9d 02 4d 82 08 ea 44 88 31 52 0a c1 9d ..!..M...D.1R... [2024-01-16 14:14:03] ssh_log_hexdump: 00000c50 1d d2 bf 2c 7a 6f 0b 86 c6 ca 40 a0 d9 31 3a d8 ...,zo....@..1:. [2024-01-16 14:14:03] ssh_log_hexdump: 00000c60 b5 0e 3e 28 f9 0d 33 e1 a0 42 0d 95 2a 6b 0b 66 ..>(..3..B..*k.f [2024-01-16 14:14:03] ssh_log_hexdump: 00000c70 8f 56 2a 52 a4 5e a8 bd 90 b0 b5 fe 01 9d 82 6e .V*R.^.........n [2024-01-16 14:14:03] ssh_log_hexdump: 00000c80 01 86 2e 73 78 41 8d 03 3c 28 cd d6 5a 66 6e 8f ...sxA..<(..Zfn. [2024-01-16 14:14:03] ssh_log_hexdump: 00000c90 42 d6 c9 39 64 cf c5 85 be 77 5e 8c a5 cb 3e 95 B..9d....w^...>. [2024-01-16 14:14:03] ssh_log_hexdump: 00000ca0 95 0d f1 e5 98 00 3a 38 45 68 35 30 e2 26 e3 70 ......:8Eh50.&.p [2024-01-16 14:14:03] ssh_log_hexdump: 00000cb0 8e fd 05 66 3c 81 4f 5c 74 2d 9d b3 3b c3 a9 7e ...f<.O\t-..;..~ [2024-01-16 14:14:03] ssh_log_hexdump: 00000cc0 7a ef 9c 3b 78 ab 62 92 da 1a fe e0 9e e0 df b9 z..;x.b......... [2024-01-16 14:14:03] ssh_log_hexdump: 00000cd0 c3 81 97 30 3e 31 d6 2e a6 dd 73 99 f6 ee 06 33 ...0>1....s....3 [2024-01-16 14:14:03] ssh_log_hexdump: 00000ce0 c8 9d cc 05 8f 9a f2 ff 84 e7 bf 13 d1 28 01 49 .............(.I [2024-01-16 14:14:03] ssh_log_hexdump: 00000cf0 be a0 ad fe ee 40 dd 2d 13 74 a2 6b 1c 7e 18 d8 .....@.-.t.k.~.. [2024-01-16 14:14:03] ssh_log_hexdump: 00000d00 3d f6 bd ec 51 68 2d 66 c0 58 96 a8 c4 8a 9d a2 =...Qh-f.X...... [2024-01-16 14:14:03] ssh_log_hexdump: 00000d10 e2 7b 2a cc 39 58 9e bc db f8 e9 4c d3 fc 2a e9 .{*.9X.....L..*. [2024-01-16 14:14:03] ssh_log_hexdump: 00000d20 79 08 08 57 0f 31 91 85 59 96 4a 78 03 66 7e 85 y..W.1..Y.Jx.f~. [2024-01-16 14:14:03] ssh_log_hexdump: 00000d30 cd d0 71 d0 de 6d 0e b1 36 d0 c7 48 8b 13 0d fb ..q..m..6..H.... [2024-01-16 14:14:03] ssh_log_hexdump: 00000d40 4e 49 90 e3 3b 5f b0 df de 9c f9 99 7e 9b e3 90 NI..;_......~... [2024-01-16 14:14:03] ssh_log_hexdump: 00000d50 5a 57 1f 91 78 e2 49 87 9a 79 b7 b2 c9 d6 f2 4d ZW..x.I..y.....M [2024-01-16 14:14:03] ssh_log_hexdump: 00000d60 e8 56 48 d9 92 e9 ce 32 b7 d9 a3 b4 1f 4c 88 7a .VH....2.....L.z [2024-01-16 14:14:03] ssh_log_hexdump: 00000d70 81 14 c6 b9 78 a4 02 21 98 0a e5 6d ce cc 62 f5 ....x..!...m..b. [2024-01-16 14:14:03] ssh_log_hexdump: 00000d80 72 eb 54 81 bd e1 74 4c 0f 34 9e 14 36 bf 9e 57 r.T...tL.4..6..W [2024-01-16 14:14:03] ssh_log_hexdump: 00000d90 31 e3 76 c6 c5 bb f0 c3 b7 65 e1 39 3d 54 78 40 1.v......e.9=Tx@ [2024-01-16 14:14:03] ssh_log_hexdump: 00000da0 12 2d e5 d7 .-.. [2024-01-16 14:14:03] ssh_log_hexdump: secret hash (64 bytes): [2024-01-16 14:14:03] ssh_log_hexdump: 00000000 cf a4 4b ab 52 1c 5d f6 38 c2 02 12 d6 b4 47 d0 ..K.R.].8.....G. [2024-01-16 14:14:03] ssh_log_hexdump: 00000010 7c 78 58 5a b9 20 e1 5c ec 9d 59 a1 ca 4e a6 01 |xXZ. .\..Y..N.. [2024-01-16 14:14:03] ssh_log_hexdump: 00000020 7d 77 c6 fb 57 8d cc 0e 72 d7 4f dc 62 57 74 49 }w..W...r.O.bWtI [2024-01-16 14:14:03] ssh_log_hexdump: 00000030 1a 29 26 61 40 59 69 0d 20 60 e3 55 3b 13 2d f1 .)&a@Yi. .U;.-.
[2024-01-16 14:14:03] ssh_log_hexdump: session id (64 bytes):
[2024-01-16 14:14:03] ssh_log_hexdump: 00000000 cf a4 4b ab 52 1c 5d f6 38 c2 02 12 d6 b4 47 d0 ..K.R.].8.....G.
[2024-01-16 14:14:03] ssh_log_hexdump: 00000010 7c 78 58 5a b9 20 e1 5c ec 9d 59 a1 ca 4e a6 01 |xXZ. ...Y..N..
[2024-01-16 14:14:03] ssh_log_hexdump: 00000020 7d 77 c6 fb 57 8d cc 0e 72 d7 4f dc 62 57 74 49 }w..W...r.O.bWtI
[2024-01-16 14:14:03] ssh_log_hexdump: 00000030 1a 29 26 61 40 59 69 0d 20 60 e3 55 3b 13 2d f1 .)&a@Yi. `.U;.-.
[2024-01-16 14:14:03] crypt_set_algorithms2: Set output algorithm to aes256-ctr
[2024-01-16 14:14:03] crypt_set_algorithms2: Set HMAC output algorithm to hmac-sha2-256
[2024-01-16 14:14:03] crypt_set_algorithms2: Set input algorithm to aes256-ctr
[2024-01-16 14:14:03] crypt_set_algorithms2: Set HMAC input algorithm to hmac-sha2-256
[2024-01-16 14:14:03] ssh_make_bignum_string: 4096 bits, 512 bytes, 1 padding

[2024-01-16 14:14:03] ssh_log_hexdump: Client to Server IV (64 bytes):
[2024-01-16 14:14:03] ssh_log_hexdump: 00000000 33 b2 3d ba be 3a 7a 96 f1 86 eb 37 3e d5 ec 69 3.=..:z....7>..i
[2024-01-16 14:14:03] ssh_log_hexdump: 00000010 5e d0 26 ab a2 01 7a 87 43 5e b3 2a 74 cc 41 69 ^.&...z.C^.*t.Ai
[2024-01-16 14:14:03] ssh_log_hexdump: 00000020 26 02 85 1e e0 79 52 39 aa 9c 2d 18 c3 d3 dd 35 &....yR9..-....5
[2024-01-16 14:14:03] ssh_log_hexdump: 00000030 75 c4 d9 9a f0 0f 1a 26 a6 0e 97 ec 22 66 93 3f u......&...."f.?
[2024-01-16 14:14:03] ssh_log_hexdump: Server to Client IV (64 bytes):
[2024-01-16 14:14:03] ssh_log_hexdump: 00000000 da 7e 8c 40 a3 9c 47 14 11 35 a8 2d a7 7a 26 f5 ..@..G..5.-.z&.
[2024-01-16 14:14:03] ssh_log_hexdump: 00000010 ed 7e c5 a8 b3 5a 58 87 c1 a6 06 6a 38 26 4e d7 .
...ZX....j8&N.
[2024-01-16 14:14:03] ssh_log_hexdump: 00000020 6e fa 21 6c b6 62 21 35 ba b2 e4 3b 63 6d d3 51 n.!l.b!5...;cm.Q
[2024-01-16 14:14:03] ssh_log_hexdump: 00000030 b4 4d d1 e0 98 95 48 fd 84 1b b8 9d 35 58 de 7a .M....H.....5X.z
[2024-01-16 14:14:03] ssh_log_hexdump: Client to Server Encryption Key (32 bytes):
[2024-01-16 14:14:03] ssh_log_hexdump: 00000000 07 3e 19 32 93 86 1e 6a c5 0a f2 68 28 7d 19 04 .>.2...j...h(}..
[2024-01-16 14:14:03] ssh_log_hexdump: 00000010 96 c0 71 c2 da f1 38 bc a8 28 4d ce ee d3 f6 3c ..q...8..(M....<
[2024-01-16 14:14:03] ssh_log_hexdump: Server to Client Encryption Key (32 bytes):
[2024-01-16 14:14:03] ssh_log_hexdump: 00000000 98 d1 7e 4c 92 c1 ed 46 9f 7e 33 29 83 96 b2 a8 ..~L...F.3)....
[2024-01-16 14:14:03] ssh_log_hexdump: 00000010 73 1e 55 86 98 e0 89 5e 5f 85 07 7e 05 6d 77 41 s.U....^_..
.mwA
[2024-01-16 14:14:03] ssh_log_hexdump: Client to Server Integrity Key (32 bytes):
[2024-01-16 14:14:03] ssh_log_hexdump: 00000000 79 84 52 74 ec 13 b8 ca 30 2f d1 55 e1 0d 61 51 y.Rt....0/.U..aQ
[2024-01-16 14:14:03] ssh_log_hexdump: 00000010 7d e4 7d c6 da 7c 9f a7 a4 18 8a 1b 3e 99 b0 93 }.}..|......>...
[2024-01-16 14:14:03] ssh_log_hexdump: Server to Client Integrity Key (32 bytes):
[2024-01-16 14:14:03] ssh_log_hexdump: 00000000 fb 2f 74 df 91 f9 ec 6a f2 a7 47 56 fa 2d 89 8a ./t....j..GV.-..
[2024-01-16 14:14:03] ssh_log_hexdump: 00000010 04 9b 36 6a d7 b7 25 97 1a b7 64 96 ec 5c 87 bd ..6j..%...d....
[2024-01-16 14:14:03] ssh_init_rekey_state: Set rekey after 65536000 blocks
[2024-01-16 14:14:03] ssh_init_rekey_state: Set rekey after 65536000 blocks
[2024-01-16 14:14:03] ssh_packet_set_newkeys: Set rekey after 3600 seconds
[2024-01-16 14:14:03] ssh_packet_client_dh_reply: SSH_MSG_NEWKEYS sent
[2024-01-16 14:14:03] ssh_packet_socket_callback: rcv packet cb (len=0, state=INIT)
[2024-01-16 14:14:03] ssh_packet_socket_callback: Waiting for more data (0 < 8)
[2024-01-16 14:14:03] ssh_socket_pollcallback: Poll callback on socket 2316 (POLLIN POLLOUT ), out buffer 0
[2024-01-16 14:14:03] ssh_packet_socket_callback: rcv packet cb (len=16, state=INIT)
[2024-01-16 14:14:03] ssh_packet_socket_callback: packet: read type 21 [len=12,padding=10,comp=1,payload=1]
[2024-01-16 14:14:03] ssh_packet_incoming_filter: Filtering packet type 21
[2024-01-16 14:14:03] ssh_packet_process: Dispatching handler for packet type 21
[2024-01-16 14:14:03] ssh_packet_newkeys: Received SSH_MSG_NEWKEYS
[2024-01-16 14:14:03] ssh_log_hexdump: r (66 bytes):
[2024-01-16 14:14:03] ssh_log_hexdump: 00000000 01 6c 07 da 54 55 8a 0a 09 77 b8 20 e5 1d 31 63 .l..TU...w. ..1c
[2024-01-16 14:14:03] ssh_log_hexdump: 00000010 3a ed e2 4e 68 c9 b4 93 b2 0c 4f 49 6a 87 93 6c :..Nh.....OIj..l
[2024-01-16 14:14:03] ssh_log_hexdump: 00000020 87 3b cf 1c dd 2d 07 36 bd 1a 71 d3 04 be 78 cb .;...-.6..q...x.
[2024-01-16 14:14:03] ssh_log_hexdump: 00000030 4e ca 6e 70 ef de 0f 8f 00 b8 ed ff c5 c7 c9 2f N.np.........../
[2024-01-16 14:14:03] ssh_log_hexdump: 00000040 30 c8 0.
[2024-01-16 14:14:03] ssh_make_string_bn: Importing a 528 bits, 66 bytes object ...

[2024-01-16 14:14:03] ssh_log_hexdump: s (66 bytes):
[2024-01-16 14:14:03] ssh_log_hexdump: 00000000 01 f0 85 26 4d a7 e9 2b 88 3e 50 84 b0 19 be 3d ...&M..+.>P....=
[2024-01-16 14:14:03] ssh_log_hexdump: 00000010 06 22 d0 44 77 b7 c0 29 20 2a 24 e0 ef a3 e4 5c .".Dw..) *$....
[2024-01-16 14:14:03] ssh_log_hexdump: 00000020 19 3b fe 71 21 2b 43 1f eb ba 0c 8d 25 33 af ad .;.q!+C.....%3..
[2024-01-16 14:14:03] ssh_log_hexdump: 00000030 3a 68 4c 7b ab 2e 91 e2 6f ea 4e 53 7f 82 53 40 :hL{....o.NS..S@
[2024-01-16 14:14:03] ssh_log_hexdump: 00000040 54 2e T.
[2024-01-16 14:14:03] ssh_make_string_bn: Importing a 528 bits, 66 bytes object ...

[2024-01-16 14:14:03] ssh_pki_signature_verify: Going to verify a ecdsa-sha2-nistp521 type signature
[2024-01-16 14:14:03] pki_verify_data_signature: Signature valid
[2024-01-16 14:14:03] ssh_packet_newkeys: Signature verified and valid
[2024-01-16 14:14:03] ssh_packet_set_newkeys: called, direction = IN
[2024-01-16 14:14:03] ssh_packet_socket_callback: rcv packet cb (len=0, state=INIT)
[2024-01-16 14:14:03] ssh_packet_socket_callback: Waiting for more data (0 < 16)
[2024-01-16 14:14:03] ssh_socket_pollcallback: sending control flow event
[2024-01-16 14:14:03] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback
[2024-01-16 14:14:03] ssh_connect: current state : 7
[2024-01-16 14:14:03] ssh_log_hexdump: mac: (16 bytes):
[2024-01-16 14:14:03] ssh_log_hexdump: 00000000 08 99 42 cd 78 b6 92 fb a2 8b 42 ae 7b c8 5b d1 ..B.x.....B.{.[.
[2024-01-16 14:14:03] ssh_log_hexdump: Packet hmac (32 bytes):
[2024-01-16 14:14:03] ssh_log_hexdump: 00000000 9e dc 10 a5 bf 52 1b 9d 5d ed 49 c7 30 ae c9 40 .....R..].I.0..@
[2024-01-16 14:14:03] ssh_log_hexdump: 00000010 aa db 89 eb d3 07 b5 39 6d a1 cd f7 ee 3d bb 69 .......9m....=.i
[2024-01-16 14:14:03] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[2024-01-16 14:14:03] packet_send2: packet: wrote [type=2, len=12, padding_size=6, comp=5, payload=5]
[2024-01-16 14:14:03] ssh_socket_pollcallback: Poll callback on socket 2316 (POLLOUT ), out buffer 0
[2024-01-16 14:14:03] ssh_socket_pollcallback: sending control flow event
[2024-01-16 14:14:03] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback
[2024-01-16 14:14:03] ssh_log_hexdump: mac: (16 bytes):
[2024-01-16 14:14:03] ssh_log_hexdump: 00000000 1b 7d af 3e bf a9 fb 11 5e a4 dd 5f ef 97 d8 1b .}.>....^.._....
[2024-01-16 14:14:03] ssh_log_hexdump: Packet hmac (32 bytes):
[2024-01-16 14:14:03] ssh_log_hexdump: 00000000 f8 9d a5 8e 77 1e cd aa f5 32 58 ed be e1 e0 f3 ....w....2X.....
[2024-01-16 14:14:03] ssh_log_hexdump: 00000010 e3 f1 c7 73 5d b7 35 78 7f 22 83 06 a1 89 a1 db ...s].5x."......
[2024-01-16 14:14:03] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[2024-01-16 14:14:03] packet_send2: packet: wrote [type=2, len=12, padding_size=6, comp=5, payload=5]
[2024-01-16 14:14:03] ssh_socket_pollcallback: Poll callback on socket 2316 (POLLOUT ), out buffer 0
[2024-01-16 14:14:03] ssh_socket_pollcallback: sending control flow event
[2024-01-16 14:14:03] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback
[2024-01-16 14:14:04] ssh_log_hexdump: mac: (16 bytes):
[2024-01-16 14:14:04] ssh_log_hexdump: 00000000 07 12 da 95 7d bd 0a ae 5c 85 24 cf 44 ee 0f db ....}....$.D...
[2024-01-16 14:14:04] ssh_log_hexdump: Packet hmac (32 bytes):
[2024-01-16 14:14:04] ssh_log_hexdump: 00000000 2e d0 22 7f 7c 65 77 b5 d9 53 b7 b1 ff d2 06 6e ..".|ew..S.....n
[2024-01-16 14:14:04] ssh_log_hexdump: 00000010 e0 a2 e6 24 9d f5 41 c3 1e 07 2a 27 90 93 b6 ce ...$..A...'....
[2024-01-16 14:14:04] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[2024-01-16 14:14:04] packet_send2: packet: wrote [type=2, len=12, padding_size=6, comp=5, payload=5]
[2024-01-16 14:14:04] ssh_socket_pollcallback: Poll callback on socket 2316 (POLLOUT ), out buffer 0
[2024-01-16 14:14:04] ssh_socket_pollcallback: sending control flow event
[2024-01-16 14:14:04] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback
[2024-01-16 14:14:05] ssh_log_hexdump: mac: (16 bytes):
[2024-01-16 14:14:05] ssh_log_hexdump: 00000000 19 78 ef 61 d3 43 8a 2b 29 bb 9a a2 39 37 48 1c .x.a.C.+)...97H.
[2024-01-16 14:14:05] ssh_log_hexdump: Packet hmac (32 bytes):
[2024-01-16 14:14:05] ssh_log_hexdump: 00000000 18 cb ed 2a 90 a2 f4 55 44 14 04 7c b4 c2 3f 8a ...
...UD..|..?.
[2024-01-16 14:14:05] ssh_log_hexdump: 00000010 68 37 3c 57 a3 a7 32 52 db ca d3 87 08 ee 0a 74 h7<W..2R.......t
[2024-01-16 14:14:05] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[2024-01-16 14:14:05] packet_send2: packet: wrote [type=2, len=12, padding_size=6, comp=5, payload=5]
[2024-01-16 14:14:05] ssh_socket_pollcallback: Poll callback on socket 2316 (POLLOUT ), out buffer 0
[2024-01-16 14:14:05] ssh_socket_pollcallback: sending control flow event
[2024-01-16 14:14:05] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback
[2024-01-16 14:14:06] ssh_log_hexdump: mac: (16 bytes):
[2024-01-16 14:14:06] ssh_log_hexdump: 00000000 05 9a 77 2f 52 4a 81 d5 ed 9c ad 51 0d f2 f4 ad ..w/RJ.....Q....
[2024-01-16 14:14:06] ssh_log_hexdump: Packet hmac (32 bytes):
[2024-01-16 14:14:06] ssh_log_hexdump: 00000000 85 31 38 2a a9 a6 09 d3 16 5d 25 95 55 6a 36 c4 .18*.....]%.Uj6.
[2024-01-16 14:14:06] ssh_log_hexdump: 00000010 81 29 50 20 46 a6 3e 4b 0d 7c 7f f0 9e 83 7f 95 .)P F.>K.|......
[2024-01-16 14:14:06] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[2024-01-16 14:14:06] packet_send2: packet: wrote [type=2, len=12, padding_size=6, comp=5, payload=5]
[2024-01-16 14:14:06] ssh_socket_pollcallback: Poll callback on socket 2316 (POLLOUT ), out buffer 0
[2024-01-16 14:14:06] ssh_socket_pollcallback: sending control flow event
[2024-01-16 14:14:06] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback
[2024-01-16 14:14:07] ssh_log_hexdump: mac: (16 bytes):
[2024-01-16 14:14:07] ssh_log_hexdump: 00000000 cd 1b a8 91 43 80 7d 18 ce 8d 42 cf 25 8f a9 85 ....C.}...B.%...
[2024-01-16 14:14:07] ssh_log_hexdump: Packet hmac (32 bytes):
[2024-01-16 14:14:07] ssh_log_hexdump: 00000000 31 d9 a0 da f7 15 51 1a b5 29 79 6a d0 46 57 1b 1.....Q..)yj.FW.
[2024-01-16 14:14:07] ssh_log_hexdump: 00000010 61 85 41 60 5f 59 e1 80 01 a7 d2 5b 81 5b f8 47 a.A_Y.....[.[.G [2024-01-16 14:14:07] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2024-01-16 14:14:07] packet_send2: packet: wrote [type=2, len=12, padding_size=6, comp=5, payload=5] [2024-01-16 14:14:07] ssh_socket_pollcallback: Poll callback on socket 2316 (POLLOUT ), out buffer 0 [2024-01-16 14:14:07] ssh_socket_pollcallback: sending control flow event [2024-01-16 14:14:07] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback [2024-01-16 14:14:08] ssh_log_hexdump: mac: (16 bytes): [2024-01-16 14:14:08] ssh_log_hexdump: 00000000 8c 70 c6 89 2b 5d f8 51 52 5d 3d a2 ac 0f 1f 7f .p..+].QR]=..... [2024-01-16 14:14:08] ssh_log_hexdump: Packet hmac (32 bytes): [2024-01-16 14:14:08] ssh_log_hexdump: 00000000 e3 f9 64 75 48 cd 2e cd e2 48 5b 80 50 b3 5a f4 ..duH....H[.P.Z. [2024-01-16 14:14:08] ssh_log_hexdump: 00000010 3d dc 93 d2 4a 53 79 5c 5f 7e 14 42 ed 94 97 fd =...JSy\_~.B.... [2024-01-16 14:14:08] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2024-01-16 14:14:08] packet_send2: packet: wrote [type=2, len=12, padding_size=6, comp=5, payload=5] [2024-01-16 14:14:08] ssh_socket_pollcallback: Poll callback on socket 2316 (POLLOUT ), out buffer 0 [2024-01-16 14:14:08] ssh_socket_pollcallback: sending control flow event [2024-01-16 14:14:08] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback [2024-01-16 14:14:09] ssh_log_hexdump: mac: (32 bytes): [2024-01-16 14:14:09] ssh_log_hexdump: 00000000 ee d9 39 cf d4 f9 ff 6e 78 0b 01 82 9f 97 19 df ..9....nx....... [2024-01-16 14:14:09] ssh_log_hexdump: 00000010 af 14 4c c3 8e f6 1c 6b be 10 71 b3 c1 8f 14 ee ..L....k..q..... [2024-01-16 14:14:09] ssh_log_hexdump: Packet hmac (32 bytes): [2024-01-16 14:14:09] ssh_log_hexdump: 00000000 9b b8 1c 21 46 a5 63 2c a2 49 5d a4 64 0a 0b 75 ...!F.c,.I].d..u [2024-01-16 14:14:09] ssh_log_hexdump: 00000010 69 6b f0 7c 07 60 96 42 de a9 6b 91 29 c2 92 f0 ik.|..B..k.)...
[2024-01-16 14:14:09] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[2024-01-16 14:14:09] packet_send2: packet: wrote [type=5, len=28, padding_size=10, comp=17, payload=17]
[2024-01-16 14:14:09] ssh_service_request: Sent SSH_MSG_SERVICE_REQUEST (service ssh-userauth)
[2024-01-16 14:14:09] ssh_socket_pollcallback: Poll callback on socket 2316 (POLLOUT ), out buffer 0
[2024-01-16 14:14:09] ssh_socket_pollcallback: sending control flow event
[2024-01-16 14:14:09] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback
[2024-01-16 14:14:09] ssh_socket_pollcallback: Poll callback on socket 2316 (POLLIN ), out buffer 0
[2024-01-16 14:14:09] ssh_packet_socket_callback: rcv packet cb (len=64, state=INIT)
[2024-01-16 14:14:09] ssh_log_hexdump: received mac (32 bytes):
[2024-01-16 14:14:09] ssh_log_hexdump: 00000000 cd 1b 2f 96 f2 21 93 0f d5 06 21 75 b4 23 36 2f ../..!....!u.#6/
[2024-01-16 14:14:09] ssh_log_hexdump: 00000010 09 25 57 29 c1 1a 02 c1 1c 1f 7b b9 63 1a 46 e8 .%W)......{.c.F.
[2024-01-16 14:14:09] ssh_log_hexdump: Computed mac (32 bytes):
[2024-01-16 14:14:09] ssh_log_hexdump: 00000000 cd 1b 2f 96 f2 21 93 0f d5 06 21 75 b4 23 36 2f ../..!....!u.#6/
[2024-01-16 14:14:09] ssh_log_hexdump: 00000010 09 25 57 29 c1 1a 02 c1 1c 1f 7b b9 63 1a 46 e8 .%W)......{.c.F.
[2024-01-16 14:14:09] ssh_log_hexdump: seq (4 bytes):
[2024-01-16 14:14:09] ssh_log_hexdump: 00000000 00 00 00 03 ....
[2024-01-16 14:14:09] ssh_packet_socket_callback: packet: read type 6 [len=28,padding=10,comp=17,payload=17]
[2024-01-16 14:14:09] ssh_packet_incoming_filter: Filtering packet type 6
[2024-01-16 14:14:09] ssh_packet_process: Dispatching handler for packet type 6
[2024-01-16 14:14:09] ssh_packet_service_accept: Received SSH_MSG_SERVICE_ACCEPT
[2024-01-16 14:14:09] ssh_packet_socket_callback: rcv packet cb (len=0, state=INIT)
[2024-01-16 14:14:09] ssh_packet_socket_callback: Waiting for more data (0 < 16)
[2024-01-16 14:14:09] ssh_log_hexdump: mac: (48 bytes):
[2024-01-16 14:14:09] ssh_log_hexdump: 00000000 ce ed cb f0 94 f7 c7 9b 76 b5 54 99 86 f0 b6 29 ........v.T....)
[2024-01-16 14:14:09] ssh_log_hexdump: 00000010 61 73 a6 a2 cb 2f 38 bb 9d d8 c2 ce 72 26 f0 58 as.../8.....r&.X
[2024-01-16 14:14:09] ssh_log_hexdump: 00000020 04 5c af b3 13 bf e1 6e 73 89 f2 04 09 59 3b 91 ......ns....Y;.
[2024-01-16 14:14:09] ssh_log_hexdump: Packet hmac (32 bytes):
[2024-01-16 14:14:09] ssh_log_hexdump: 00000000 bf 9f b0 a2 3b d5 98 de dd f5 9e a4 7d c0 91 af ....;.......}...
[2024-01-16 14:14:09] ssh_log_hexdump: 00000010 4c bb 9e 28 cb 81 a0 20 af 0f e4 d0 15 11 cc ba L..(... ........
[2024-01-16 14:14:09] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[2024-01-16 14:14:09] packet_send2: packet: wrote [type=50, len=44, padding_size=6, comp=37, payload=37]
[2024-01-16 14:14:09] ssh_socket_pollcallback: Poll callback on socket 2316 (POLLOUT ), out buffer 0
[2024-01-16 14:14:09] ssh_socket_pollcallback: sending control flow event
[2024-01-16 14:14:09] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback
[2024-01-16 14:14:09] ssh_socket_pollcallback: Poll callback on socket 2316 (POLLIN ), out buffer 0
[2024-01-16 14:14:09] ssh_packet_socket_callback: rcv packet cb (len=96, state=INIT)
[2024-01-16 14:14:09] ssh_log_hexdump: received mac (32 bytes):
[2024-01-16 14:14:09] ssh_log_hexdump: 00000000 98 d7 76 2a b8 b8 d9 98 46 f8 8e 97 f6 b5 d1 3e ..v*....F......>
[2024-01-16 14:14:09] ssh_log_hexdump: 00000010 d7 80 f5 a7 1f 87 08 39 35 36 31 55 7f c1 53 cd .......9561U..S.
[2024-01-16 14:14:09] ssh_log_hexdump: Computed mac (32 bytes):
[2024-01-16 14:14:09] ssh_log_hexdump: 00000000 98 d7 76 2a b8 b8 d9 98 46 f8 8e 97 f6 b5 d1 3e ..v*....F......>
[2024-01-16 14:14:09] ssh_log_hexdump: 00000010 d7 80 f5 a7 1f 87 08 39 35 36 31 55 7f c1 53 cd .......9561U..S.
[2024-01-16 14:14:09] ssh_log_hexdump: seq (4 bytes):
[2024-01-16 14:14:09] ssh_log_hexdump: 00000000 00 00 00 04 ....
[2024-01-16 14:14:09] ssh_packet_socket_callback: packet: read type 51 [len=60,padding=14,comp=45,payload=45]
[2024-01-16 14:14:09] ssh_packet_incoming_filter: Filtering packet type 51
[2024-01-16 14:14:09] ssh_packet_process: Dispatching handler for packet type 51
[2024-01-16 14:14:09] ssh_packet_userauth_failure: Access denied for 'none'. Authentication that can continue: publickey,keyboard-interactive,password
[2024-01-16 14:14:09] ssh_packet_userauth_failure: Access denied for 'none'. Authentication that can continue: publickey,keyboard-interactive,password
[2024-01-16 14:14:09] ssh_packet_socket_callback: rcv packet cb (len=0, state=INIT)
[2024-01-16 14:14:09] ssh_packet_socket_callback: Waiting for more data (0 < 16)
[2024-01-16 14:14:09] ssh_log_hexdump: mac: (16 bytes):
[2024-01-16 14:14:09] ssh_log_hexdump: 00000000 0f 46 0d e7 7c 6a eb 6e 59 22 b1 b1 fc b3 75 35 .F..|j.nY"....u5
[2024-01-16 14:14:09] ssh_log_hexdump: Packet hmac (32 bytes):
[2024-01-16 14:14:09] ssh_log_hexdump: 00000000 a0 01 ad 1b d2 db ea 1f 16 53 c8 d0 38 55 95 8b .........S..8U..
[2024-01-16 14:14:09] ssh_log_hexdump: 00000010 9d f8 43 93 39 ca e1 37 cd 9b 21 de 31 1d 24 af ..C.9..7..!.1.$.
[2024-01-16 14:14:09] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[2024-01-16 14:14:09] packet_send2: packet: wrote [type=2, len=12, padding_size=6, comp=5, payload=5]
[2024-01-16 14:14:09] ssh_socket_pollcallback: Poll callback on socket 2316 (POLLOUT ), out buffer 0
[2024-01-16 14:14:09] ssh_socket_pollcallback: sending control flow event
[2024-01-16 14:14:09] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback
[2024-01-16 14:14:10] ssh_log_hexdump: mac: (16 bytes):
[2024-01-16 14:14:10] ssh_log_hexdump: 00000000 ed 5e f4 a2 fa fa 20 c9 c4 64 f5 61 48 1d f9 b6 .^.... ..d.aH...
[2024-01-16 14:14:10] ssh_log_hexdump: Packet hmac (32 bytes):
[2024-01-16 14:14:10] ssh_log_hexdump: 00000000 81 d6 9d 76 0a f9 94 ca 42 51 57 bf df 54 bb b8 ...v....BQW..T..
[2024-01-16 14:14:10] ssh_log_hexdump: 00000010 03 6d e4 ba 32 e8 ac a9 b2 5d 71 da 52 dc 9c 6f .m..2....]q.R..o
[2024-01-16 14:14:10] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[2024-01-16 14:14:10] packet_send2: packet: wrote [type=2, len=12, padding_size=6, comp=5, payload=5]
[2024-01-16 14:14:10] ssh_socket_pollcallback: Poll callback on socket 2316 (POLLOUT ), out buffer 0
[2024-01-16 14:14:10] ssh_socket_pollcallback: sending control flow event
[2024-01-16 14:14:10] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback
[2024-01-16 14:14:11] ssh_log_hexdump: mac: (16 bytes):
[2024-01-16 14:14:11] ssh_log_hexdump: 00000000 b5 03 9a cd f6 09 78 ff 9c ee 5c 86 ef 03 b0 7f ......x........
[2024-01-16 14:14:11] ssh_log_hexdump: Packet hmac (32 bytes):
[2024-01-16 14:14:11] ssh_log_hexdump: 00000000 b9 b5 f3 5b 8b 57 7a 9f 2f 23 53 6d 25 56 53 3e ...[.Wz./#Sm%VS>
[2024-01-16 14:14:11] ssh_log_hexdump: 00000010 f1 79 0d 54 d1 67 c6 22 ac 0a 37 07 60 2b 37 aa .y.T.g."..7.+7. [2024-01-16 14:14:11] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2024-01-16 14:14:11] packet_send2: packet: wrote [type=2, len=12, padding_size=6, comp=5, payload=5] [2024-01-16 14:14:11] ssh_socket_pollcallback: Poll callback on socket 2316 (POLLOUT ), out buffer 0 [2024-01-16 14:14:11] ssh_socket_pollcallback: sending control flow event [2024-01-16 14:14:11] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback [2024-01-16 14:14:12] ssh_log_hexdump: mac: (80 bytes): [2024-01-16 14:14:12] ssh_log_hexdump: 00000000 f1 36 a0 6e d0 40 7b d0 28 75 d6 89 c8 82 51 7e .6.n.@{.(u....Q~ [2024-01-16 14:14:12] ssh_log_hexdump: 00000010 7b a6 7f a5 3b 44 ce e9 6c ed fc 8d 7c 70 1b f8 {...;D..l...|p.. [2024-01-16 14:14:12] ssh_log_hexdump: 00000020 4f 60 6b 63 c2 b1 c8 af 2a 03 b8 1c 0c c4 6f 30 Okc.........o0
[2024-01-16 14:14:12] ssh_log_hexdump: 00000030 13 91 2c 66 90 6b 63 bf 43 e2 fa 68 35 ce 56 11 ..,f.kc.C..h5.V.
[2024-01-16 14:14:12] ssh_log_hexdump: 00000040 01 9c 7e b2 2a c1 b9 c2 98 8e 0b 29 81 d5 c3 0f ..~.
......)....
[2024-01-16 14:14:12] ssh_log_hexdump: Packet hmac (32 bytes):
[2024-01-16 14:14:12] ssh_log_hexdump: 00000000 25 ac 6e 5e d6 1f 86 c3 0f 1c 77 5d 75 3f 27 93 %.n^......w]u?'.
[2024-01-16 14:14:12] ssh_log_hexdump: 00000010 cd 31 79 99 43 bf 65 76 5e ba 69 93 89 19 00 8f .1y.C.ev^.i.....
[2024-01-16 14:14:12] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[2024-01-16 14:14:12] packet_send2: packet: wrote [type=50, len=76, padding_size=15, comp=60, payload=60]
[2024-01-16 14:14:12] ssh_socket_pollcallback: Poll callback on socket 2316 (POLLOUT ), out buffer 0
[2024-01-16 14:14:12] ssh_socket_pollcallback: sending control flow event
[2024-01-16 14:14:12] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback
[2024-01-16 14:14:12] ssh_socket_pollcallback: Poll callback on socket 2316 (POLLIN ), out buffer 0
[2024-01-16 14:14:12] ssh_packet_socket_callback: rcv packet cb (len=48, state=INIT)
[2024-01-16 14:14:12] ssh_log_hexdump: received mac (32 bytes):
[2024-01-16 14:14:12] ssh_log_hexdump: 00000000 ee f4 0e 02 f1 81 34 26 8c e3 8d 8b 25 a2 d2 95 ......4&....%...
[2024-01-16 14:14:12] ssh_log_hexdump: 00000010 91 a9 60 2d 02 e6 86 f0 3c 66 ad 51 3e b4 02 fc ..-....<f.Q>... [2024-01-16 14:14:12] ssh_log_hexdump: Computed mac (32 bytes): [2024-01-16 14:14:12] ssh_log_hexdump: 00000000 ee f4 0e 02 f1 81 34 26 8c e3 8d 8b 25 a2 d2 95 ......4&....%... [2024-01-16 14:14:12] ssh_log_hexdump: 00000010 91 a9 60 2d 02 e6 86 f0 3c 66 ad 51 3e b4 02 fc ..-....<f.Q>...
[2024-01-16 14:14:12] ssh_log_hexdump: seq (4 bytes):
[2024-01-16 14:14:12] ssh_log_hexdump: 00000000 00 00 00 05 ....
[2024-01-16 14:14:12] ssh_packet_socket_callback: packet: read type 52 [len=12,padding=10,comp=1,payload=1]
[2024-01-16 14:14:12] ssh_packet_incoming_filter: Filtering packet type 52
[2024-01-16 14:14:12] ssh_packet_process: Dispatching handler for packet type 52
[2024-01-16 14:14:12] ssh_packet_userauth_success: Authentication successful
[2024-01-16 14:14:12] ssh_packet_userauth_success: Received SSH_USERAUTH_SUCCESS
[2024-01-16 14:14:12] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=6, in_blocks=3
[2024-01-16 14:14:12] ssh_packet_socket_callback: rcv packet cb (len=0, state=INIT)
[2024-01-16 14:14:12] ssh_packet_socket_callback: Waiting for more data (0 < 16)
[2024-01-16 14:14:12] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=6, in_blocks=3
[2024-01-16 14:14:12] ssh_log_hexdump: mac: (16 bytes):
[2024-01-16 14:14:12] ssh_log_hexdump: 00000000 fd 20 a3 bb e1 43 19 1a ae 8a 6b 4f 3d 7c dc cc . ...C....kO=|..
[2024-01-16 14:14:12] ssh_log_hexdump: Packet hmac (32 bytes):
[2024-01-16 14:14:12] ssh_log_hexdump: 00000000 94 ef e3 4f 74 b1 35 c9 a0 d3 77 f2 bf 26 76 1f ...Ot.5...w..&v.
[2024-01-16 14:14:12] ssh_log_hexdump: 00000010 f7 46 8d 28 27 64 bd a4 67 79 00 43 84 7c 69 ea .F.('d..gy.C.|i.
[2024-01-16 14:14:12] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[2024-01-16 14:14:12] packet_send2: packet: wrote [type=2, len=12, padding_size=6, comp=5, payload=5]
[2024-01-16 14:14:12] ssh_socket_pollcallback: Poll callback on socket 2316 (POLLOUT ), out buffer 0
[2024-01-16 14:14:12] ssh_socket_pollcallback: sending control flow event
[2024-01-16 14:14:12] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback
[2024-01-16 14:14:12] channel_open: Creating a channel 43 with 64000 window and 261120 max packet
[2024-01-16 14:14:12] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=7, in_blocks=4
[2024-01-16 14:14:12] ssh_log_hexdump: mac: (48 bytes):
[2024-01-16 14:14:12] ssh_log_hexdump: 00000000 ac 67 b0 e9 be de c4 16 6f 68 12 68 14 23 9f d6 .g......oh.h.#..
[2024-01-16 14:14:12] ssh_log_hexdump: 00000010 bb 50 7c 1a 3c 02 e3 59 0c 37 48 96 61 a1 5c 8e .P|.<..Y.7H.a..
[2024-01-16 14:14:12] ssh_log_hexdump: 00000020 36 fe 89 fe 4a 1a 34 cc b6 be 60 ec fd a9 9c f5 6...J.4........ [2024-01-16 14:14:12] ssh_log_hexdump: Packet hmac (32 bytes): [2024-01-16 14:14:12] ssh_log_hexdump: 00000000 85 8b fb 3d 9b 1e 7d 67 50 ad 16 77 11 a0 59 bb ...=..}gP..w..Y. [2024-01-16 14:14:12] ssh_log_hexdump: 00000010 01 9d 88 06 c8 7d 1f d5 59 50 3a 12 88 62 91 4c .....}..YP:..b.L [2024-01-16 14:14:12] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2024-01-16 14:14:12] packet_send2: packet: wrote [type=90, len=44, padding_size=19, comp=24, payload=24] [2024-01-16 14:14:12] channel_open: Sent a SSH_MSG_CHANNEL_OPEN type session for channel 43 [2024-01-16 14:14:12] ssh_socket_pollcallback: Poll callback on socket 2316 (POLLOUT ), out buffer 0 [2024-01-16 14:14:12] ssh_socket_pollcallback: sending control flow event [2024-01-16 14:14:12] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback [2024-01-16 14:14:12] ssh_socket_pollcallback: Poll callback on socket 2316 (POLLIN ), out buffer 0 [2024-01-16 14:14:12] ssh_packet_socket_callback: rcv packet cb (len=64, state=INIT) [2024-01-16 14:14:12] ssh_log_hexdump: received mac (32 bytes): [2024-01-16 14:14:12] ssh_log_hexdump: 00000000 68 3f a5 bf d3 58 09 27 80 28 61 49 60 d4 0b 89 h?...X.'.(aI...
[2024-01-16 14:14:12] ssh_log_hexdump: 00000010 51 1e dc 87 5d b7 3b 51 da aa 1c af 55 ff a8 58 Q...].;Q....U..X
[2024-01-16 14:14:12] ssh_log_hexdump: Computed mac (32 bytes):
[2024-01-16 14:14:12] ssh_log_hexdump: 00000000 68 3f a5 bf d3 58 09 27 80 28 61 49 60 d4 0b 89 h?...X.'.(aI... [2024-01-16 14:14:12] ssh_log_hexdump: 00000010 51 1e dc 87 5d b7 3b 51 da aa 1c af 55 ff a8 58 Q...].;Q....U..X [2024-01-16 14:14:12] ssh_log_hexdump: seq (4 bytes): [2024-01-16 14:14:12] ssh_log_hexdump: 00000000 00 00 00 06 .... [2024-01-16 14:14:12] ssh_packet_socket_callback: packet: read type 91 [len=28,padding=10,comp=17,payload=17] [2024-01-16 14:14:12] ssh_packet_incoming_filter: Filtering packet type 91 [2024-01-16 14:14:12] ssh_packet_process: Dispatching handler for packet type 91 [2024-01-16 14:14:12] ssh_packet_channel_open_conf: Received SSH2_MSG_CHANNEL_OPEN_CONFIRMATION [2024-01-16 14:14:12] ssh_packet_channel_open_conf: Received a CHANNEL_OPEN_CONFIRMATION for channel 43:1 [2024-01-16 14:14:12] ssh_packet_channel_open_conf: Remote window : 131072, maxpacket : 32768 [2024-01-16 14:14:12] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=7, in_blocks=4 [2024-01-16 14:14:12] ssh_packet_socket_callback: rcv packet cb (len=0, state=INIT) [2024-01-16 14:14:12] ssh_packet_socket_callback: Waiting for more data (0 < 16) [2024-01-16 14:14:12] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=10, in_blocks=7 [2024-01-16 14:14:12] ssh_log_hexdump: mac: (80 bytes): [2024-01-16 14:14:12] ssh_log_hexdump: 00000000 09 16 fe f5 56 3f 8d 95 e1 11 e2 2b 20 e6 a6 5e ....V?.....+ ..^ [2024-01-16 14:14:12] ssh_log_hexdump: 00000010 cd 02 4f 9e eb a9 86 de 72 6d 51 f7 09 f6 ee ee ..O.....rmQ..... [2024-01-16 14:14:12] ssh_log_hexdump: 00000020 43 6b 87 be b2 eb 5d de 73 9a fa bd 16 70 28 9c Ck....].s....p(. [2024-01-16 14:14:12] ssh_log_hexdump: 00000030 bd 9c ad fa c7 20 f1 fc 96 c4 75 d6 61 b5 fc 29 ..... ....u.a..) [2024-01-16 14:14:12] ssh_log_hexdump: 00000040 e3 80 da c2 24 7c c1 dc 6c 6f cd c9 56 c5 2a 4c ....$|..lo..V.*L [2024-01-16 14:14:12] ssh_log_hexdump: Packet hmac (32 bytes): [2024-01-16 14:14:12] ssh_log_hexdump: 00000000 41 a4 2b 8d 8a bd bb 5f bb 31 6c 6c eb 72 69 25 A.+...._.1ll.ri% [2024-01-16 14:14:12] ssh_log_hexdump: 00000010 7a eb 85 86 09 fa 9e 0a cf c0 42 15 e4 3f 48 02 z.........B..?H. [2024-01-16 14:14:12] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2024-01-16 14:14:12] packet_send2: packet: wrote [type=98, len=76, padding_size=19, comp=56, payload=56] [2024-01-16 14:14:12] channel_request: Sent a SSH_MSG_CHANNEL_REQUEST pty-req [2024-01-16 14:14:12] ssh_socket_pollcallback: Poll callback on socket 2316 (POLLOUT ), out buffer 0 [2024-01-16 14:14:12] ssh_socket_pollcallback: sending control flow event [2024-01-16 14:14:12] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback [2024-01-16 14:14:12] ssh_socket_pollcallback: Poll callback on socket 2316 (POLLIN ), out buffer 0 [2024-01-16 14:14:12] ssh_packet_socket_callback: rcv packet cb (len=48, state=INIT) [2024-01-16 14:14:12] ssh_log_hexdump: received mac (32 bytes): [2024-01-16 14:14:12] ssh_log_hexdump: 00000000 df 61 74 b7 84 a6 c6 d5 99 23 8d 62 69 89 c6 e2 .at......#.bi... [2024-01-16 14:14:12] ssh_log_hexdump: 00000010 b0 51 d9 43 07 d5 ae 32 6e ef 7c 74 9f dd 9d 92 .Q.C...2n.|t.... [2024-01-16 14:14:12] ssh_log_hexdump: Computed mac (32 bytes): [2024-01-16 14:14:12] ssh_log_hexdump: 00000000 df 61 74 b7 84 a6 c6 d5 99 23 8d 62 69 89 c6 e2 .at......#.bi... [2024-01-16 14:14:12] ssh_log_hexdump: 00000010 b0 51 d9 43 07 d5 ae 32 6e ef 7c 74 9f dd 9d 92 .Q.C...2n.|t.... [2024-01-16 14:14:12] ssh_log_hexdump: seq (4 bytes): [2024-01-16 14:14:12] ssh_log_hexdump: 00000000 00 00 00 07 .... [2024-01-16 14:14:12] ssh_packet_socket_callback: packet: read type 99 [len=12,padding=6,comp=5,payload=5] [2024-01-16 14:14:12] ssh_packet_incoming_filter: Filtering packet type 99 [2024-01-16 14:14:12] ssh_packet_process: Dispatching handler for packet type 99 [2024-01-16 14:14:12] ssh_packet_channel_success: Received SSH_CHANNEL_SUCCESS on channel (43:1) [2024-01-16 14:14:12] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=10, in_blocks=4 [2024-01-16 14:14:12] ssh_packet_socket_callback: rcv packet cb (len=0, state=INIT) [2024-01-16 14:14:12] ssh_packet_socket_callback: Waiting for more data (0 < 16) [2024-01-16 14:14:12] channel_request: Channel request pty-req success [2024-01-16 14:14:12] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=10, in_blocks=4 [2024-01-16 14:14:12] ssh_log_hexdump: mac: (32 bytes): [2024-01-16 14:14:12] ssh_log_hexdump: 00000000 f4 af 1a 12 69 bc 15 dc 4e 56 13 c7 86 44 ad 2e ....i...NV...D.. [2024-01-16 14:14:12] ssh_log_hexdump: 00000010 d6 57 46 4f 9f 6f c9 3e 75 ff b0 27 0c 7d b5 96 .WFO.o.>u..'.}.. [2024-01-16 14:14:12] ssh_log_hexdump: Packet hmac (32 bytes): [2024-01-16 14:14:12] ssh_log_hexdump: 00000000 6a 28 e1 cc 1a 1a 1c 82 65 f3 e4 f0 c3 39 ec 3e j(......e....9.> [2024-01-16 14:14:12] ssh_log_hexdump: 00000010 93 ff e2 11 fd 03 6f 3a e6 bc f4 83 96 5c fa 61 ......o:.....\.a [2024-01-16 14:14:12] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2024-01-16 14:14:12] packet_send2: packet: wrote [type=98, len=28, padding_size=12, comp=15, payload=15] [2024-01-16 14:14:12] channel_request: Sent a SSH_MSG_CHANNEL_REQUEST shell [2024-01-16 14:14:12] ssh_socket_pollcallback: Poll callback on socket 2316 (POLLOUT ), out buffer 0 [2024-01-16 14:14:12] ssh_socket_pollcallback: sending control flow event [2024-01-16 14:14:12] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback [2024-01-16 14:14:12] ssh_socket_pollcallback: Poll callback on socket 2316 (POLLIN ), out buffer 0 [2024-01-16 14:14:12] ssh_packet_socket_callback: rcv packet cb (len=48, state=INIT) [2024-01-16 14:14:12] ssh_log_hexdump: received mac (32 bytes): [2024-01-16 14:14:12] ssh_log_hexdump: 00000000 1f d9 e6 aa d1 d9 04 7a 58 30 0e 8e fb ad 3c 56 .......zX0....<V [2024-01-16 14:14:12] ssh_log_hexdump: 00000010 0c a7 62 79 95 64 33 5f 22 e2 a5 b9 7f cc 55 a8 ..by.d3_".....U. [2024-01-16 14:14:12] ssh_log_hexdump: Computed mac (32 bytes): [2024-01-16 14:14:12] ssh_log_hexdump: 00000000 1f d9 e6 aa d1 d9 04 7a 58 30 0e 8e fb ad 3c 56 .......zX0....<V [2024-01-16 14:14:12] ssh_log_hexdump: 00000010 0c a7 62 79 95 64 33 5f 22 e2 a5 b9 7f cc 55 a8 ..by.d3_".....U. [2024-01-16 14:14:12] ssh_log_hexdump: seq (4 bytes): [2024-01-16 14:14:12] ssh_log_hexdump: 00000000 00 00 00 08 .... [2024-01-16 14:14:12] ssh_packet_socket_callback: packet: read type 99 [len=12,padding=6,comp=5,payload=5] [2024-01-16 14:14:12] ssh_packet_incoming_filter: Filtering packet type 99 [2024-01-16 14:14:12] ssh_packet_process: Dispatching handler for packet type 99 [2024-01-16 14:14:12] ssh_packet_channel_success: Received SSH_CHANNEL_SUCCESS on channel (43:1) [2024-01-16 14:14:12] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=10, in_blocks=4 [2024-01-16 14:14:12] ssh_packet_socket_callback: rcv packet cb (len=0, state=INIT) [2024-01-16 14:14:12] ssh_packet_socket_callback: Waiting for more data (0 < 16) [2024-01-16 14:14:12] channel_request: Channel request shell success [2024-01-16 14:14:12] channel_open: Creating a channel 44 with 64000 window and 261120 max packet [2024-01-16 14:14:12] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=11, in_blocks=5 [2024-01-16 14:14:12] ssh_log_hexdump: mac: (48 bytes): [2024-01-16 14:14:12] ssh_log_hexdump: 00000000 3b 39 1c 41 32 d2 53 54 c6 52 6f ba df 5b 26 7c ;9.A2.ST.Ro..[&| [2024-01-16 14:14:12] ssh_log_hexdump: 00000010 3d 08 cb aa c3 12 06 0c 3b b8 7e 45 d0 cb 7e ac =.......;.~E..~. [2024-01-16 14:14:12] ssh_log_hexdump: 00000020 97 3b 22 7a 7e 6b c9 d3 fd ca 8a dd 22 e4 e9 21 .;"z~k......"..! [2024-01-16 14:14:12] ssh_log_hexdump: Packet hmac (32 bytes): [2024-01-16 14:14:12] ssh_log_hexdump: 00000000 c5 aa 49 46 42 25 36 1f c2 36 0f 0c b5 9f 64 da ..IFB%6..6....d. [2024-01-16 14:14:12] ssh_log_hexdump: 00000010 b4 96 97 d1 d0 c1 6c c7 d6 08 51 a9 81 3a 35 d4 ......l...Q..:5. [2024-01-16 14:14:12] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2024-01-16 14:14:12] packet_send2: packet: wrote [type=90, len=44, padding_size=19, comp=24, payload=24] [2024-01-16 14:14:12] channel_open: Sent a SSH_MSG_CHANNEL_OPEN type session for channel 44 [2024-01-16 14:14:12] ssh_socket_pollcallback: Poll callback on socket 2316 (POLLOUT ), out buffer 0 [2024-01-16 14:14:12] ssh_socket_pollcallback: sending control flow event [2024-01-16 14:14:12] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback [2024-01-16 14:14:12] ssh_socket_pollcallback: Poll callback on socket 2316 (POLLIN ), out buffer 0 [2024-01-16 14:14:12] ssh_packet_socket_callback: rcv packet cb (len=160, state=INIT) [2024-01-16 14:14:12] ssh_log_hexdump: received mac (32 bytes): [2024-01-16 14:14:12] ssh_log_hexdump: 00000000 9b b3 2d 48 fd bf 2a fe 31 c2 ca 47 6c 2c 3c ff ..-H..*.1..Gl,<. [2024-01-16 14:14:12] ssh_log_hexdump: 00000010 31 27 80 0b 9a 8a 55 e2 16 e1 1c 8f 14 15 f7 7a 1'....U........z [2024-01-16 14:14:12] ssh_log_hexdump: Computed mac (32 bytes): [2024-01-16 14:14:12] ssh_log_hexdump: 00000000 9b b3 2d 48 fd bf 2a fe 31 c2 ca 47 6c 2c 3c ff ..-H..*.1..Gl,<. [2024-01-16 14:14:12] ssh_log_hexdump: 00000010 31 27 80 0b 9a 8a 55 e2 16 e1 1c 8f 14 15 f7 7a 1'....U........z [2024-01-16 14:14:12] ssh_log_hexdump: seq (4 bytes): [2024-01-16 14:14:12] ssh_log_hexdump: 00000000 00 00 00 09 .... [2024-01-16 14:14:12] ssh_packet_socket_callback: packet: read type 94 [len=124,padding=15,comp=108,payload=108] [2024-01-16 14:14:12] ssh_packet_incoming_filter: Filtering packet type 94 [2024-01-16 14:14:12] ssh_packet_process: Dispatching handler for packet type 94 [2024-01-16 14:14:12] channel_rcv_data: Channel receiving 99 bytes data in 0 (local win=64000 remote win=131072) [2024-01-16 14:14:12] channel_default_bufferize: placing 99 bytes into channel buffer (stdout) [2024-01-16 14:14:12] channel_rcv_data: Channel windows are now (local win=63901 remote win=131072) [2024-01-16 14:14:12] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=11, in_blocks=10 [2024-01-16 14:14:12] ssh_log_hexdump: mac: (32 bytes): [2024-01-16 14:14:12] ssh_log_hexdump: 00000000 ca cb 6d 8f 13 94 a5 45 9c 88 79 40 56 06 6d 3a ..m....E..y@V.m: [2024-01-16 14:14:12] ssh_log_hexdump: 00000010 f7 6f 3a b6 a6 b2 4a ec 6c 46 62 25 9b ec 51 a2 .o:...J.lFb%..Q. [2024-01-16 14:14:12] ssh_log_hexdump: Packet hmac (32 bytes): [2024-01-16 14:14:12] ssh_log_hexdump: 00000000 50 d7 ca 14 c7 52 a2 bc 0b 78 f6 a3 dc 94 23 42 P....R...x....#B [2024-01-16 14:14:12] ssh_log_hexdump: 00000010 3e 75 3e ce 03 da 95 51 c7 42 1f 17 fb 5f 3e a7 >u>....Q.B..._>. [2024-01-16 14:14:12] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2024-01-16 14:14:12] packet_send2: packet: wrote [type=93, len=28, padding_size=18, comp=9, payload=9] [2024-01-16 14:14:12] grow_window: growing window (channel 43:1) to 1280000 bytes [2024-01-16 14:14:12] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=11, in_blocks=10 [2024-01-16 14:14:12] ssh_packet_socket_callback: rcv packet cb (len=0, state=INIT) [2024-01-16 14:14:12] ssh_packet_socket_callback: Waiting for more data (0 < 16) [2024-01-16 14:14:12] ssh_socket_pollcallback: Poll callback on socket 2316 (POLLOUT ), out buffer 0 [2024-01-16 14:14:12] ssh_socket_pollcallback: sending control flow event [2024-01-16 14:14:12] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback [2024-01-16 14:14:12] ssh_socket_pollcallback: Poll callback on socket 2316 (POLLIN ), out buffer 0 [2024-01-16 14:14:12] ssh_packet_socket_callback: rcv packet cb (len=112, state=INIT) [2024-01-16 14:14:12] ssh_log_hexdump: received mac (32 bytes): [2024-01-16 14:14:12] ssh_log_hexdump: 00000000 32 f8 1d c1 72 49 ce 5c 27 9e 80 20 aa 54 1b 21 2...rI.\'.. .T.! [2024-01-16 14:14:12] ssh_log_hexdump: 00000010 40 19 ac 66 07 50 6b f0 ae 37 22 22 e7 6e 38 cf @..f.Pk..7"".n8. [2024-01-16 14:14:12] ssh_log_hexdump: Computed mac (32 bytes): [2024-01-16 14:14:12] ssh_log_hexdump: 00000000 32 f8 1d c1 72 49 ce 5c 27 9e 80 20 aa 54 1b 21 2...rI.\'.. .T.! [2024-01-16 14:14:12] ssh_log_hexdump: 00000010 40 19 ac 66 07 50 6b f0 ae 37 22 22 e7 6e 38 cf @..f.Pk..7"".n8. [2024-01-16 14:14:12] ssh_log_hexdump: seq (4 bytes): [2024-01-16 14:14:12] ssh_log_hexdump: 00000000 00 00 00 0a .... [2024-01-16 14:14:12] ssh_packet_socket_callback: packet: read type 94 [len=76,padding=6,comp=69,payload=69] [2024-01-16 14:14:12] ssh_packet_incoming_filter: Filtering packet type 94 [2024-01-16 14:14:12] ssh_packet_process: Dispatching handler for packet type 94 [2024-01-16 14:14:12] channel_rcv_data: Channel receiving 60 bytes data in 0 (local win=1280000 remote win=131072) [2024-01-16 14:14:12] channel_default_bufferize: placing 60 bytes into channel buffer (stdout) [2024-01-16 14:14:12] channel_rcv_data: Channel windows are now (local win=1279940 remote win=131072) [2024-01-16 14:14:12] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=11, in_blocks=14 [2024-01-16 14:14:12] ssh_packet_socket_callback: rcv packet cb (len=0, state=INIT) [2024-01-16 14:14:12] ssh_packet_socket_callback: Waiting for more data (0 < 16) [2024-01-16 14:14:12] ssh_socket_pollcallback: Poll callback on socket 2316 (POLLIN ), out buffer 0 [2024-01-16 14:14:12] ssh_packet_socket_callback: rcv packet cb (len=160, state=INIT) [2024-01-16 14:14:12] ssh_log_hexdump: received mac (32 bytes): [2024-01-16 14:14:12] ssh_log_hexdump: 00000000 67 c0 8a 85 4e af ca 5a 69 77 30 db 33 33 97 b5 g...N..Ziw0.33.. [2024-01-16 14:14:12] ssh_log_hexdump: 00000010 db 4b e2 a9 ca 54 4b 60 88 2d ab f2 3f 26 9a f1 .K...TK.-..?&..
[2024-01-16 14:14:12] ssh_log_hexdump: Computed mac (32 bytes):
[2024-01-16 14:14:12] ssh_log_hexdump: 00000000 67 c0 8a 85 4e af ca 5a 69 77 30 db 33 33 97 b5 g...N..Ziw0.33..
[2024-01-16 14:14:12] ssh_log_hexdump: 00000010 db 4b e2 a9 ca 54 4b 60 88 2d ab f2 3f 26 9a f1 .K...TK.-..?&.. [2024-01-16 14:14:12] ssh_log_hexdump: seq (4 bytes): [2024-01-16 14:14:12] ssh_log_hexdump: 00000000 00 00 00 0b .... [2024-01-16 14:14:12] ssh_packet_socket_callback: packet: read type 94 [len=124,padding=10,comp=113,payload=113] [2024-01-16 14:14:12] ssh_packet_incoming_filter: Filtering packet type 94 [2024-01-16 14:14:12] ssh_packet_process: Dispatching handler for packet type 94 [2024-01-16 14:14:12] channel_rcv_data: Channel receiving 104 bytes data in 0 (local win=1279940 remote win=131072) [2024-01-16 14:14:12] channel_default_bufferize: placing 104 bytes into channel buffer (stdout) [2024-01-16 14:14:12] channel_rcv_data: Channel windows are now (local win=1279836 remote win=131072) [2024-01-16 14:14:12] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=11, in_blocks=21 [2024-01-16 14:14:12] ssh_packet_socket_callback: rcv packet cb (len=0, state=INIT) [2024-01-16 14:14:12] ssh_packet_socket_callback: Waiting for more data (0 < 16) [2024-01-16 14:14:12] ssh_socket_pollcallback: Poll callback on socket 2316 (POLLIN ), out buffer 0 [2024-01-16 14:14:12] ssh_packet_socket_callback: rcv packet cb (len=64, state=INIT) [2024-01-16 14:14:12] ssh_log_hexdump: received mac (32 bytes): [2024-01-16 14:14:12] ssh_log_hexdump: 00000000 14 33 a3 b2 f2 a4 b1 d3 4b 1b 52 6d f6 f0 ae 09 .3......K.Rm.... [2024-01-16 14:14:12] ssh_log_hexdump: 00000010 df 3a 4d 79 35 77 60 ad ba e8 8f 00 61 08 bb 0f .:My5w.....a...
[2024-01-16 14:14:12] ssh_log_hexdump: Computed mac (32 bytes):
[2024-01-16 14:14:12] ssh_log_hexdump: 00000000 14 33 a3 b2 f2 a4 b1 d3 4b 1b 52 6d f6 f0 ae 09 .3......K.Rm....
[2024-01-16 14:14:12] ssh_log_hexdump: 00000010 df 3a 4d 79 35 77 60 ad ba e8 8f 00 61 08 bb 0f .:My5w.....a... [2024-01-16 14:14:12] ssh_log_hexdump: seq (4 bytes): [2024-01-16 14:14:12] ssh_log_hexdump: 00000000 00 00 00 0c .... [2024-01-16 14:14:12] ssh_packet_socket_callback: packet: read type 94 [len=28,padding=16,comp=11,payload=11] [2024-01-16 14:14:12] ssh_packet_incoming_filter: Filtering packet type 94 [2024-01-16 14:14:12] ssh_packet_process: Dispatching handler for packet type 94 [2024-01-16 14:14:12] channel_rcv_data: Channel receiving 2 bytes data in 0 (local win=1279836 remote win=131072) [2024-01-16 14:14:12] channel_default_bufferize: placing 2 bytes into channel buffer (stdout) [2024-01-16 14:14:12] channel_rcv_data: Channel windows are now (local win=1279834 remote win=131072) [2024-01-16 14:14:12] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=11, in_blocks=21 [2024-01-16 14:14:12] ssh_packet_socket_callback: rcv packet cb (len=0, state=INIT) [2024-01-16 14:14:12] ssh_packet_socket_callback: Waiting for more data (0 < 16) [2024-01-16 14:14:12] ssh_socket_pollcallback: Poll callback on socket 2316 (POLLIN ), out buffer 0 [2024-01-16 14:14:12] ssh_packet_socket_callback: rcv packet cb (len=160, state=INIT) [2024-01-16 14:14:12] ssh_log_hexdump: received mac (32 bytes): [2024-01-16 14:14:12] ssh_log_hexdump: 00000000 94 60 42 57 f9 bf 32 4d d5 35 79 eb 28 5c 2b 98 .BW..2M.5y.(+.
[2024-01-16 14:14:12] ssh_log_hexdump: 00000010 d5 17 e4 6a 26 ce c5 a4 fc 0f 4e fe 30 e0 52 38 ...j&.....N.0.R8
[2024-01-16 14:14:12] ssh_log_hexdump: Computed mac (32 bytes):
[2024-01-16 14:14:12] ssh_log_hexdump: 00000000 94 60 42 57 f9 bf 32 4d d5 35 79 eb 28 5c 2b 98 .`BW..2M.5y.(+.
[2024-01-16 14:14:12] ssh_log_hexdump: 00000010 d5 17 e4 6a 26 ce c5 a4 fc 0f 4e fe 30 e0 52 38 ...j&.....N.0.R8
[2024-01-16 14:14:12] ssh_log_hexdump: seq (4 bytes):
[2024-01-16 14:14:12] ssh_log_hexdump: 00000000 00 00 00 0d ....
[2024-01-16 14:14:12] ssh_packet_socket_callback: packet: read type 94 [len=124,padding=9,comp=114,payload=114]
[2024-01-16 14:14:12] ssh_packet_incoming_filter: Filtering packet type 94
[2024-01-16 14:14:12] ssh_packet_process: Dispatching handler for packet type 94
[2024-01-16 14:14:12] channel_rcv_data: Channel receiving 105 bytes data in 0 (local win=1279834 remote win=131072)
[2024-01-16 14:14:12] channel_default_bufferize: placing 105 bytes into channel buffer (stdout)
[2024-01-16 14:14:12] channel_rcv_data: Channel windows are now (local win=1279729 remote win=131072)
[2024-01-16 14:14:12] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=11, in_blocks=28
[2024-01-16 14:14:12] ssh_packet_socket_callback: rcv packet cb (len=0, state=INIT)
[2024-01-16 14:14:12] ssh_packet_socket_callback: Waiting for more data (0 < 16)
[2024-01-16 14:14:12] ssh_socket_pollcallback: Poll callback on socket 2316 (POLLIN ), out buffer 0
[2024-01-16 14:14:12] ssh_packet_socket_callback: rcv packet cb (len=80, state=INIT)
[2024-01-16 14:14:12] ssh_log_hexdump: received mac (32 bytes):
[2024-01-16 14:14:12] ssh_log_hexdump: 00000000 54 fd 23 8f 2f 0c 2c 2b f0 97 dc 6c c6 b2 ff 3c T.#./.,+...l...<
[2024-01-16 14:14:12] ssh_log_hexdump: 00000010 f7 01 6c f2 ef d8 73 07 4e 37 bd d7 27 6b e9 b0 ..l...s.N7..'k..
[2024-01-16 14:14:12] ssh_log_hexdump: Computed mac (32 bytes):
[2024-01-16 14:14:12] ssh_log_hexdump: 00000000 54 fd 23 8f 2f 0c 2c 2b f0 97 dc 6c c6 b2 ff 3c T.#./.,+...l...<
[2024-01-16 14:14:12] ssh_log_hexdump: 00000010 f7 01 6c f2 ef d8 73 07 4e 37 bd d7 27 6b e9 b0 ..l...s.N7..'k..
[2024-01-16 14:14:12] ssh_log_hexdump: seq (4 bytes):
[2024-01-16 14:14:12] ssh_log_hexdump: 00000000 00 00 00 0e ....
[2024-01-16 14:14:12] ssh_packet_socket_callback: packet: read type 94 [len=44,padding=17,comp=26,payload=26]
[2024-01-16 14:14:12] ssh_packet_incoming_filter: Filtering packet type 94
[2024-01-16 14:14:12] ssh_packet_process: Dispatching handler for packet type 94
[2024-01-16 14:14:12] channel_rcv_data: Channel receiving 17 bytes data in 0 (local win=1279729 remote win=131072)
[2024-01-16 14:14:12] channel_default_bufferize: placing 17 bytes into channel buffer (stdout)
[2024-01-16 14:14:12] channel_rcv_data: Channel windows are now (local win=1279712 remote win=131072)
[2024-01-16 14:14:12] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=11, in_blocks=29
[2024-01-16 14:14:12] ssh_packet_socket_callback: rcv packet cb (len=0, state=INIT)
[2024-01-16 14:14:12] ssh_packet_socket_callback: Waiting for more data (0 < 16)
[2024-01-16 14:16:13] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=11, in_blocks=29
[2024-01-16 14:16:13] ssh_log_hexdump: mac: (16 bytes):
[2024-01-16 14:16:13] ssh_log_hexdump: 00000000 44 d1 ff a4 71 2d 20 37 f3 92 e5 0a 88 52 9b 9d D...q- 7.....R..
[2024-01-16 14:16:13] ssh_log_hexdump: Packet hmac (32 bytes):
[2024-01-16 14:16:13] ssh_log_hexdump: 00000000 b3 b2 7f fb a4 1f 0a 9d ed 98 25 d8 67 b2 78 72 ..........%.g.xr
[2024-01-16 14:16:13] ssh_log_hexdump: 00000010 78 2e 18 56 84 42 b1 9c a0 5c 74 0e fd 82 71 91 x..V.B...\t...q.
[2024-01-16 14:16:13] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[2024-01-16 14:16:13] packet_send2: packet: wrote [type=96, len=12, padding_size=6, comp=5, payload=5]
[2024-01-16 14:16:13] ssh_channel_send_eof: Sent a EOF on client channel (44:0)
[2024-01-16 14:16:13] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=11, in_blocks=29
[2024-01-16 14:16:13] ssh_log_hexdump: mac: (16 bytes):
[2024-01-16 14:16:13] ssh_log_hexdump: 00000000 fc 83 6d 86 97 4a 51 42 92 e0 1a 23 63 e4 56 f0 ..m..JQB...#c.V.
[2024-01-16 14:16:13] ssh_log_hexdump: Packet hmac (32 bytes):
[2024-01-16 14:16:13] ssh_log_hexdump: 00000000 79 88 20 56 c8 fd 71 13 ad 74 4c c0 ee ef 9c 58 y. V..q..tL....X
[2024-01-16 14:16:13] ssh_log_hexdump: 00000010 41 b9 5a 4b b8 f6 63 99 7d 77 e0 2d af 78 87 bf A.ZK..c.}w.-.x..
[2024-01-16 14:16:13] packet_send2: packet: wrote [type=97, len=12, padding_size=6, comp=5, payload=5]
[2024-01-16 14:16:13] ssh_channel_close: Sent a close on client channel (44:0)
[2024-01-16 14:16:13] ssh_socket_pollcallback: Poll callback on socket 2316 (POLLOUT ), out buffer 48
[2024-01-16 14:16:13] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[2024-01-16 14:16:13] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=11, in_blocks=29
[2024-01-16 14:16:13] ssh_log_hexdump: mac: (16 bytes):
[2024-01-16 14:16:13] ssh_log_hexdump: 00000000 bb 1a e1 0a 3c 8d a0 80 00 d7 7e 46 7c 4d 9f 1e ....<.....~F|M..
[2024-01-16 14:16:13] ssh_log_hexdump: Packet hmac (32 bytes):
[2024-01-16 14:16:13] ssh_log_hexdump: 00000000 80 d8 40 a7 3e cd aa 2f c3 98 9c 5a 93 4d 4a 9e ..@.>../...Z.MJ.
[2024-01-16 14:16:13] ssh_log_hexdump: 00000010 43 b7 df 3b a9 ff 58 89 53 77 a5 0a 36 2d 7f 25 C..;..X.Sw..6-.%
[2024-01-16 14:16:13] packet_send2: packet: wrote [type=2, len=12, padding_size=6, comp=5, payload=5]
[2024-01-16 14:16:13] ssh_socket_pollcallback: Poll callback on socket 2316 (POLLOUT ), out buffer 48
[2024-01-16 14:16:13] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[2024-01-16 14:16:13] ssh_channel_read_timeout: Read (387) buffered : 387 bytes. Window: 1279712
[2024-01-16 14:16:13] ssh_socket_pollcallback: Poll callback on socket 2316 (POLLIN POLLOUT ), out buffer 0
[2024-01-16 14:16:13] ssh_packet_socket_callback: rcv packet cb (len=144, state=INIT)
[2024-01-16 14:16:13] ssh_log_hexdump: received mac (32 bytes):
[2024-01-16 14:16:13] ssh_log_hexdump: 00000000 f1 29 4e 14 f2 e8 ec 3e 7c ea 30 ee 29 f6 45 e1 .)N....>|.0.).E.
[2024-01-16 14:16:13] ssh_log_hexdump: 00000010 42 dc 91 25 21 6d 94 20 7b a0 b1 a6 1a 87 ee 3b B..%!m. {......;
[2024-01-16 14:16:13] ssh_log_hexdump: Computed mac (32 bytes):
[2024-01-16 14:16:13] ssh_log_hexdump: 00000000 f1 29 4e 14 f2 e8 ec 3e 7c ea 30 ee 29 f6 45 e1 .)N....>|.0.).E.
[2024-01-16 14:16:13] ssh_log_hexdump: 00000010 42 dc 91 25 21 6d 94 20 7b a0 b1 a6 1a 87 ee 3b B..%!m. {......;
[2024-01-16 14:16:13] ssh_log_hexdump: seq (4 bytes):
[2024-01-16 14:16:13] ssh_log_hexdump: 00000000 00 00 00 0f ....
[2024-01-16 14:16:13] ssh_packet_socket_callback: packet: read type 97 [len=12,padding=6,comp=5,payload=5]
[2024-01-16 14:16:13] ssh_packet_incoming_filter: Filtering packet type 97
[2024-01-16 14:16:13] ssh_packet_process: Dispatching handler for packet type 97
[2024-01-16 14:16:13] channel_rcv_close: Received close on channel (43:1)
[2024-01-16 14:16:13] channel_rcv_close: Remote host not polite enough to send an eof before close
[2024-01-16 14:16:13] ssh_packet_socket_callback: Processing 96 bytes left in socket buffer
[2024-01-16 14:16:13] ssh_packet_socket_callback: rcv packet cb (len=96, state=INIT)
[2024-01-16 14:16:13] ssh_log_hexdump: received mac (32 bytes):
[2024-01-16 14:16:13] ssh_log_hexdump: 00000000 a8 ea 5a 9e e4 b2 a3 4a 72 51 c3 82 9d a3 f7 9b ..Z....JrQ......
[2024-01-16 14:16:13] ssh_log_hexdump: 00000010 89 48 6a f9 07 23 28 59 f7 90 40 90 eb 62 d2 51 .Hj..#(Y..@..b.Q
[2024-01-16 14:16:13] ssh_log_hexdump: Computed mac (32 bytes):
[2024-01-16 14:16:13] ssh_log_hexdump: 00000000 a8 ea 5a 9e e4 b2 a3 4a 72 51 c3 82 9d a3 f7 9b ..Z....JrQ......
[2024-01-16 14:16:13] ssh_log_hexdump: 00000010 89 48 6a f9 07 23 28 59 f7 90 40 90 eb 62 d2 51 .Hj..#(Y..@..b.Q
[2024-01-16 14:16:13] ssh_log_hexdump: seq (4 bytes):
[2024-01-16 14:16:13] ssh_log_hexdump: 00000000 00 00 00 10 ....
[2024-01-16 14:16:13] ssh_packet_socket_callback: packet: read type 1 [len=60,padding=5,comp=54,payload=54]
[2024-01-16 14:16:13] ssh_packet_incoming_filter: Filtering packet type 1
[2024-01-16 14:16:13] ssh_packet_process: Dispatching handler for packet type 1
[2024-01-16 14:16:13] ssh_packet_disconnect_callback: Received SSH_MSG_DISCONNECT 2:The connection is closed by SSH server

[2024-01-16 14:16:13] ssh_packet_disconnect_callback: Received SSH_MSG_DISCONNECT: 2:The connection is closed by SSH server

[2024-01-16 14:16:13] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=11, in_blocks=32
[2024-01-16 14:16:13] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=11, in_blocks=32
[2024-01-16 14:16:13] ssh_socket_pollcallback: sending control flow event
[2024-01-16 14:16:13] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback
[2024-01-16 14:16:13] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=11, in_blocks=32
[2024-01-16 14:16:13] ssh_log_hexdump: mac: (16 bytes):
[2024-01-16 14:16:13] ssh_log_hexdump: 00000000 e6 f2 b3 d7 56 6f 7a 2e 4c 28 0a 4f 4b aa ae e0 ....Voz.L(.OK...
[2024-01-16 14:16:13] ssh_log_hexdump: Packet hmac (32 bytes):
[2024-01-16 14:16:13] ssh_log_hexdump: 00000000 20 40 eb f6 65 12 aa e7 32 07 ac 70 c3 f3 b1 36 @..e...2..p...6
[2024-01-16 14:16:13] ssh_log_hexdump: 00000010 7a 6b 69 83 64 51 ff e1 42 8c af 42 5a 63 5b 92 zki.dQ..B..BZc[.
[2024-01-16 14:16:13] ssh_socket_exception_callback: Socket exception callback: 2 (0)
[2024-01-16 14:16:13] ssh_socket_exception_callback: Socket error: No error
[2024-01-16 14:16:13] packet_send2: packet: wrote [type=96, len=12, padding_size=6, comp=5, payload=5]
[2024-01-16 14:16:13] ssh_channel_send_eof: Sent a EOF on client channel (43:1)
[2024-01-16 14:16:13] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=11, in_blocks=32
[2024-01-16 14:16:13] ssh_log_hexdump: mac: (16 bytes):
[2024-01-16 14:16:13] ssh_log_hexdump: 00000000 48 e8 24 dd 59 2c 04 06 c7 b7 89 11 ca 30 b5 1e H.$.Y,.......0..
[2024-01-16 14:16:13] ssh_log_hexdump: Packet hmac (32 bytes):
[2024-01-16 14:16:13] ssh_log_hexdump: 00000000 b0 f7 06 d1 55 3a f5 43 01 d2 75 00 fa cf 9b db ....U:.C..u.....
[2024-01-16 14:16:13] ssh_log_hexdump: 00000010 e4 07 8d 0b 3a 28 c6 e0 70 29 57 ac 4e 59 1a 3c ....:(..p)W.NY.<
[2024-01-16 14:16:13] ssh_socket_exception_callback: Socket exception callback: 2 (0)
[2024-01-16 14:16:13] ssh_socket_exception_callback: Socket error: No error
[2024-01-16 14:16:13] packet_send2: packet: wrote [type=97, len=12, padding_size=6, comp=5, payload=5]
[2024-01-16 14:16:13] ssh_channel_close: Sent a close on client channel (43:1)

@blog2023sunshine
Copy link
Author

第三个问题, 当我使用2.6.0 prerelease8 登录CISCO-C2960X-24TS思科交换机, 能很快弹出登录框,也能顺利登录,但是进去后一片黑暗,再按ENTER就又退回登录界面了。
而在2.5.0,登录CISCO-C2960X-24TS就完全正常,能进去操作。
下面是日志:
The third question is that when I log in to the CISCO-C2960X-24TS Cisco switch using 2.6.0 prerelease8, I can quickly pop up a login box and log in smoothly. However, when I enter, it becomes dark and I press Enter to return to the login interface.
At 2.5.0, logging in to CISCO-C2960X-24TS is completely normal and can be accessed for operation.
Here are the logs:

1
2

[2024-01-16 14:31:43] ssh_connect: libssh 0.9.6 (c) 2003-2021 Aris Adamantiadis, Andreas Schneider and libssh contributors. Distributed under the LGPL, please refer to COPYING file for information about your rights, using threading threads_winlock
[2024-01-16 14:31:43] getai: host 127.0.0.1 matches an IP address
[2024-01-16 14:31:43] ssh_socket_connect: Nonblocking connection socket: 3180
[2024-01-16 14:31:43] ssh_connect: Socket connecting, now waiting for the callbacks to work
[2024-01-16 14:31:43] ssh_connect: Actual timeout : 30000
[2024-01-16 14:31:43] ssh_socket_pollcallback: Poll callback on socket 3180 (POLLOUT ), out buffer 0
[2024-01-16 14:31:43] ssh_socket_pollcallback: Received POLLOUT in connecting state
[2024-01-16 14:31:43] socket_callback_connected: Socket connection callback: 1 (0)
[2024-01-16 14:31:43] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[2024-01-16 14:31:43] ssh_socket_pollcallback: Poll callback on socket 3180 (POLLOUT ), out buffer 0
[2024-01-16 14:31:43] ssh_socket_pollcallback: Poll callback on socket 3180 (POLLIN ), out buffer 0
[2024-01-16 14:31:43] callback_receive_banner: Received banner: SSH-1.99-Cisco-1.25
[2024-01-16 14:31:43] ssh_client_connection_callback: SSH server banner: SSH-1.99-Cisco-1.25
[2024-01-16 14:31:43] ssh_analyze_banner: Analyzing banner: SSH-1.99-Cisco-1.25
[2024-01-16 14:31:43] ssh_client_select_hostkeys: Order of wanted host keys: "ssh-ed25519,ecdsa-sha2-nistp521,ecdsa-sha2-nistp384,ecdsa-sha2-nistp256,rsa-sha2-512,rsa-sha2-256,ssh-rsa,ssh-dss"
[2024-01-16 14:31:43] ssh_known_hosts_read_entries: Failed to open the known_hosts file 'C:/Users/Administrator/Documents/WindTerm_2.6.0_Prerelease_8_Windows_Portable_x86_64/WindTerm_2.6.0/.wind/profiles/default.v10/terminal/ssh//known_hosts': No such file or directory
[2024-01-16 14:31:43] ssh_known_hosts_read_entries: Failed to open the known_hosts file '/etc/ssh/ssh_known_hosts': No such file or directory
[2024-01-16 14:31:43] ssh_client_select_hostkeys: No key found in known_hosts; changing host key method to "ssh-ed25519,ecdsa-sha2-nistp521,ecdsa-sha2-nistp384,ecdsa-sha2-nistp256,rsa-sha2-512,rsa-sha2-256,ssh-rsa,ssh-dss"
[2024-01-16 14:31:43] ssh_log_hexdump: session cookie (16 bytes):
[2024-01-16 14:31:43] ssh_log_hexdump: 00000000 45 e8 e2 39 ea 38 4c 68 9d 03 78 52 68 63 de 7a E..9.8Lh..xRhc.z
[2024-01-16 14:31:43] ssh_list_kex: kex algos: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group18-sha512,diffie-hellman-group16-sha512,diffie-hellman-group-exchange-sha1,diffie-hellman-group-exchange-sha256,diffie-hellman-group1-sha1,diffie-hellman-group14-sha1,diffie-hellman-group14-sha256,ext-info-c
[2024-01-16 14:31:43] ssh_list_kex: server host key algo: ssh-ed25519,ecdsa-sha2-nistp521,ecdsa-sha2-nistp384,ecdsa-sha2-nistp256,rsa-sha2-512,rsa-sha2-256,ssh-rsa,ssh-dss
[2024-01-16 14:31:43] ssh_list_kex: encryption client->server: aes256-gcm@openssh.com,aes128-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr,aes256-cbc,aes192-cbc,aes128-cbc,blowfish-cbc,3des-cbc
[2024-01-16 14:31:43] ssh_list_kex: encryption server->client: aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr,aes256-cbc,aes192-cbc,aes128-cbc,blowfish-cbc,3des-cbc
[2024-01-16 14:31:43] ssh_list_kex: mac algo client->server: hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,hmac-sha1-96-etm@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1,hmac-sha1-96
[2024-01-16 14:31:43] ssh_list_kex: mac algo server->client: hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,hmac-sha1-96-etm@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1,hmac-sha1-96
[2024-01-16 14:31:43] ssh_list_kex: compression algo client->server: none
[2024-01-16 14:31:43] ssh_list_kex: compression algo server->client: none
[2024-01-16 14:31:43] ssh_list_kex: languages client->server:
[2024-01-16 14:31:43] ssh_list_kex: languages server->client:
[2024-01-16 14:31:43] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[2024-01-16 14:31:43] packet_send2: packet: wrote [type=20, len=1148, padding_size=7, comp=1140, payload=1140]
[2024-01-16 14:31:43] ssh_send_kex: SSH_MSG_KEXINIT sent
[2024-01-16 14:31:43] ssh_packet_socket_callback: rcv packet cb (len=0, state=INIT)
[2024-01-16 14:31:43] ssh_packet_socket_callback: Waiting for more data (0 < 8)
[2024-01-16 14:31:43] ssh_socket_pollcallback: Poll callback on socket 3180 (POLLOUT ), out buffer 0
[2024-01-16 14:31:43] ssh_socket_pollcallback: sending control flow event
[2024-01-16 14:31:43] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback
[2024-01-16 14:31:43] ssh_socket_pollcallback: Poll callback on socket 3180 (POLLIN ), out buffer 0
[2024-01-16 14:31:43] ssh_packet_socket_callback: rcv packet cb (len=368, state=INIT)
[2024-01-16 14:31:43] ssh_packet_socket_callback: packet: read type 20 [len=364,padding=5,comp=358,payload=358]
[2024-01-16 14:31:43] ssh_packet_incoming_filter: Filtering packet type 20
[2024-01-16 14:31:43] ssh_packet_process: Dispatching handler for packet type 20
[2024-01-16 14:31:43] ssh_log_hexdump: session cookie (16 bytes):
[2024-01-16 14:31:43] ssh_log_hexdump: 00000000 74 62 3d c1 e7 e4 57 44 5d 4e a8 75 55 6e a4 08 tb=...WD]N.uUn..
[2024-01-16 14:31:43] ssh_list_kex: kex algos: diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
[2024-01-16 14:31:43] ssh_list_kex: server host key algo: ssh-rsa
[2024-01-16 14:31:43] ssh_list_kex: encryption client->server: aes128-ctr,aes192-ctr,aes256-ctr,aes128-cbc,3des-cbc,aes192-cbc,aes256-cbc
[2024-01-16 14:31:43] ssh_list_kex: encryption server->client: aes128-ctr,aes192-ctr,aes256-ctr,aes128-cbc,3des-cbc,aes192-cbc,aes256-cbc
[2024-01-16 14:31:43] ssh_list_kex: mac algo client->server: hmac-sha1,hmac-sha1-96
[2024-01-16 14:31:43] ssh_list_kex: mac algo server->client: hmac-sha1,hmac-sha1-96
[2024-01-16 14:31:43] ssh_list_kex: compression algo client->server: none
[2024-01-16 14:31:43] ssh_list_kex: compression algo server->client: none
[2024-01-16 14:31:43] ssh_list_kex: languages client->server:
[2024-01-16 14:31:43] ssh_list_kex: languages server->client:
[2024-01-16 14:31:43] ssh_kex_select_methods: Negotiated diffie-hellman-group-exchange-sha1,ssh-rsa,aes256-ctr,aes256-ctr,hmac-sha1,hmac-sha1,none,none,,
[2024-01-16 14:31:43] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[2024-01-16 14:31:43] packet_send2: packet: wrote [type=34, len=20, padding_size=6, comp=13, payload=13]
[2024-01-16 14:31:43] ssh_packet_socket_callback: rcv packet cb (len=0, state=INIT)
[2024-01-16 14:31:43] ssh_packet_socket_callback: Waiting for more data (0 < 8)
[2024-01-16 14:31:43] ssh_socket_pollcallback: Poll callback on socket 3180 (POLLOUT ), out buffer 0
[2024-01-16 14:31:43] ssh_socket_pollcallback: sending control flow event
[2024-01-16 14:31:43] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback
[2024-01-16 14:31:43] ssh_socket_pollcallback: Poll callback on socket 3180 (POLLIN ), out buffer 0
[2024-01-16 14:31:43] ssh_packet_socket_callback: rcv packet cb (len=280, state=INIT)
[2024-01-16 14:31:43] ssh_packet_socket_callback: packet: read type 31 [len=276,padding=8,comp=267,payload=267]
[2024-01-16 14:31:43] ssh_packet_incoming_filter: Filtering packet type 31
[2024-01-16 14:31:43] ssh_packet_process: Dispatching handler for packet type 31
[2024-01-16 14:31:43] ssh_packet_client_dhgex_group: SSH_MSG_KEX_DH_GEX_GROUP received
[2024-01-16 14:31:43] ssh_make_string_bn: Importing a 2056 bits, 257 bytes object ...

[2024-01-16 14:31:43] ssh_make_string_bn: Importing a 8 bits, 1 bytes object ...

[2024-01-16 14:31:43] ssh_make_bignum_string: 2048 bits, 256 bytes, 1 padding

[2024-01-16 14:31:43] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[2024-01-16 14:31:43] packet_send2: packet: wrote [type=32, len=268, padding_size=5, comp=262, payload=262]
[2024-01-16 14:31:43] ssh_packet_socket_callback: rcv packet cb (len=0, state=INIT)
[2024-01-16 14:31:43] ssh_packet_socket_callback: Waiting for more data (0 < 8)
[2024-01-16 14:31:43] ssh_socket_pollcallback: Poll callback on socket 3180 (POLLOUT ), out buffer 0
[2024-01-16 14:31:43] ssh_socket_pollcallback: sending control flow event
[2024-01-16 14:31:43] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback
[2024-01-16 14:31:43] ssh_socket_pollcallback: Poll callback on socket 3180 (POLLIN ), out buffer 0
[2024-01-16 14:31:43] ssh_packet_socket_callback: rcv packet cb (len=576, state=INIT)
[2024-01-16 14:31:43] ssh_packet_socket_callback: packet: read type 33 [len=572,padding=7,comp=564,payload=564]
[2024-01-16 14:31:43] ssh_packet_incoming_filter: Filtering packet type 33
[2024-01-16 14:31:43] ssh_packet_process: Dispatching handler for packet type 33
[2024-01-16 14:31:43] ssh_packet_client_dhgex_reply: SSH_MSG_KEX_DH_GEX_REPLY received
[2024-01-16 14:31:43] ssh_make_string_bn: Importing a 2056 bits, 257 bytes object ...

[2024-01-16 14:31:43] ssh_make_string_bn: Importing a 24 bits, 3 bytes object ...

[2024-01-16 14:31:43] ssh_make_string_bn: Importing a 1032 bits, 129 bytes object ...

[2024-01-16 14:31:43] ssh_log_hexdump: e (3 bytes):
[2024-01-16 14:31:43] ssh_log_hexdump: 00000000 01 00 01 ...
[2024-01-16 14:31:43] ssh_log_hexdump: n (129 bytes):
[2024-01-16 14:31:43] ssh_log_hexdump: 00000000 00 dd ca 83 62 53 11 ed 2f 70 f2 23 ae 51 5a ad ....bS../p.#.QZ.
[2024-01-16 14:31:43] ssh_log_hexdump: 00000010 9a 6a 13 d5 59 2b 62 87 d7 e5 4e d1 f7 42 e0 9c .j..Y+b...N..B..
[2024-01-16 14:31:43] ssh_log_hexdump: 00000020 d5 87 34 60 5f 55 ca 94 27 24 0a 44 c6 a5 cb ca ..4`_U..'$.D....
[2024-01-16 14:31:43] ssh_log_hexdump: 00000030 78 2f 34 f8 ce 7c 7d 7e 46 e5 bb bc fc 18 29 e1 x/4..|}~F.....).
[2024-01-16 14:31:43] ssh_log_hexdump: 00000040 5c dd 6a 68 22 54 5d 0b 44 89 84 40 eb 4f c7 c0 .jh"T].D..@.O..
[2024-01-16 14:31:43] ssh_log_hexdump: 00000050 50 d3 cf d9 67 a5 50 a3 b9 38 92 94 ca f9 6f 8c P...g.P..8....o.
[2024-01-16 14:31:43] ssh_log_hexdump: 00000060 4f 1c 39 b6 25 06 47 08 55 9d dc 38 fe e2 8a 7f O.9.%.G.U..8....
[2024-01-16 14:31:43] ssh_log_hexdump: 00000070 62 b1 55 91 c7 7d 19 d1 32 e7 3d 2c 70 86 b5 16 b.U..}..2.=,p...
[2024-01-16 14:31:43] ssh_log_hexdump: 00000080 49 I
[2024-01-16 14:31:43] ssh_log_hexdump: Session server cookie (16 bytes):
[2024-01-16 14:31:43] ssh_log_hexdump: 00000000 74 62 3d c1 e7 e4 57 44 5d 4e a8 75 55 6e a4 08 tb=...WD]N.uUn..
[2024-01-16 14:31:43] ssh_log_hexdump: Session client cookie (16 bytes):
[2024-01-16 14:31:43] ssh_log_hexdump: 00000000 45 e8 e2 39 ea 38 4c 68 9d 03 78 52 68 63 de 7a E..9.8Lh..xRhc.z
[2024-01-16 14:31:43] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[2024-01-16 14:31:43] packet_send2: packet: wrote [type=21, len=12, padding_size=10, comp=1, payload=1]
[2024-01-16 14:31:43] ssh_packet_set_newkeys: called, direction = OUT
[2024-01-16 14:31:43] ssh_make_bignum_string: 17 bits, 3 bytes, 0 padding

[2024-01-16 14:31:43] ssh_make_bignum_string: 1024 bits, 128 bytes, 1 padding

[2024-01-16 14:31:43] ssh_make_bignum_string: 2048 bits, 256 bytes, 1 padding

[2024-01-16 14:31:43] ssh_make_bignum_string: 2 bits, 1 bytes, 0 padding

[2024-01-16 14:31:43] ssh_make_bignum_string: 2048 bits, 256 bytes, 1 padding

[2024-01-16 14:31:43] ssh_make_bignum_string: 2048 bits, 256 bytes, 1 padding

[2024-01-16 14:31:43] ssh_make_bignum_string: 2048 bits, 256 bytes, 1 padding

[2024-01-16 14:31:43] ssh_log_hexdump: hash buffer (2769 bytes):
[2024-01-16 14:31:43] ssh_log_hexdump: 00000000 00 00 00 14 53 53 48 2d 32 2e 30 2d 6c 69 62 73 ....SSH-2.0-libs
[2024-01-16 14:31:43] ssh_log_hexdump: 00000010 73 68 5f 30 2e 39 2e 36 00 00 00 13 53 53 48 2d sh_0.9.6....SSH-
[2024-01-16 14:31:43] ssh_log_hexdump: 00000020 31 2e 39 39 2d 43 69 73 63 6f 2d 31 2e 32 35 00 1.99-Cisco-1.25.
[2024-01-16 14:31:43] ssh_log_hexdump: 00000030 00 04 74 14 45 e8 e2 39 ea 38 4c 68 9d 03 78 52 ..t.E..9.8Lh..xR
[2024-01-16 14:31:43] ssh_log_hexdump: 00000040 68 63 de 7a 00 00 01 4b 63 75 72 76 65 32 35 35 hc.z...Kcurve255
[2024-01-16 14:31:43] ssh_log_hexdump: 00000050 31 39 2d 73 68 61 32 35 36 2c 63 75 72 76 65 32 19-sha256,curve2
[2024-01-16 14:31:43] ssh_log_hexdump: 00000060 35 35 31 39 2d 73 68 61 32 35 36 40 6c 69 62 73 5519-sha256@libs
[2024-01-16 14:31:43] ssh_log_hexdump: 00000070 73 68 2e 6f 72 67 2c 65 63 64 68 2d 73 68 61 32 sh.org,ecdh-sha2
[2024-01-16 14:31:43] ssh_log_hexdump: 00000080 2d 6e 69 73 74 70 32 35 36 2c 65 63 64 68 2d 73 -nistp256,ecdh-s
[2024-01-16 14:31:43] ssh_log_hexdump: 00000090 68 61 32 2d 6e 69 73 74 70 33 38 34 2c 65 63 64 ha2-nistp384,ecd
[2024-01-16 14:31:43] ssh_log_hexdump: 000000a0 68 2d 73 68 61 32 2d 6e 69 73 74 70 35 32 31 2c h-sha2-nistp521,
[2024-01-16 14:31:43] ssh_log_hexdump: 000000b0 64 69 66 66 69 65 2d 68 65 6c 6c 6d 61 6e 2d 67 diffie-hellman-g
[2024-01-16 14:31:43] ssh_log_hexdump: 000000c0 72 6f 75 70 31 38 2d 73 68 61 35 31 32 2c 64 69 roup18-sha512,di
[2024-01-16 14:31:43] ssh_log_hexdump: 000000d0 66 66 69 65 2d 68 65 6c 6c 6d 61 6e 2d 67 72 6f ffie-hellman-gro
[2024-01-16 14:31:43] ssh_log_hexdump: 000000e0 75 70 31 36 2d 73 68 61 35 31 32 2c 64 69 66 66 up16-sha512,diff
[2024-01-16 14:31:43] ssh_log_hexdump: 000000f0 69 65 2d 68 65 6c 6c 6d 61 6e 2d 67 72 6f 75 70 ie-hellman-group
[2024-01-16 14:31:43] ssh_log_hexdump: 00000100 2d 65 78 63 68 61 6e 67 65 2d 73 68 61 31 2c 64 -exchange-sha1,d
[2024-01-16 14:31:43] ssh_log_hexdump: 00000110 69 66 66 69 65 2d 68 65 6c 6c 6d 61 6e 2d 67 72 iffie-hellman-gr
[2024-01-16 14:31:43] ssh_log_hexdump: 00000120 6f 75 70 2d 65 78 63 68 61 6e 67 65 2d 73 68 61 oup-exchange-sha
[2024-01-16 14:31:43] ssh_log_hexdump: 00000130 32 35 36 2c 64 69 66 66 69 65 2d 68 65 6c 6c 6d 256,diffie-hellm
[2024-01-16 14:31:43] ssh_log_hexdump: 00000140 61 6e 2d 67 72 6f 75 70 31 2d 73 68 61 31 2c 64 an-group1-sha1,d
[2024-01-16 14:31:43] ssh_log_hexdump: 00000150 69 66 66 69 65 2d 68 65 6c 6c 6d 61 6e 2d 67 72 iffie-hellman-gr
[2024-01-16 14:31:43] ssh_log_hexdump: 00000160 6f 75 70 31 34 2d 73 68 61 31 2c 64 69 66 66 69 oup14-sha1,diffi
[2024-01-16 14:31:43] ssh_log_hexdump: 00000170 65 2d 68 65 6c 6c 6d 61 6e 2d 67 72 6f 75 70 31 e-hellman-group1
[2024-01-16 14:31:43] ssh_log_hexdump: 00000180 34 2d 73 68 61 32 35 36 2c 65 78 74 2d 69 6e 66 4-sha256,ext-inf
[2024-01-16 14:31:43] ssh_log_hexdump: 00000190 6f 2d 63 00 00 00 71 73 73 68 2d 65 64 32 35 35 o-c...qssh-ed255
[2024-01-16 14:31:43] ssh_log_hexdump: 000001a0 31 39 2c 65 63 64 73 61 2d 73 68 61 32 2d 6e 69 19,ecdsa-sha2-ni
[2024-01-16 14:31:43] ssh_log_hexdump: 000001b0 73 74 70 35 32 31 2c 65 63 64 73 61 2d 73 68 61 stp521,ecdsa-sha
[2024-01-16 14:31:43] ssh_log_hexdump: 000001c0 32 2d 6e 69 73 74 70 33 38 34 2c 65 63 64 73 61 2-nistp384,ecdsa
[2024-01-16 14:31:43] ssh_log_hexdump: 000001d0 2d 73 68 61 32 2d 6e 69 73 74 70 32 35 36 2c 72 -sha2-nistp256,r
[2024-01-16 14:31:43] ssh_log_hexdump: 000001e0 73 61 2d 73 68 61 32 2d 35 31 32 2c 72 73 61 2d sa-sha2-512,rsa-
[2024-01-16 14:31:43] ssh_log_hexdump: 000001f0 73 68 61 32 2d 32 35 36 2c 73 73 68 2d 72 73 61 sha2-256,ssh-rsa
[2024-01-16 14:31:43] ssh_log_hexdump: 00000200 2c 73 73 68 2d 64 73 73 00 00 00 a3 61 65 73 32 ,ssh-dss....aes2
[2024-01-16 14:31:43] ssh_log_hexdump: 00000210 35 36 2d 67 63 6d 40 6f 70 65 6e 73 73 68 2e 63 56-gcm@openssh.c
[2024-01-16 14:31:43] ssh_log_hexdump: 00000220 6f 6d 2c 61 65 73 31 32 38 2d 67 63 6d 40 6f 70 om,aes128-gcm@op
[2024-01-16 14:31:43] ssh_log_hexdump: 00000230 65 6e 73 73 68 2e 63 6f 6d 2c 63 68 61 63 68 61 enssh.com,chacha
[2024-01-16 14:31:43] ssh_log_hexdump: 00000240 32 30 2d 70 6f 6c 79 31 33 30 35 40 6f 70 65 6e 20-poly1305@open
[2024-01-16 14:31:43] ssh_log_hexdump: 00000250 73 73 68 2e 63 6f 6d 2c 61 65 73 32 35 36 2d 63 ssh.com,aes256-c
[2024-01-16 14:31:43] ssh_log_hexdump: 00000260 74 72 2c 61 65 73 31 39 32 2d 63 74 72 2c 61 65 tr,aes192-ctr,ae
[2024-01-16 14:31:43] ssh_log_hexdump: 00000270 73 31 32 38 2d 63 74 72 2c 61 65 73 32 35 36 2d s128-ctr,aes256-
[2024-01-16 14:31:43] ssh_log_hexdump: 00000280 63 62 63 2c 61 65 73 31 39 32 2d 63 62 63 2c 61 cbc,aes192-cbc,a
[2024-01-16 14:31:43] ssh_log_hexdump: 00000290 65 73 31 32 38 2d 63 62 63 2c 62 6c 6f 77 66 69 es128-cbc,blowfi
[2024-01-16 14:31:43] ssh_log_hexdump: 000002a0 73 68 2d 63 62 63 2c 33 64 65 73 2d 63 62 63 00 sh-cbc,3des-cbc.
[2024-01-16 14:31:43] ssh_log_hexdump: 000002b0 00 00 85 61 65 73 32 35 36 2d 67 63 6d 40 6f 70 ...aes256-gcm@op
[2024-01-16 14:31:43] ssh_log_hexdump: 000002c0 65 6e 73 73 68 2e 63 6f 6d 2c 61 65 73 31 32 38 enssh.com,aes128
[2024-01-16 14:31:43] ssh_log_hexdump: 000002d0 2d 67 63 6d 40 6f 70 65 6e 73 73 68 2e 63 6f 6d -gcm@openssh.com
[2024-01-16 14:31:43] ssh_log_hexdump: 000002e0 2c 61 65 73 32 35 36 2d 63 74 72 2c 61 65 73 31 ,aes256-ctr,aes1
[2024-01-16 14:31:43] ssh_log_hexdump: 000002f0 39 32 2d 63 74 72 2c 61 65 73 31 32 38 2d 63 74 92-ctr,aes128-ct
[2024-01-16 14:31:43] ssh_log_hexdump: 00000300 72 2c 61 65 73 32 35 36 2d 63 62 63 2c 61 65 73 r,aes256-cbc,aes
[2024-01-16 14:31:43] ssh_log_hexdump: 00000310 31 39 32 2d 63 62 63 2c 61 65 73 31 32 38 2d 63 192-cbc,aes128-c
[2024-01-16 14:31:43] ssh_log_hexdump: 00000320 62 63 2c 62 6c 6f 77 66 69 73 68 2d 63 62 63 2c bc,blowfish-cbc,
[2024-01-16 14:31:43] ssh_log_hexdump: 00000330 33 64 65 73 2d 63 62 63 00 00 00 a5 68 6d 61 63 3des-cbc....hmac
[2024-01-16 14:31:43] ssh_log_hexdump: 00000340 2d 73 68 61 32 2d 32 35 36 2d 65 74 6d 40 6f 70 -sha2-256-etm@op
[2024-01-16 14:31:43] ssh_log_hexdump: 00000350 65 6e 73 73 68 2e 63 6f 6d 2c 68 6d 61 63 2d 73 enssh.com,hmac-s
[2024-01-16 14:31:43] ssh_log_hexdump: 00000360 68 61 32 2d 35 31 32 2d 65 74 6d 40 6f 70 65 6e ha2-512-etm@open
[2024-01-16 14:31:43] ssh_log_hexdump: 00000370 73 73 68 2e 63 6f 6d 2c 68 6d 61 63 2d 73 68 61 ssh.com,hmac-sha
[2024-01-16 14:31:43] ssh_log_hexdump: 00000380 31 2d 65 74 6d 40 6f 70 65 6e 73 73 68 2e 63 6f 1-etm@openssh.co
[2024-01-16 14:31:43] ssh_log_hexdump: 00000390 6d 2c 68 6d 61 63 2d 73 68 61 31 2d 39 36 2d 65 m,hmac-sha1-96-e
[2024-01-16 14:31:43] ssh_log_hexdump: 000003a0 74 6d 40 6f 70 65 6e 73 73 68 2e 63 6f 6d 2c 68 tm@openssh.com,h
[2024-01-16 14:31:43] ssh_log_hexdump: 000003b0 6d 61 63 2d 73 68 61 32 2d 32 35 36 2c 68 6d 61 mac-sha2-256,hma
[2024-01-16 14:31:43] ssh_log_hexdump: 000003c0 63 2d 73 68 61 32 2d 35 31 32 2c 68 6d 61 63 2d c-sha2-512,hmac-
[2024-01-16 14:31:43] ssh_log_hexdump: 000003d0 73 68 61 31 2c 68 6d 61 63 2d 73 68 61 31 2d 39 sha1,hmac-sha1-9
[2024-01-16 14:31:43] ssh_log_hexdump: 000003e0 36 00 00 00 a5 68 6d 61 63 2d 73 68 61 32 2d 32 6....hmac-sha2-2
[2024-01-16 14:31:43] ssh_log_hexdump: 000003f0 35 36 2d 65 74 6d 40 6f 70 65 6e 73 73 68 2e 63 56-etm@openssh.c
[2024-01-16 14:31:43] ssh_log_hexdump: 00000400 6f 6d 2c 68 6d 61 63 2d 73 68 61 32 2d 35 31 32 om,hmac-sha2-512
[2024-01-16 14:31:43] ssh_log_hexdump: 00000410 2d 65 74 6d 40 6f 70 65 6e 73 73 68 2e 63 6f 6d -etm@openssh.com
[2024-01-16 14:31:43] ssh_log_hexdump: 00000420 2c 68 6d 61 63 2d 73 68 61 31 2d 65 74 6d 40 6f ,hmac-sha1-etm@o
[2024-01-16 14:31:43] ssh_log_hexdump: 00000430 70 65 6e 73 73 68 2e 63 6f 6d 2c 68 6d 61 63 2d penssh.com,hmac-
[2024-01-16 14:31:43] ssh_log_hexdump: 00000440 73 68 61 31 2d 39 36 2d 65 74 6d 40 6f 70 65 6e sha1-96-etm@open
[2024-01-16 14:31:43] ssh_log_hexdump: 00000450 73 73 68 2e 63 6f 6d 2c 68 6d 61 63 2d 73 68 61 ssh.com,hmac-sha
[2024-01-16 14:31:43] ssh_log_hexdump: 00000460 32 2d 32 35 36 2c 68 6d 61 63 2d 73 68 61 32 2d 2-256,hmac-sha2-
[2024-01-16 14:31:43] ssh_log_hexdump: 00000470 35 31 32 2c 68 6d 61 63 2d 73 68 61 31 2c 68 6d 512,hmac-sha1,hm
[2024-01-16 14:31:43] ssh_log_hexdump: 00000480 61 63 2d 73 68 61 31 2d 39 36 00 00 00 04 6e 6f ac-sha1-96....no
[2024-01-16 14:31:43] ssh_log_hexdump: 00000490 6e 65 00 00 00 04 6e 6f 6e 65 00 00 00 00 00 00 ne....none......
[2024-01-16 14:31:43] ssh_log_hexdump: 000004a0 00 00 00 00 00 00 00 00 00 01 66 14 74 62 3d c1 ..........f.tb=.
[2024-01-16 14:31:43] ssh_log_hexdump: 000004b0 e7 e4 57 44 5d 4e a8 75 55 6e a4 08 00 00 00 59 ..WD]N.uUn.....Y
[2024-01-16 14:31:43] ssh_log_hexdump: 000004c0 64 69 66 66 69 65 2d 68 65 6c 6c 6d 61 6e 2d 67 diffie-hellman-g
[2024-01-16 14:31:43] ssh_log_hexdump: 000004d0 72 6f 75 70 2d 65 78 63 68 61 6e 67 65 2d 73 68 roup-exchange-sh
[2024-01-16 14:31:43] ssh_log_hexdump: 000004e0 61 31 2c 64 69 66 66 69 65 2d 68 65 6c 6c 6d 61 a1,diffie-hellma
[2024-01-16 14:31:43] ssh_log_hexdump: 000004f0 6e 2d 67 72 6f 75 70 31 34 2d 73 68 61 31 2c 64 n-group14-sha1,d
[2024-01-16 14:31:43] ssh_log_hexdump: 00000500 69 66 66 69 65 2d 68 65 6c 6c 6d 61 6e 2d 67 72 iffie-hellman-gr
[2024-01-16 14:31:43] ssh_log_hexdump: 00000510 6f 75 70 31 2d 73 68 61 31 00 00 00 07 73 73 68 oup1-sha1....ssh
[2024-01-16 14:31:43] ssh_log_hexdump: 00000520 2d 72 73 61 00 00 00 4a 61 65 73 31 32 38 2d 63 -rsa...Jaes128-c
[2024-01-16 14:31:43] ssh_log_hexdump: 00000530 74 72 2c 61 65 73 31 39 32 2d 63 74 72 2c 61 65 tr,aes192-ctr,ae
[2024-01-16 14:31:43] ssh_log_hexdump: 00000540 73 32 35 36 2d 63 74 72 2c 61 65 73 31 32 38 2d s256-ctr,aes128-
[2024-01-16 14:31:43] ssh_log_hexdump: 00000550 63 62 63 2c 33 64 65 73 2d 63 62 63 2c 61 65 73 cbc,3des-cbc,aes
[2024-01-16 14:31:43] ssh_log_hexdump: 00000560 31 39 32 2d 63 62 63 2c 61 65 73 32 35 36 2d 63 192-cbc,aes256-c
[2024-01-16 14:31:43] ssh_log_hexdump: 00000570 62 63 00 00 00 4a 61 65 73 31 32 38 2d 63 74 72 bc...Jaes128-ctr
[2024-01-16 14:31:43] ssh_log_hexdump: 00000580 2c 61 65 73 31 39 32 2d 63 74 72 2c 61 65 73 32 ,aes192-ctr,aes2
[2024-01-16 14:31:43] ssh_log_hexdump: 00000590 35 36 2d 63 74 72 2c 61 65 73 31 32 38 2d 63 62 56-ctr,aes128-cb
[2024-01-16 14:31:43] ssh_log_hexdump: 000005a0 63 2c 33 64 65 73 2d 63 62 63 2c 61 65 73 31 39 c,3des-cbc,aes19
[2024-01-16 14:31:43] ssh_log_hexdump: 000005b0 32 2d 63 62 63 2c 61 65 73 32 35 36 2d 63 62 63 2-cbc,aes256-cbc
[2024-01-16 14:31:43] ssh_log_hexdump: 000005c0 00 00 00 16 68 6d 61 63 2d 73 68 61 31 2c 68 6d ....hmac-sha1,hm
[2024-01-16 14:31:43] ssh_log_hexdump: 000005d0 61 63 2d 73 68 61 31 2d 39 36 00 00 00 16 68 6d ac-sha1-96....hm
[2024-01-16 14:31:43] ssh_log_hexdump: 000005e0 61 63 2d 73 68 61 31 2c 68 6d 61 63 2d 73 68 61 ac-sha1,hmac-sha
[2024-01-16 14:31:43] ssh_log_hexdump: 000005f0 31 2d 39 36 00 00 00 04 6e 6f 6e 65 00 00 00 04 1-96....none....
[2024-01-16 14:31:43] ssh_log_hexdump: 00000600 6e 6f 6e 65 00 00 00 00 00 00 00 00 00 00 00 00 none............
[2024-01-16 14:31:43] ssh_log_hexdump: 00000610 00 00 00 00 97 00 00 00 07 73 73 68 2d 72 73 61 .........ssh-rsa
[2024-01-16 14:31:43] ssh_log_hexdump: 00000620 00 00 00 03 01 00 01 00 00 00 81 00 dd ca 83 62 ...............b
[2024-01-16 14:31:43] ssh_log_hexdump: 00000630 53 11 ed 2f 70 f2 23 ae 51 5a ad 9a 6a 13 d5 59 S../p.#.QZ..j..Y
[2024-01-16 14:31:43] ssh_log_hexdump: 00000640 2b 62 87 d7 e5 4e d1 f7 42 e0 9c d5 87 34 60 5f +b...N..B....4_ [2024-01-16 14:31:43] ssh_log_hexdump: 00000650 55 ca 94 27 24 0a 44 c6 a5 cb ca 78 2f 34 f8 ce U..'$.D....x/4.. [2024-01-16 14:31:43] ssh_log_hexdump: 00000660 7c 7d 7e 46 e5 bb bc fc 18 29 e1 5c dd 6a 68 22 |}~F.....).\.jh" [2024-01-16 14:31:43] ssh_log_hexdump: 00000670 54 5d 0b 44 89 84 40 eb 4f c7 c0 50 d3 cf d9 67 T].D..@.O..P...g [2024-01-16 14:31:43] ssh_log_hexdump: 00000680 a5 50 a3 b9 38 92 94 ca f9 6f 8c 4f 1c 39 b6 25 .P..8....o.O.9.% [2024-01-16 14:31:43] ssh_log_hexdump: 00000690 06 47 08 55 9d dc 38 fe e2 8a 7f 62 b1 55 91 c7 .G.U..8....b.U.. [2024-01-16 14:31:43] ssh_log_hexdump: 000006a0 7d 19 d1 32 e7 3d 2c 70 86 b5 16 49 00 00 08 00 }..2.=,p...I.... [2024-01-16 14:31:43] ssh_log_hexdump: 000006b0 00 00 08 00 00 00 20 00 00 00 01 01 00 ff ff ff ...... ......... [2024-01-16 14:31:43] ssh_log_hexdump: 000006c0 ff ff ff ff ff c9 0f da a2 21 68 c2 34 c4 c6 62 .........!h.4..b [2024-01-16 14:31:43] ssh_log_hexdump: 000006d0 8b 80 dc 1c d1 29 02 4e 08 8a 67 cc 74 02 0b be .....).N..g.t... [2024-01-16 14:31:43] ssh_log_hexdump: 000006e0 a6 3b 13 9b 22 51 4a 08 79 8e 34 04 dd ef 95 19 .;.."QJ.y.4..... [2024-01-16 14:31:43] ssh_log_hexdump: 000006f0 b3 cd 3a 43 1b 30 2b 0a 6d f2 5f 14 37 4f e1 35 ..:C.0+.m._.7O.5 [2024-01-16 14:31:43] ssh_log_hexdump: 00000700 6d 6d 51 c2 45 e4 85 b5 76 62 5e 7e c6 f4 4c 42 mmQ.E...vb^~..LB [2024-01-16 14:31:43] ssh_log_hexdump: 00000710 e9 a6 37 ed 6b 0b ff 5c b6 f4 06 b7 ed ee 38 6b ..7.k..\......8k [2024-01-16 14:31:43] ssh_log_hexdump: 00000720 fb 5a 89 9f a5 ae 9f 24 11 7c 4b 1f e6 49 28 66 .Z.....$.|K..I(f [2024-01-16 14:31:43] ssh_log_hexdump: 00000730 51 ec e4 5b 3d c2 00 7c b8 a1 63 bf 05 98 da 48 Q..[=..|..c....H [2024-01-16 14:31:43] ssh_log_hexdump: 00000740 36 1c 55 d3 9a 69 16 3f a8 fd 24 cf 5f 83 65 5d 6.U..i.?..$._.e] [2024-01-16 14:31:43] ssh_log_hexdump: 00000750 23 dc a3 ad 96 1c 62 f3 56 20 85 52 bb 9e d5 29 #.....b.V .R...) [2024-01-16 14:31:43] ssh_log_hexdump: 00000760 07 70 96 96 6d 67 0c 35 4e 4a bc 98 04 f1 74 6c .p..mg.5NJ....tl [2024-01-16 14:31:43] ssh_log_hexdump: 00000770 08 ca 18 21 7c 32 90 5e 46 2e 36 ce 3b e3 9e 77 ...!|2.^F.6.;..w [2024-01-16 14:31:43] ssh_log_hexdump: 00000780 2c 18 0e 86 03 9b 27 83 a2 ec 07 a2 8f b5 c5 5d ,.....'........] [2024-01-16 14:31:43] ssh_log_hexdump: 00000790 f0 6f 4c 52 c9 de 2b cb f6 95 58 17 18 39 95 49 .oLR..+...X..9.I [2024-01-16 14:31:43] ssh_log_hexdump: 000007a0 7c ea 95 6a e5 15 d2 26 18 98 fa 05 10 15 72 8e |..j...&......r. [2024-01-16 14:31:43] ssh_log_hexdump: 000007b0 5a 8a ac aa 68 ff ff ff ff ff ff ff ff 00 00 00 Z...h........... [2024-01-16 14:31:43] ssh_log_hexdump: 000007c0 01 02 00 00 01 01 00 dd 10 7d 93 10 7d 0a c9 4c .........}..}..L [2024-01-16 14:31:43] ssh_log_hexdump: 000007d0 95 e4 ad 33 a5 a7 79 a2 04 4b af c5 ca 78 cf 51 ...3..y..K...x.Q [2024-01-16 14:31:43] ssh_log_hexdump: 000007e0 ef ec 17 06 6b f1 0c 30 ab 05 a9 74 db c6 bf 49 ....k..0...t...I [2024-01-16 14:31:43] ssh_log_hexdump: 000007f0 60 4a 80 93 1e 8a 46 96 09 46 eb 07 a3 40 18 6c J....F..F...@.l
[2024-01-16 14:31:43] ssh_log_hexdump: 00000800 0a 4d 88 cd 57 7a 92 2f 7e dd 1d 11 3c fe bf df .M..Wz./...<...
[2024-01-16 14:31:43] ssh_log_hexdump: 00000810 26 3d 96 cc c0 fd eb 79 e0 d3 d5 4a 9b dd 28 f0 &=.....y...J..(.
[2024-01-16 14:31:43] ssh_log_hexdump: 00000820 e4 ee 46 c1 6c bf 53 83 eb 5e c4 e0 e2 b2 0f c5 ..F.l.S..^......
[2024-01-16 14:31:43] ssh_log_hexdump: 00000830 cb 67 a5 a4 5f a3 76 9e c7 ce 07 2b 29 d8 38 7f .g.._.v....+).8.
[2024-01-16 14:31:43] ssh_log_hexdump: 00000840 cc e9 dc 81 30 9d 13 7e 9c 0c 6a 18 95 21 c5 69 ....0..
..j..!.i
[2024-01-16 14:31:43] ssh_log_hexdump: 00000850 88 ae 55 75 a1 17 94 80 60 72 68 99 d8 ce f5 b6 ..Uu....rh..... [2024-01-16 14:31:43] ssh_log_hexdump: 00000860 fc fa db 4a ed 4f de 30 e0 c0 e3 89 0f 90 07 6d ...J.O.0.......m [2024-01-16 14:31:43] ssh_log_hexdump: 00000870 4b 7f ee 9d c8 4d 8c b2 84 a4 5a 35 c0 18 ea 73 K....M....Z5...s [2024-01-16 14:31:43] ssh_log_hexdump: 00000880 3d 82 25 ab d8 3c 8e 35 41 99 a0 a8 47 3a e3 22 =.%..<.5A...G:." [2024-01-16 14:31:43] ssh_log_hexdump: 00000890 05 b6 5f 47 f6 73 06 e8 fe 72 4d be 3f ee 2c 7c .._G.s...rM.?.,| [2024-01-16 14:31:43] ssh_log_hexdump: 000008a0 c4 3f c0 0b 48 57 b2 92 88 18 20 e0 e1 2f 28 e1 .?..HW.... ../(. [2024-01-16 14:31:43] ssh_log_hexdump: 000008b0 27 08 ae a9 57 67 4b 6e 97 4e 61 4b 0e 45 09 5e '...WgKn.NaK.E.^ [2024-01-16 14:31:43] ssh_log_hexdump: 000008c0 c0 78 ea 52 c9 f1 0b 00 00 01 01 00 d0 99 cb 0b .x.R............ [2024-01-16 14:31:43] ssh_log_hexdump: 000008d0 06 e2 f5 22 0c 9e 80 14 cb fe ab d8 9b b6 eb a8 ..."............ [2024-01-16 14:31:43] ssh_log_hexdump: 000008e0 6f 75 de c0 68 7b bf a1 20 22 4f 52 2f f6 14 97 ou..h{.. "OR/... [2024-01-16 14:31:43] ssh_log_hexdump: 000008f0 68 b5 21 1d 9f 2c dc 6a 4a c9 19 78 1e b9 f1 04 h.!..,.jJ..x.... [2024-01-16 14:31:43] ssh_log_hexdump: 00000900 4f 84 54 0e cf ac b7 64 26 22 aa 77 5a fa 52 6c O.T....d&".wZ.Rl [2024-01-16 14:31:43] ssh_log_hexdump: 00000910 a2 47 7c b8 18 ae c4 d2 db 76 d6 e2 2a 32 31 5b .G|......v..*21[ [2024-01-16 14:31:43] ssh_log_hexdump: 00000920 a9 ac ce d5 d5 ca 11 a7 53 bd c2 52 d8 3e c3 43 ........S..R.>.C [2024-01-16 14:31:43] ssh_log_hexdump: 00000930 32 38 0e 07 06 05 c2 90 57 f8 71 34 8d 0f a7 11 28......W.q4.... [2024-01-16 14:31:43] ssh_log_hexdump: 00000940 79 39 17 33 23 fc 0a 2f 58 d0 be 30 2a d9 24 32 y9.3#../X..0*.$2 [2024-01-16 14:31:43] ssh_log_hexdump: 00000950 e8 b3 7c 3c ff 32 54 a2 fe 8d 0a 37 d8 f3 f7 db ..|<.2T....7.... [2024-01-16 14:31:43] ssh_log_hexdump: 00000960 4f d2 e4 48 ae 5b 1a d3 dd 02 8f 1a d2 f6 63 33 O..H.[........c3 [2024-01-16 14:31:43] ssh_log_hexdump: 00000970 2c 5f d7 66 0e c1 b1 e6 87 68 1f d6 84 ac 55 fc ,_.f.....h....U. [2024-01-16 14:31:43] ssh_log_hexdump: 00000980 f8 c6 00 a9 7b 71 9a 5d 59 c3 1c b0 93 32 0e a9 ....{q.]Y....2.. [2024-01-16 14:31:43] ssh_log_hexdump: 00000990 5f f8 9c 3a 82 1f 7c 60 d0 bf 44 61 1e 36 a9 e1 _..:..|..Da.6..
[2024-01-16 14:31:43] ssh_log_hexdump: 000009a0 ce 64 09 31 59 4a cc ab 72 32 44 9c 88 28 9c 91 .d.1YJ..r2D..(..
[2024-01-16 14:31:43] ssh_log_hexdump: 000009b0 30 67 5f f5 34 53 4b 20 fd ec 60 58 76 dc 44 eb 0g_.4SK ..`Xv.D.
[2024-01-16 14:31:43] ssh_log_hexdump: 000009c0 94 17 a9 e4 d3 9e 91 7c 39 ac db a3 00 00 01 01 .......|9.......
[2024-01-16 14:31:43] ssh_log_hexdump: 000009d0 00 85 95 57 dd 97 26 15 7a 34 9a db 02 e0 56 78 ...W..&.z4....Vx
[2024-01-16 14:31:43] ssh_log_hexdump: 000009e0 af 42 9d bf 2d bb df c9 cb d4 8b 61 73 19 18 3d .B..-......as..=
[2024-01-16 14:31:43] ssh_log_hexdump: 000009f0 23 f3 4c c9 f9 de c9 eb d3 75 42 ae 7d 5c 5e db #.L......uB.}^.
[2024-01-16 14:31:43] ssh_log_hexdump: 00000a00 43 4f c5 1c 0f ad 36 eb 47 05 43 b4 29 e3 f2 ab CO....6.G.C.)...
[2024-01-16 14:31:43] ssh_log_hexdump: 00000a10 44 7d 27 5b 8b d0 c8 de 17 20 14 7d dd ed 21 5a D}'[..... .}..!Z
[2024-01-16 14:31:43] ssh_log_hexdump: 00000a20 3d ad 7a fb 8a b7 7d 28 72 5b f9 a0 57 b3 66 5d =.z...}(r[..W.f]
[2024-01-16 14:31:43] ssh_log_hexdump: 00000a30 ab 58 bd c7 a7 1a a2 f3 90 5f bb 35 ff 74 3e de .X......._.5.t>.
[2024-01-16 14:31:43] ssh_log_hexdump: 00000a40 bc 6e b1 f0 e5 82 38 f0 3c f0 67 4b 6e 13 31 16 .n....8.<.gKn.1.
[2024-01-16 14:31:43] ssh_log_hexdump: 00000a50 3f 75 d1 46 1b ba d2 d3 2f f6 28 d8 e6 3c c1 d2 ?u.F..../.(..<..
[2024-01-16 14:31:43] ssh_log_hexdump: 00000a60 33 67 90 63 b4 ae 3e 30 44 fe 0c 41 7b 82 c2 10 3g.c..>0D..A{...
[2024-01-16 14:31:43] ssh_log_hexdump: 00000a70 48 8a 4d f5 f9 8a 9f 1a 4d 06 ac 0b f2 91 d0 c6 H.M.....M.......
[2024-01-16 14:31:43] ssh_log_hexdump: 00000a80 12 43 ac 37 66 78 fb e2 c1 aa ad 48 2d a3 29 a7 .C.7fx.....H-.).
[2024-01-16 14:31:43] ssh_log_hexdump: 00000a90 8a 31 54 34 9d 66 f7 03 c4 1c 31 14 8c 9b 70 d3 .1T4.f....1...p.
[2024-01-16 14:31:43] ssh_log_hexdump: 00000aa0 8b 56 ef 67 6c de 27 b9 ca 53 64 6e 26 43 c7 7e .V.gl.'..Sdn&C.~
[2024-01-16 14:31:43] ssh_log_hexdump: 00000ab0 00 49 f7 f9 fd ee 61 e5 22 63 de 87 25 21 1e 9b .I....a."c..%!..
[2024-01-16 14:31:43] ssh_log_hexdump: 00000ac0 29 e0 67 0c 69 6b d5 97 a2 9e 52 b2 f8 c4 bc 47 ).g.ik....R....G
[2024-01-16 14:31:43] ssh_log_hexdump: 00000ad0 8a .
[2024-01-16 14:31:43] ssh_log_hexdump: secret hash (20 bytes):
[2024-01-16 14:31:43] ssh_log_hexdump: 00000000 ec dc ee 51 b6 cd a1 fe d9 9e b4 af 4b 47 a8 84 ...Q........KG..
[2024-01-16 14:31:43] ssh_log_hexdump: 00000010 fc 36 6e d3 .6n.
[2024-01-16 14:31:43] ssh_log_hexdump: session id (20 bytes):
[2024-01-16 14:31:43] ssh_log_hexdump: 00000000 ec dc ee 51 b6 cd a1 fe d9 9e b4 af 4b 47 a8 84 ...Q........KG..
[2024-01-16 14:31:43] ssh_log_hexdump: 00000010 fc 36 6e d3 .6n.
[2024-01-16 14:31:43] crypt_set_algorithms2: Set output algorithm to aes256-ctr
[2024-01-16 14:31:43] crypt_set_algorithms2: Set HMAC output algorithm to hmac-sha1
[2024-01-16 14:31:43] crypt_set_algorithms2: Set input algorithm to aes256-ctr
[2024-01-16 14:31:43] crypt_set_algorithms2: Set HMAC input algorithm to hmac-sha1
[2024-01-16 14:31:43] ssh_make_bignum_string: 2048 bits, 256 bytes, 1 padding

[2024-01-16 14:31:43] ssh_log_hexdump: Client to Server IV (20 bytes):
[2024-01-16 14:31:43] ssh_log_hexdump: 00000000 e5 50 74 d2 59 85 c8 3c a1 c4 b2 6b 5f a9 1a 2e .Pt.Y..<...k_...
[2024-01-16 14:31:43] ssh_log_hexdump: 00000010 19 28 6e 20 .(n
[2024-01-16 14:31:43] ssh_log_hexdump: Server to Client IV (20 bytes):
[2024-01-16 14:31:43] ssh_log_hexdump: 00000000 6f d3 de 18 ff 7a 1e 47 93 ea 7a 5f 0b 7d 14 94 o....z.G..z_.}..
[2024-01-16 14:31:43] ssh_log_hexdump: 00000010 18 62 4c 77 .bLw
[2024-01-16 14:31:43] ssh_log_hexdump: Client to Server Encryption Key (32 bytes):
[2024-01-16 14:31:43] ssh_log_hexdump: 00000000 a3 e8 53 18 1e 16 6f c8 b5 b1 bb c2 75 af 30 a6 ..S...o.....u.0.
[2024-01-16 14:31:43] ssh_log_hexdump: 00000010 d9 eb 2b 80 e0 e2 96 ee bc 05 10 c7 d8 56 6d e2 ..+..........Vm.
[2024-01-16 14:31:43] ssh_log_hexdump: Server to Client Encryption Key (32 bytes):
[2024-01-16 14:31:43] ssh_log_hexdump: 00000000 bb 36 ab bf 55 b6 45 2f 75 f8 6e fb 78 30 80 98 .6..U.E/u.n.x0..
[2024-01-16 14:31:43] ssh_log_hexdump: 00000010 98 cb 9c 14 2e d8 6c bd e2 e9 b5 2d 36 68 3b 1d ......l....-6h;.
[2024-01-16 14:31:43] ssh_log_hexdump: Client to Server Integrity Key (20 bytes):
[2024-01-16 14:31:43] ssh_log_hexdump: 00000000 f6 51 b9 ce f9 12 ef 1a 88 c4 5a e6 50 3a db a3 .Q........Z.P:..
[2024-01-16 14:31:43] ssh_log_hexdump: 00000010 5d ca e6 07 ]...
[2024-01-16 14:31:43] ssh_log_hexdump: Server to Client Integrity Key (20 bytes):
[2024-01-16 14:31:43] ssh_log_hexdump: 00000000 b6 b2 3d 88 ce 40 19 2e 7d 5a 00 6e 95 81 02 c4 ..=..@..}Z.n....
[2024-01-16 14:31:43] ssh_log_hexdump: 00000010 a4 b5 1f b1 ....
[2024-01-16 14:31:43] ssh_init_rekey_state: Set rekey after 65536000 blocks
[2024-01-16 14:31:43] ssh_init_rekey_state: Set rekey after 65536000 blocks
[2024-01-16 14:31:43] ssh_packet_set_newkeys: Set rekey after 3600 seconds
[2024-01-16 14:31:43] ssh_packet_client_dhgex_reply: SSH_MSG_NEWKEYS sent
[2024-01-16 14:31:43] ssh_packet_socket_callback: rcv packet cb (len=0, state=INIT)
[2024-01-16 14:31:43] ssh_packet_socket_callback: Waiting for more data (0 < 8)
[2024-01-16 14:31:43] ssh_socket_pollcallback: Poll callback on socket 3180 (POLLIN POLLOUT ), out buffer 0
[2024-01-16 14:31:43] ssh_packet_socket_callback: rcv packet cb (len=16, state=INIT)
[2024-01-16 14:31:43] ssh_packet_socket_callback: packet: read type 21 [len=12,padding=10,comp=1,payload=1]
[2024-01-16 14:31:43] ssh_packet_incoming_filter: Filtering packet type 21
[2024-01-16 14:31:43] ssh_packet_process: Dispatching handler for packet type 21
[2024-01-16 14:31:43] ssh_packet_newkeys: Received SSH_MSG_NEWKEYS
[2024-01-16 14:31:43] pki_signature_from_rsa_blob: RSA signature len: 128
[2024-01-16 14:31:43] ssh_log_hexdump: RSA signature (128 bytes):
[2024-01-16 14:31:43] ssh_log_hexdump: 00000000 3d 22 8a e5 25 36 55 06 02 4c 93 c0 eb 79 df 54 ="..%6U..L...y.T
[2024-01-16 14:31:43] ssh_log_hexdump: 00000010 b5 8d 4a dd 00 df cf a6 93 59 94 bb 4e e5 f2 5e ..J......Y..N..^
[2024-01-16 14:31:43] ssh_log_hexdump: 00000020 65 13 4b 1d 5d da d5 f9 41 72 61 9d bb ee 2c 96 e.K.]...Ara...,.
[2024-01-16 14:31:43] ssh_log_hexdump: 00000030 5f a5 fd e4 55 b8 e4 3b a5 ae c8 02 bf 49 75 fb _...U..;.....Iu.
[2024-01-16 14:31:43] ssh_log_hexdump: 00000040 d8 c0 d0 1e a8 4d 71 27 3a 58 e2 45 65 04 ae 64 .....Mq':X.Ee..d
[2024-01-16 14:31:43] ssh_log_hexdump: 00000050 59 de 21 54 4e 24 8b 1f aa 78 dd 67 2f d4 8d c7 Y.!TN$...x.g/...
[2024-01-16 14:31:43] ssh_log_hexdump: 00000060 44 c1 0e 71 51 72 29 67 1d 32 ae b7 18 12 a9 a1 D..qQr)g.2......
[2024-01-16 14:31:43] ssh_log_hexdump: 00000070 d1 ab 7b 5a 97 87 bd 6f 9c e1 7d e4 82 e4 9d 0a ..{Z...o..}.....
[2024-01-16 14:31:43] ssh_pki_signature_verify: Going to verify a ssh-rsa type signature
[2024-01-16 14:31:43] pki_verify_data_signature: Signature valid
[2024-01-16 14:31:43] ssh_packet_newkeys: Signature verified and valid
[2024-01-16 14:31:43] ssh_packet_set_newkeys: called, direction = IN
[2024-01-16 14:31:43] ssh_packet_socket_callback: rcv packet cb (len=0, state=INIT)
[2024-01-16 14:31:43] ssh_packet_socket_callback: Waiting for more data (0 < 16)
[2024-01-16 14:31:43] ssh_socket_pollcallback: sending control flow event
[2024-01-16 14:31:43] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback
[2024-01-16 14:31:43] ssh_connect: current state : 7
[2024-01-16 14:31:43] ssh_make_bignum_string: 17 bits, 3 bytes, 0 padding

[2024-01-16 14:31:43] ssh_make_bignum_string: 1024 bits, 128 bytes, 1 padding

[2024-01-16 14:31:46] ssh_log_hexdump: mac: (32 bytes):
[2024-01-16 14:31:46] ssh_log_hexdump: 00000000 77 c5 a9 bc c1 77 0f 0f 91 b0 16 95 2d c6 c8 57 w....w......-..W
[2024-01-16 14:31:46] ssh_log_hexdump: 00000010 c5 bc 59 12 10 85 75 57 1a a3 f8 e5 ab 35 8d cf ..Y...uW.....5..
[2024-01-16 14:31:46] ssh_log_hexdump: Packet hmac (20 bytes):
[2024-01-16 14:31:46] ssh_log_hexdump: 00000000 92 ca f0 5a 34 9c 66 65 b3 fd 91 47 f9 62 0a b9 ...Z4.fe...G.b..
[2024-01-16 14:31:46] ssh_log_hexdump: 00000010 fb c3 99 88 ....
[2024-01-16 14:31:46] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[2024-01-16 14:31:46] packet_send2: packet: wrote [type=1, len=28, padding_size=7, comp=20, payload=20]

@blog2023sunshine blog2023sunshine changed the title 关于超时时间导致交换机无法连接的怀疑。(Doubt about timeout causing the switch to be unable to connect.) 关于交换机无法连接的怀疑报告。(Suspect report about the inability of the switch to connect) Jan 16, 2024
@kingToolbox
Copy link
Owner

Thank you very much for your detailed error report. The new WindTerm_2.6.0_Prerelease_9 should have fixed some connection issues. Please download and use it, and let me know if there are still any problems.

@zhaoxiangyublzcat
Copy link

The proxy - jump server is still having problems @kingToolbox

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants