[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Support for SSH_MSG_CHANNEL_REQUEST that is unknown


Hi Jakub,

Since I am user of libnetconf2 and netopeer2 I use:

-c SSH option when starting.

Not sure if it is enough.

Here is a raw snippet of logs ( below). Ok?

Br,

//mike

2024-09-04 10:02:36,372 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0])[INF]: LN: User "netconf" authenticated.[\n]"
2024-09-04 10:02:36,372 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,372 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.378902, 3] packet_send2:  packet: wrote [type=52, len=12, padding_size=14, comp=1, payload=1]
2024-09-04 10:02:36,372 (Slf4jLogConsumer.java:73)  INFO : STDERR: [INF]: LN: User "netconf" authenticated.
2024-09-04 10:02:36,379 (Wire.java:92) DEBUG : http-outgoing-3 << "80[\r][\n]"
2024-09-04 10:02:36,379 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x[2024/09/04 08:02:36.385851, 3] ssh_packet_socket_callback:  packet: read type 90 [len=32,padding=7,comp=24,payload=24][\n]"
2024-09-04 10:02:36,379 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,379 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.385851, 3] ssh_packet_socket_callback:  packet: read type 90 [len=32,padding=7,comp=24,payload=24]
2024-09-04 10:02:36,379 (Wire.java:92) DEBUG : http-outgoing-3 << "64[\r][\n]"
2024-09-04 10:02:36,379 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]\[2024/09/04 08:02:36.386164, 3] ssh_packet_process:  Dispatching handler for packet type 90[\n]"
2024-09-04 10:02:36,379 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,379 (Wire.java:92) DEBUG : http-outgoing-3 << "6a[\r][\n]"
2024-09-04 10:02:36,379 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]b[2024/09/04 08:02:36.386288, 3] ssh_packet_channel_open:  Clients wants to open a session channel[\n]"
2024-09-04 10:02:36,379 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,379 (Wire.java:92) DEBUG : http-outgoing-3 << "78[\r][\n]"
2024-09-04 10:02:36,379 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]p[2024/09/04 08:02:36.386388, 3] ssh_packet_need_rekey:  rekey: [data_rekey_needed=0, out_blocks=8, in_blocks=8][\n]"
2024-09-04 10:02:36,380 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,380 (Wire.java:92) DEBUG : http-outgoing-3 << "58[\r][\n]"
2024-09-04 10:02:36,380 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]P[INF]: LN: Received an SSH message "request-channel-open" of subtype "session".[\n]"
2024-09-04 10:02:36,380 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,380 (Wire.java:92) DEBUG : http-outgoing-3 << "8e[\r][\n]"
2024-09-04 10:02:36,380 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0xffffff86][2024/09/04 08:02:36.386580, 3] ssh_message_channel_request_open_reply_accept_channel:  Accepting a channel request_open for chan 100[\n]"
2024-09-04 10:02:36,380 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,380 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.386164, 3] ssh_packet_process:  Dispatching handler for packet type 90
2024-09-04 10:02:36,380 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.386288, 3] ssh_packet_channel_open:  Clients wants to open a session channel
2024-09-04 10:02:36,380 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.386388, 3] ssh_packet_need_rekey:  rekey: [data_rekey_needed=0, out_blocks=8, in_blocks=8]
2024-09-04 10:02:36,380 (Slf4jLogConsumer.java:73)  INFO : STDERR: [INF]: LN: Received an SSH message "request-channel-open" of subtype "session".
2024-09-04 10:02:36,380 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.386580, 3] ssh_message_channel_request_open_reply_accept_channel:  Accepting a channel request_open for chan 100
2024-09-04 10:02:36,380 (Wire.java:92) DEBUG : http-outgoing-3 << "78[\r][\n]"
2024-09-04 10:02:36,380 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]p[2024/09/04 08:02:36.386677, 3] ssh_packet_need_rekey:  rekey: [data_rekey_needed=0, out_blocks=9, in_blocks=9][\n]"
2024-09-04 10:02:36,380 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,380 (Wire.java:92) DEBUG : http-outgoing-3 << "62[\r][\n]"
2024-09-04 10:02:36,380 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Z[2024/09/04 08:02:36.386941, 3] ssh_socket_unbuffered_write:  Enabling POLLOUT for socket[\n]"
2024-09-04 10:02:36,380 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,380 (Wire.java:92) DEBUG : http-outgoing-3 << "7d[\r][\n]"
2024-09-04 10:02:36,380 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]u[2024/09/04 08:02:36.387097, 3] packet_send2:  packet: wrote [type=91, len=28, padding_size=14, comp=17, payload=17][\n]"
2024-09-04 10:02:36,380 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,380 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.386677, 3] ssh_packet_need_rekey:  rekey: [data_rekey_needed=0, out_blocks=9, in_blocks=9]
2024-09-04 10:02:36,381 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.386941, 3] ssh_socket_unbuffered_write:  Enabling POLLOUT for socket
2024-09-04 10:02:36,381 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.387097, 3] packet_send2:  packet: wrote [type=91, len=28, padding_size=14, comp=17, payload=17]
2024-09-04 10:02:36,381 (ImplSsh.java:250) DEBUG : Done opening a ssh session: localhost:32815_ID1794500
2024-09-04 10:02:36,381 (ImplSsh.java:279) DEBUG : Starting subsystem: netconf
2024-09-04 10:02:36,387 (Wire.java:92) DEBUG : http-outgoing-3 << "81[\r][\n]"
2024-09-04 10:02:36,387 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]y[2024/09/04 08:02:36.393207, 3] ssh_packet_socket_callback:  packet: read type 98 [len=48,padding=17,comp=30,payload=30][\n]"
2024-09-04 10:02:36,387 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,387 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.393207, 3] ssh_packet_socket_callback:  packet: read type 98 [len=48,padding=17,comp=30,payload=30]
2024-09-04 10:02:36,387 (Wire.java:92) DEBUG : http-outgoing-3 << "64[\r][\n]"
2024-09-04 10:02:36,387 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]\[2024/09/04 08:02:36.393489, 3] ssh_packet_process:  Dispatching handler for packet type 98[\n]"
2024-09-04 10:02:36,387 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,387 (Wire.java:92) DEBUG : http-outgoing-3 << "96[\r][\n]"
2024-09-04 10:02:36,387 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0xffffff8e][2024/09/04 08:02:36.393572, 3] ssh_message_handle_channel_request:  Received a subsystem channel_request for channel (43:100) (want_reply=1)[\n]"
2024-09-04 10:02:36,387 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,387 (Wire.java:92) DEBUG : http-outgoing-3 << "78[\r][\n]"
2024-09-04 10:02:36,387 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]p[2024/09/04 08:02:36.393656, 3] ssh_packet_need_rekey:  rekey: [data_rekey_needed=0, out_blocks=9, in_blocks=9][\n]"
2024-09-04 10:02:36,387 (ImplSsh.java:286) DEBUG : Done starting netconf session
2024-09-04 10:02:36,387 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,387 (Wire.java:92) DEBUG : http-outgoing-3 << "55[\r][\n]"
2024-09-04 10:02:36,387 (AbstractCli.java:84) DEBUG : Done connecting cli
2024-09-04 10:02:36,387 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]M[INF]: LN: Received an SSH message "request-channel" of subtype "subsystem".[\n]"
2024-09-04 10:02:36,387 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,387 (Wire.java:92) DEBUG : http-outgoing-3 << "85[\r][\n]"
2024-09-04 10:02:36,387 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]}[2024/09/04 08:02:36.393823, 3] ssh_message_channel_request_reply_success:  Sending a channel_request success to channel 100[\n]"
2024-09-04 10:02:36,387 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,387 (Wire.java:92) DEBUG : http-outgoing-3 << "78[\r][\n]"
2024-09-04 10:02:36,387 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]p[2024/09/04 08:02:36.393891, 3] ssh_packet_need_rekey:  rekey: [data_rekey_needed=0, out_blocks=9, in_blocks=9][\n]"
2024-09-04 10:02:36,388 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,388 (Wire.java:92) DEBUG : http-outgoing-3 << "62[\r][\n]"
2024-09-04 10:02:36,388 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Z[2024/09/04 08:02:36.394102, 3] ssh_socket_unbuffered_write:  Enabling POLLOUT for socket[\n]"
2024-09-04 10:02:36,388 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,388 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.393489, 3] ssh_packet_process:  Dispatching handler for packet type 98
2024-09-04 10:02:36,388 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.393572, 3] ssh_message_handle_channel_request:  Received a subsystem channel_request for channel (43:100) (want_reply=1)
2024-09-04 10:02:36,388 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.393656, 3] ssh_packet_need_rekey:  rekey: [data_rekey_needed=0, out_blocks=9, in_blocks=9]
2024-09-04 10:02:36,388 (Slf4jLogConsumer.java:73)  INFO : STDERR: [INF]: LN: Received an SSH message "request-channel" of subtype "subsystem".
2024-09-04 10:02:36,388 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.393823, 3] ssh_message_channel_request_reply_success:  Sending a channel_request success to channel 100
2024-09-04 10:02:36,388 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.393891, 3] ssh_packet_need_rekey:  rekey: [data_rekey_needed=0, out_blocks=9, in_blocks=9]
2024-09-04 10:02:36,388 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.394102, 3] ssh_socket_unbuffered_write:  Enabling POLLOUT for socket
2024-09-04 10:02:36,388 (Wire.java:92) DEBUG : http-outgoing-3 << "7b[\r][\n]"
2024-09-04 10:02:36,388 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]s[2024/09/04 08:02:36.394248, 3] packet_send2:  packet: wrote [type=99, len=12, padding_size=10, comp=5, payload=5][\n]"
2024-09-04 10:02:36,388 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,388 (Wire.java:92) DEBUG : http-outgoing-3 << "7a[\r][\n]"
2024-09-04 10:02:36,388 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]r[2024/09/04 08:02:36.394439, 3] ssh_packet_need_rekey:  rekey: [data_rekey_needed=0, out_blocks=73, in_blocks=73][\n]"
2024-09-04 10:02:36,388 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,388 (Wire.java:92) DEBUG : http-outgoing-3 << "83[\r][\n]"
2024-09-04 10:02:36,388 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]{[2024/09/04 08:02:36.394634, 3] packet_send2:  packet: wrote [type=94, len=1036, padding_size=12, comp=1027, payload=1027][\n]"
2024-09-04 10:02:36,388 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,388 (Wire.java:92) DEBUG : http-outgoing-3 << "62[\r][\n]"
2024-09-04 10:02:36,389 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Z[2024/09/04 08:02:36.394800, 3] channel_write_common:  ssh_channel_write wrote 1018 bytes[\n]"
2024-09-04 10:02:36,389 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,389 (Wire.java:92) DEBUG : http-outgoing-3 << "62[\r][\n]"
2024-09-04 10:02:36,389 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Z[2024/09/04 08:02:36.395031, 3] ssh_socket_unbuffered_write:  Enabling POLLOUT for socket[\n]"
2024-09-04 10:02:36,389 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,389 (Wire.java:92) DEBUG : http-outgoing-3 << "7b[\r][\n]"
2024-09-04 10:02:36,389 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]s[2024/09/04 08:02:36.395176, 3] ssh_packet_need_rekey:  rekey: [data_rekey_needed=0, out_blocks=136, in_blocks=72][\n]"
2024-09-04 10:02:36,389 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,389 (Wire.java:92) DEBUG : http-outgoing-3 << "82[\r][\n]"
2024-09-04 10:02:36,389 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]z[2024/09/04 08:02:36.395340, 3] packet_send2:  packet: wrote [type=94, len=1020, padding_size=8, comp=1015, payload=1015][\n]"
2024-09-04 10:02:36,389 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,389 (Wire.java:92) DEBUG : http-outgoing-3 << "62[\r][\n]"
2024-09-04 10:02:36,389 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Z[2024/09/04 08:02:36.395467, 3] channel_write_common:  ssh_channel_write wrote 1006 bytes[\n]"
2024-09-04 10:02:36,389 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,389 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.394248, 3] packet_send2:  packet: wrote [type=99, len=12, padding_size=10, comp=5, payload=5]
2024-09-04 10:02:36,389 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.394439, 3] ssh_packet_need_rekey:  rekey: [data_rekey_needed=0, out_blocks=73, in_blocks=73]
2024-09-04 10:02:36,389 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.394634, 3] packet_send2:  packet: wrote [type=94, len=1036, padding_size=12, comp=1027, payload=1027]
2024-09-04 10:02:36,389 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.394800, 3] channel_write_common:  ssh_channel_write wrote 1018 bytes
2024-09-04 10:02:36,389 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.395031, 3] ssh_socket_unbuffered_write:  Enabling POLLOUT for socket
2024-09-04 10:02:36,389 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.395176, 3] ssh_packet_need_rekey:  rekey: [data_rekey_needed=0, out_blocks=136, in_blocks=72]
2024-09-04 10:02:36,389 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.395340, 3] packet_send2:  packet: wrote [type=94, len=1020, padding_size=8, comp=1015, payload=1015]
2024-09-04 10:02:36,389 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.395467, 3] channel_write_common:  ssh_channel_write wrote 1006 bytes
2024-09-04 10:02:36,390 (Wire.java:92) DEBUG : http-outgoing-3 << "62[\r][\n]"
2024-09-04 10:02:36,390 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Z[2024/09/04 08:02:36.395623, 3] ssh_socket_unbuffered_write:  Enabling POLLOUT for socket[\n]"
2024-09-04 10:02:36,390 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,390 (Wire.java:92) DEBUG : http-outgoing-3 << "7b[\r][\n]"
2024-09-04 10:02:36,390 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]s[2024/09/04 08:02:36.395743, 3] ssh_packet_need_rekey:  rekey: [data_rekey_needed=0, out_blocks=198, in_blocks=71][\n]"
2024-09-04 10:02:36,390 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,390 (Wire.java:92) DEBUG : http-outgoing-3 << "81[\r][\n]"
2024-09-04 10:02:36,390 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]y[2024/09/04 08:02:36.395907, 3] packet_send2:  packet: wrote [type=94, len=1004, padding_size=14, comp=993, payload=993][\n]"
2024-09-04 10:02:36,390 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,390 (Wire.java:92) DEBUG : http-outgoing-3 << "61[\r][\n]"
2024-09-04 10:02:36,390 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Y[2024/09/04 08:02:36.396040, 3] channel_write_common:  ssh_channel_write wrote 984 bytes[\n]"
2024-09-04 10:02:36,390 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,390 (Wire.java:92) DEBUG : http-outgoing-3 << "62[\r][\n]"
2024-09-04 10:02:36,390 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Z[2024/09/04 08:02:36.396208, 3] ssh_socket_unbuffered_write:  Enabling POLLOUT for socket[\n]"
2024-09-04 10:02:36,390 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,390 (Wire.java:92) DEBUG : http-outgoing-3 << "7a[\r][\n]"
2024-09-04 10:02:36,390 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]r[2024/09/04 08:02:36.396318, 3] ssh_packet_need_rekey:  rekey: [data_rekey_needed=0, out_blocks=198, in_blocks=9][\n]"
2024-09-04 10:02:36,390 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,390 (Wire.java:92) DEBUG : http-outgoing-3 << "7d[\r][\n]"
2024-09-04 10:02:36,390 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]u[2024/09/04 08:02:36.396470, 3] packet_send2:  packet: wrote [type=94, len=28, padding_size=16, comp=15, payload=15][\n]"
2024-09-04 10:02:36,390 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,390 (Wire.java:92) DEBUG : http-outgoing-3 << "5f[\r][\n]"
2024-09-04 10:02:36,390 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]W[2024/09/04 08:02:36.396583, 3] channel_write_common:  ssh_channel_write wrote 6 bytes[\n]"
2024-09-04 10:02:36,390 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,390 (Wire.java:92) DEBUG : http-outgoing-3 << "62[\r][\n]"
2024-09-04 10:02:36,390 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Z[2024/09/04 08:02:36.396729, 3] ssh_socket_unbuffered_write:  Enabling POLLOUT for socket[\n]"
2024-09-04 10:02:36,390 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,390 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.395623, 3] ssh_socket_unbuffered_write:  Enabling POLLOUT for socket
2024-09-04 10:02:36,390 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.395743, 3] ssh_packet_need_rekey:  rekey: [data_rekey_needed=0, out_blocks=198, in_blocks=71]
2024-09-04 10:02:36,390 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.395907, 3] packet_send2:  packet: wrote [type=94, len=1004, padding_size=14, comp=993, payload=993]
2024-09-04 10:02:36,391 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.396040, 3] channel_write_common:  ssh_channel_write wrote 984 bytes
2024-09-04 10:02:36,391 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.396208, 3] ssh_socket_unbuffered_write:  Enabling POLLOUT for socket
2024-09-04 10:02:36,391 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.396318, 3] ssh_packet_need_rekey:  rekey: [data_rekey_needed=0, out_blocks=198, in_blocks=9]
2024-09-04 10:02:36,391 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.396470, 3] packet_send2:  packet: wrote [type=94, len=28, padding_size=16, comp=15, payload=15]
2024-09-04 10:02:36,391 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.396583, 3] channel_write_common:  ssh_channel_write wrote 6 bytes
2024-09-04 10:02:36,391 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.396729, 3] ssh_socket_unbuffered_write:  Enabling POLLOUT for socket
2024-09-04 10:02:36,399 (Ssh.java:82)  INFO : Established a SSH connection to localhost:32815
2024-09-04 10:02:36,399 (AbstractTransport.java:546) DEBUG : Starting to exchange the <hello> messages
2024-09-04 10:02:36,401 (PowerLogger.java:328) DEBUG : <hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"><capabilities><capability>urn:ietf:params:netconf:base:1.0</capability><capability>urn:ietf:params:netconf:base:1.1</capability><capability>urn:ietf:params:netconf:capability:writable-running:1.0</capability><capability>urn:ietf:params:netconf:capability:candidate:1.0</capability><capability>urn:ietf:params:netconf:capability:confirmed-commit:1.1</capability><capability>urn:ietf:params:netconf:capability:rollback-on-error:1.0</capability><capability>urn:ietf:params:netconf:capability:validate:1.1</capability><capability>urn:ietf:params:netconf:capability:startup:1.0</capability><capability>urn:ietf:params:netconf:capability:xpath:1.0</capability><capability>urn:ietf:params:netconf:capability:with-defaults:1.0?basic-mode=explicit&amp;also-supported=report-all,report-all-tagged,trim,explicit</capability><capability>urn:ietf:params:netconf:capability:notification:1.0</capability><capability>urn:ietf:params:netconf:capability:interleave:1.0</capability><capability>urn:ietf:params:netconf:capability:url:1.0?scheme=ftp,ftps,http,https,scp,sftp</capability><capability>urn:ietf:params:xml:ns:yang:ietf-yang-metadata?module=ietf-yang-metadata&amp;revision=2016-08-05</capability><capability>urn:ietf:params:xml:ns:yang:ietf-inet-types?module=ietf-inet-types&amp;revision=2013-07-15</capability><capability>urn:ietf:params:xml:ns:yang:ietf-yang-types?module=ietf-yang-types&amp;revision=2013-07-15</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-acm?module=ietf-netconf-acm&amp;revision=2018-02-14</capability><capability>urn:ietf:params:netconf:capability:yang-library:1.1?revision=2019-01-04&amp;content-id=2008448144</capability><capability>urn:sysrepo:plugind?module=sysrepo-plugind&amp;revision=2022-08-26</capability><capability>urn:ietf:params:xml:ns:netconf:base:1.0?module=ietf-netconf&amp;revision=2013-09-29&amp;features=writable-running,candidate,confirmed-commit,rollback-on-error,validate,startup,url,xpath</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-with-defaults?module=ietf-netconf-with-defaults&amp;revision=2011-06-01</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-notifications?module=ietf-netconf-notifications&amp;revision=2012-02-06</capability><capability>urn:ietf:params:xml:ns:netconf:notification:1.0?module=notifications&amp;revision=2008-07-14</capability><capability>urn:ietf:params:xml:ns:netmod:notification?module=nc-notifications&amp;revision=2008-07-14</capability><capability>urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring?module=ietf-netconf-monitoring&amp;revision=2010-10-04</capability><capability>urn:ietf:params:xml:ns:yang:ietf-x509-cert-to-name?module=ietf-x509-cert-to-name&amp;revision=2014-12-10</capability><capability>urn:ietf:params:xml:ns:yang:iana-crypt-hash?module=iana-crypt-hash&amp;revision=2014-04-04&amp;features=crypt-hash-md5,crypt-hash-sha-256,crypt-hash-sha-512</capability></capabilities><session-id>1</session-id></hello>
2024-09-04 10:02:36,402 (Wire.java:92) DEBUG : http-outgoing-3 << "80[\r][\n]"
2024-09-04 10:02:36,402 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x[2024/09/04 08:02:36.409583, 3] ssh_packet_socket_callback:  packet: read type 98 [len=32,padding=9,comp=22,payload=22][\n]"
2024-09-04 10:02:36,402 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,402 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.409583, 3] ssh_packet_socket_callback:  packet: read type 98 [len=32,padding=9,comp=22,payload=22]
2024-09-04 10:02:36,402 (Wire.java:92) DEBUG : http-outgoing-3 << "64[\r][\n]"
2024-09-04 10:02:36,402 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]\[2024/09/04 08:02:36.409891, 3] ssh_packet_process:  Dispatching handler for packet type 98[\n]"
2024-09-04 10:02:36,402 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,402 (Wire.java:92) DEBUG : http-outgoing-3 << "99[\r][\n]"
2024-09-04 10:02:36,402 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0xffffff91][2024/09/04 08:02:36.409906, 3] ssh_message_handle_channel_request:  Received a trilead-ping channel_request for channel (43:100) (want_reply=1)[\n]"
2024-09-04 10:02:36,403 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,403 (Wire.java:92) DEBUG : http-outgoing-3 << "7b[\r][\n]"
2024-09-04 10:02:36,403 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]s[2024/09/04 08:02:36.409911, 3] ssh_packet_need_rekey:  rekey: [data_rekey_needed=0, out_blocks=198, in_blocks=10][\n]"
2024-09-04 10:02:36,403 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,403 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.409891, 3] ssh_packet_process:  Dispatching handler for packet type 98
2024-09-04 10:02:36,403 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.409906, 3] ssh_message_handle_channel_request:  Received a trilead-ping channel_request for channel (43:100) (want_reply=1)
2024-09-04 10:02:36,403 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.409911, 3] ssh_packet_need_rekey:  rekey: [data_rekey_needed=0, out_blocks=198, in_blocks=10]
2024-09-04 10:02:36,473 (AbstractTransport.java:586) DEBUG : The exchange of <hello> messages phase is completed, the session ID is 1
2024-09-04 10:02:36,476 (Wire.java:92) DEBUG : http-outgoing-3 << "83[\r][\n]"
2024-09-04 10:02:36,476 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]{[2024/09/04 08:02:36.481892, 3] ssh_packet_socket_callback:  packet: read type 94 [len=272,padding=8,comp=263,payload=263][\n]"
2024-09-04 10:02:36,476 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,476 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.481892, 3] ssh_packet_socket_callback:  packet: read type 94 [len=272,padding=8,comp=263,payload=263]
2024-09-04 10:02:36,476 (Wire.java:92) DEBUG : http-outgoing-3 << "64[\r][\n]"
2024-09-04 10:02:36,476 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]\[2024/09/04 08:02:36.481925, 3] ssh_packet_process:  Dispatching handler for packet type 94[\n]"
2024-09-04 10:02:36,476 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,476 (Wire.java:92) DEBUG : http-outgoing-3 << "81[\r][\n]"
2024-09-04 10:02:36,476 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]y[2024/09/04 08:02:36.481931, 3] channel_rcv_data:  Channel receiving 254 bytes data (local win=32000 remote win=1061946)[\n]"
2024-09-04 10:02:36,476 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,476 (Wire.java:92) DEBUG : http-outgoing-3 << "73[\r][\n]"
2024-09-04 10:02:36,476 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]k[2024/09/04 08:02:36.481935, 3] channel_default_bufferize:  placing 254 bytes into channel buffer (stdout)[\n]"
2024-09-04 10:02:36,476 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,476 (Wire.java:92) DEBUG : http-outgoing-3 << "78[\r][\n]"
2024-09-04 10:02:36,476 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]p[2024/09/04 08:02:36.481939, 3] channel_rcv_data:  Channel windows are now (local win=31746 remote win=1061946)[\n]"
2024-09-04 10:02:36,476 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,476 (Netconf.java:25) DEBUG : Created Netconf instance for Netconf1.0
2024-09-04 10:02:36,476 (Wire.java:92) DEBUG : http-outgoing-3 << "7b[\r][\n]"
2024-09-04 10:02:36,477 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]s[2024/09/04 08:02:36.481942, 3] ssh_packet_need_rekey:  rekey: [data_rekey_needed=0, out_blocks=198, in_blocks=26][\n]"
2024-09-04 10:02:36,477 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,477 (Wire.java:92) DEBUG : http-outgoing-3 << "70[\r][\n]"
2024-09-04 10:02:36,477 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]h[2024/09/04 08:02:36.481957, 3] ssh_channel_read_timeout:  Read (6) buffered : 254 bytes. Window: 31746[\n]"
2024-09-04 10:02:36,477 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,477 (Wire.java:92) DEBUG : http-outgoing-3 << "7b[\r][\n]"
2024-09-04 10:02:36,477 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]s[2024/09/04 08:02:36.481961, 3] ssh_packet_need_rekey:  rekey: [data_rekey_needed=0, out_blocks=198, in_blocks=26][\n]"
2024-09-04 10:02:36,477 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,477 (Wire.java:92) DEBUG : http-outgoing-3 << "62[\r][\n]"
2024-09-04 10:02:36,477 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]Z[2024/09/04 08:02:36.481996, 3] ssh_socket_unbuffered_write:  Enabling POLLOUT for socket[\n]"
2024-09-04 10:02:36,477 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,477 (Wire.java:92) DEBUG : http-outgoing-3 << "7a[\r][\n]"
2024-09-04 10:02:36,477 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]r[2024/09/04 08:02:36.482000, 3] packet_send2:  packet: wrote [type=93, len=12, padding_size=6, comp=9, payload=9][\n]"
2024-09-04 10:02:36,477 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,477 (Wire.java:92) DEBUG : http-outgoing-3 << "67[\r][\n]"
2024-09-04 10:02:36,477 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]_[2024/09/04 08:02:36.482002, 3] grow_window:  growing window (channel 43:100) by 2065158 bytes[\n]"
2024-09-04 10:02:36,477 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,477 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]"
2024-09-04 10:02:36,477 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/04 08:02:36.482006, 3] ssh_channel_read_timeout:  Read (6) buffered : 248 bytes. Window: 2096904[\n]"
2024-09-04 10:02:36,477 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,477 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]"
2024-09-04 10:02:36,477 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/04 08:02:36.482008, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]"
2024-09-04 10:02:36,477 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,477 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]"
2024-09-04 10:02:36,477 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/04 08:02:36.482011, 3] ssh_channel_read_timeout:  Read (6) buffered : 242 bytes. Window: 2096904[\n]"
2024-09-04 10:02:36,477 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,477 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]"
2024-09-04 10:02:36,477 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/04 08:02:36.482013, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]"
2024-09-04 10:02:36,477 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,477 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]"
2024-09-04 10:02:36,477 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/04 08:02:36.482015, 3] ssh_channel_read_timeout:  Read (6) buffered : 236 bytes. Window: 2096904[\n]"
2024-09-04 10:02:36,477 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,477 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]"
2024-09-04 10:02:36,477 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/04 08:02:36.482017, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]"
2024-09-04 10:02:36,477 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,477 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]"
2024-09-04 10:02:36,477 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/04 08:02:36.482020, 3] ssh_channel_read_timeout:  Read (6) buffered : 230 bytes. Window: 2096904[\n]"
2024-09-04 10:02:36,477 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,477 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]"
2024-09-04 10:02:36,477 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/04 08:02:36.482022, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]"
2024-09-04 10:02:36,477 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,477 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]"
2024-09-04 10:02:36,478 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/04 08:02:36.482024, 3] ssh_channel_read_timeout:  Read (6) buffered : 224 bytes. Window: 2096904[\n]"
2024-09-04 10:02:36,478 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,478 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]"
2024-09-04 10:02:36,478 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/04 08:02:36.482026, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]"
2024-09-04 10:02:36,478 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,478 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]"
2024-09-04 10:02:36,478 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/04 08:02:36.482028, 3] ssh_channel_read_timeout:  Read (6) buffered : 218 bytes. Window: 2096904[\n]"
2024-09-04 10:02:36,478 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,478 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]"
2024-09-04 10:02:36,478 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/04 08:02:36.482030, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]"
2024-09-04 10:02:36,478 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,478 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]"
2024-09-04 10:02:36,478 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/04 08:02:36.482033, 3] ssh_channel_read_timeout:  Read (6) buffered : 212 bytes. Window: 2096904[\n]"
2024-09-04 10:02:36,478 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,478 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]"
2024-09-04 10:02:36,478 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/04 08:02:36.482035, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]"
2024-09-04 10:02:36,478 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,478 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]"
2024-09-04 10:02:36,478 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/04 08:02:36.482038, 3] ssh_channel_read_timeout:  Read (6) buffered : 206 bytes. Window: 2096904[\n]"
2024-09-04 10:02:36,478 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,478 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]"
2024-09-04 10:02:36,478 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/04 08:02:36.482040, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]"
2024-09-04 10:02:36,478 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,478 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]"
2024-09-04 10:02:36,478 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/04 08:02:36.482043, 3] ssh_channel_read_timeout:  Read (6) buffered : 200 bytes. Window: 2096904[\n]"
2024-09-04 10:02:36,478 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,478 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]"
2024-09-04 10:02:36,478 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/04 08:02:36.482046, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]"
2024-09-04 10:02:36,478 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,478 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]"
2024-09-04 10:02:36,478 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/04 08:02:36.482048, 3] ssh_channel_read_timeout:  Read (6) buffered : 194 bytes. Window: 2096904[\n]"
2024-09-04 10:02:36,478 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,478 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]"
2024-09-04 10:02:36,478 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/04 08:02:36.482050, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]"
2024-09-04 10:02:36,478 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,478 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]"
2024-09-04 10:02:36,478 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/04 08:02:36.482052, 3] ssh_channel_read_timeout:  Read (6) buffered : 188 bytes. Window: 2096904[\n]"
2024-09-04 10:02:36,478 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,479 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]"
2024-09-04 10:02:36,479 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/04 08:02:36.482054, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]"
2024-09-04 10:02:36,479 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,479 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]"
2024-09-04 10:02:36,479 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/04 08:02:36.482057, 3] ssh_channel_read_timeout:  Read (6) buffered : 182 bytes. Window: 2096904[\n]"
2024-09-04 10:02:36,479 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,479 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]"
2024-09-04 10:02:36,479 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/04 08:02:36.482059, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]"
2024-09-04 10:02:36,479 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,479 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]"
2024-09-04 10:02:36,479 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/04 08:02:36.482062, 3] ssh_channel_read_timeout:  Read (6) buffered : 176 bytes. Window: 2096904[\n]"
2024-09-04 10:02:36,479 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,479 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]"
2024-09-04 10:02:36,479 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/04 08:02:36.482064, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]"
2024-09-04 10:02:36,479 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,479 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]"
2024-09-04 10:02:36,479 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/04 08:02:36.482068, 3] ssh_channel_read_timeout:  Read (6) buffered : 170 bytes. Window: 2096904[\n]"
2024-09-04 10:02:36,479 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,479 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]"
2024-09-04 10:02:36,479 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/04 08:02:36.482070, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]"
2024-09-04 10:02:36,479 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,479 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]"
2024-09-04 10:02:36,479 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/04 08:02:36.482072, 3] ssh_channel_read_timeout:  Read (6) buffered : 164 bytes. Window: 2096904[\n]"
2024-09-04 10:02:36,479 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,479 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]"
2024-09-04 10:02:36,479 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/04 08:02:36.482074, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]"
2024-09-04 10:02:36,479 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,479 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]"
2024-09-04 10:02:36,479 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/04 08:02:36.482077, 3] ssh_channel_read_timeout:  Read (6) buffered : 158 bytes. Window: 2096904[\n]"
2024-09-04 10:02:36,479 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,479 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]"
2024-09-04 10:02:36,479 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/04 08:02:36.482079, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]"
2024-09-04 10:02:36,479 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,479 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]"
2024-09-04 10:02:36,479 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/04 08:02:36.482082, 3] ssh_channel_read_timeout:  Read (6) buffered : 152 bytes. Window: 2096904[\n]"
2024-09-04 10:02:36,479 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,479 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]"
2024-09-04 10:02:36,479 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/04 08:02:36.482084, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]"
2024-09-04 10:02:36,480 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,480 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]"
2024-09-04 10:02:36,480 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/04 08:02:36.482086, 3] ssh_channel_read_timeout:  Read (6) buffered : 146 bytes. Window: 2096904[\n]"
2024-09-04 10:02:36,480 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,480 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]"
2024-09-04 10:02:36,480 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/04 08:02:36.482088, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]"
2024-09-04 10:02:36,480 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,480 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]"
2024-09-04 10:02:36,480 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/04 08:02:36.482091, 3] ssh_channel_read_timeout:  Read (6) buffered : 140 bytes. Window: 2096904[\n]"
2024-09-04 10:02:36,480 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,480 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]"
2024-09-04 10:02:36,480 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/04 08:02:36.482094, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]"
2024-09-04 10:02:36,480 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,480 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]"
2024-09-04 10:02:36,480 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/04 08:02:36.482096, 3] ssh_channel_read_timeout:  Read (6) buffered : 134 bytes. Window: 2096904[\n]"
2024-09-04 10:02:36,480 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,480 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]"
2024-09-04 10:02:36,480 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/04 08:02:36.482098, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]"
2024-09-04 10:02:36,480 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,480 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]"
2024-09-04 10:02:36,480 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/04 08:02:36.482100, 3] ssh_channel_read_timeout:  Read (6) buffered : 128 bytes. Window: 2096904[\n]"
2024-09-04 10:02:36,480 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,480 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]"
2024-09-04 10:02:36,480 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/04 08:02:36.482102, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]"
2024-09-04 10:02:36,480 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,480 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]"
2024-09-04 10:02:36,480 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/04 08:02:36.482104, 3] ssh_channel_read_timeout:  Read (6) buffered : 122 bytes. Window: 2096904[\n]"
2024-09-04 10:02:36,480 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,480 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]"
2024-09-04 10:02:36,480 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/04 08:02:36.482106, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]"
2024-09-04 10:02:36,480 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,480 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]"
2024-09-04 10:02:36,480 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/04 08:02:36.482109, 3] ssh_channel_read_timeout:  Read (6) buffered : 116 bytes. Window: 2096904[\n]"
2024-09-04 10:02:36,480 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,480 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]"
2024-09-04 10:02:36,480 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/04 08:02:36.482111, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]"
2024-09-04 10:02:36,480 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,480 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]"
2024-09-04 10:02:36,480 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/04 08:02:36.482113, 3] ssh_channel_read_timeout:  Read (6) buffered : 110 bytes. Window: 2096904[\n]"
2024-09-04 10:02:36,480 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,481 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]"
2024-09-04 10:02:36,481 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/04 08:02:36.482116, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]"
2024-09-04 10:02:36,481 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,481 (Wire.java:92) DEBUG : http-outgoing-3 << "72[\r][\n]"
2024-09-04 10:02:36,481 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]j[2024/09/04 08:02:36.482118, 3] ssh_channel_read_timeout:  Read (6) buffered : 104 bytes. Window: 2096904[\n]"
2024-09-04 10:02:36,481 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,481 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]"
2024-09-04 10:02:36,481 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/04 08:02:36.482120, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]"
2024-09-04 10:02:36,481 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,481 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]"
2024-09-04 10:02:36,481 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/04 08:02:36.482122, 3] ssh_channel_read_timeout:  Read (6) buffered : 98 bytes. Window: 2096904[\n]"
2024-09-04 10:02:36,481 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,481 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]"
2024-09-04 10:02:36,481 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/04 08:02:36.482124, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]"
2024-09-04 10:02:36,481 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,481 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]"
2024-09-04 10:02:36,481 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/04 08:02:36.482127, 3] ssh_channel_read_timeout:  Read (6) buffered : 92 bytes. Window: 2096904[\n]"
2024-09-04 10:02:36,481 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,481 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]"
2024-09-04 10:02:36,481 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/04 08:02:36.482129, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]"
2024-09-04 10:02:36,481 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,481 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]"
2024-09-04 10:02:36,481 (Wire.java:106) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/04"
2024-09-04 10:02:36,481 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.481925, 3] ssh_packet_process:  Dispatching handler for packet type 94
2024-09-04 10:02:36,481 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.481931, 3] channel_rcv_data:  Channel receiving 254 bytes data (local win=32000 remote win=1061946)
2024-09-04 10:02:36,481 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.481935, 3] channel_default_bufferize:  placing 254 bytes into channel buffer (stdout)
2024-09-04 10:02:36,482 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.481939, 3] channel_rcv_data:  Channel windows are now (local win=31746 remote win=1061946)
2024-09-04 10:02:36,482 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.481942, 3] ssh_packet_need_rekey:  rekey: [data_rekey_needed=0, out_blocks=198, in_blocks=26]
2024-09-04 10:02:36,482 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.481957, 3] ssh_channel_read_timeout:  Read (6) buffered : 254 bytes. Window: 31746
2024-09-04 10:02:36,482 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.481961, 3] ssh_packet_need_rekey:  rekey: [data_rekey_needed=0, out_blocks=198, in_blocks=26]
2024-09-04 10:02:36,482 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.481996, 3] ssh_socket_unbuffered_write:  Enabling POLLOUT for socket
2024-09-04 10:02:36,482 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482000, 3] packet_send2:  packet: wrote [type=93, len=12, padding_size=6, comp=9, payload=9]
2024-09-04 10:02:36,482 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482002, 3] grow_window:  growing window (channel 43:100) by 2065158 bytes
2024-09-04 10:02:36,482 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482006, 3] ssh_channel_read_timeout:  Read (6) buffered : 248 bytes. Window: 2096904
2024-09-04 10:02:36,482 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482008, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)
2024-09-04 10:02:36,482 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482011, 3] ssh_channel_read_timeout:  Read (6) buffered : 242 bytes. Window: 2096904
2024-09-04 10:02:36,482 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482013, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)
2024-09-04 10:02:36,482 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482015, 3] ssh_channel_read_timeout:  Read (6) buffered : 236 bytes. Window: 2096904
2024-09-04 10:02:36,482 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482017, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)
2024-09-04 10:02:36,482 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482020, 3] ssh_channel_read_timeout:  Read (6) buffered : 230 bytes. Window: 2096904
2024-09-04 10:02:36,482 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482022, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)
2024-09-04 10:02:36,482 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482024, 3] ssh_channel_read_timeout:  Read (6) buffered : 224 bytes. Window: 2096904
2024-09-04 10:02:36,482 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482026, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)
2024-09-04 10:02:36,482 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482028, 3] ssh_channel_read_timeout:  Read (6) buffered : 218 bytes. Window: 2096904
2024-09-04 10:02:36,483 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482030, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)
2024-09-04 10:02:36,483 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482033, 3] ssh_channel_read_timeout:  Read (6) buffered : 212 bytes. Window: 2096904
2024-09-04 10:02:36,483 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482035, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)
2024-09-04 10:02:36,483 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482038, 3] ssh_channel_read_timeout:  Read (6) buffered : 206 bytes. Window: 2096904
2024-09-04 10:02:36,483 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482040, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)
2024-09-04 10:02:36,483 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482043, 3] ssh_channel_read_timeout:  Read (6) buffered : 200 bytes. Window: 2096904
2024-09-04 10:02:36,483 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482046, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)
2024-09-04 10:02:36,483 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482048, 3] ssh_channel_read_timeout:  Read (6) buffered : 194 bytes. Window: 2096904
2024-09-04 10:02:36,483 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482050, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)
2024-09-04 10:02:36,483 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482052, 3] ssh_channel_read_timeout:  Read (6) buffered : 188 bytes. Window: 2096904
2024-09-04 10:02:36,483 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482054, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)
2024-09-04 10:02:36,483 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482057, 3] ssh_channel_read_timeout:  Read (6) buffered : 182 bytes. Window: 2096904
2024-09-04 10:02:36,483 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482059, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)
2024-09-04 10:02:36,483 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482062, 3] ssh_channel_read_timeout:  Read (6) buffered : 176 bytes. Window: 2096904
2024-09-04 10:02:36,483 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482064, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)
2024-09-04 10:02:36,483 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482068, 3] ssh_channel_read_timeout:  Read (6) buffered : 170 bytes. Window: 2096904
2024-09-04 10:02:36,484 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482070, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)
2024-09-04 10:02:36,484 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482072, 3] ssh_channel_read_timeout:  Read (6) buffered : 164 bytes. Window: 2096904
2024-09-04 10:02:36,484 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482074, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)
2024-09-04 10:02:36,484 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482077, 3] ssh_channel_read_timeout:  Read (6) buffered : 158 bytes. Window: 2096904
2024-09-04 10:02:36,484 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482079, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)
2024-09-04 10:02:36,484 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482082, 3] ssh_channel_read_timeout:  Read (6) buffered : 152 bytes. Window: 2096904
2024-09-04 10:02:36,484 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482084, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)
2024-09-04 10:02:36,484 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482086, 3] ssh_channel_read_timeout:  Read (6) buffered : 146 bytes. Window: 2096904
2024-09-04 10:02:36,484 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482088, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)
2024-09-04 10:02:36,484 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482091, 3] ssh_channel_read_timeout:  Read (6) buffered : 140 bytes. Window: 2096904
2024-09-04 10:02:36,484 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482094, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)
2024-09-04 10:02:36,484 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482096, 3] ssh_channel_read_timeout:  Read (6) buffered : 134 bytes. Window: 2096904
2024-09-04 10:02:36,484 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482098, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)
2024-09-04 10:02:36,484 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482100, 3] ssh_channel_read_timeout:  Read (6) buffered : 128 bytes. Window: 2096904
2024-09-04 10:02:36,484 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482102, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)
2024-09-04 10:02:36,484 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482104, 3] ssh_channel_read_timeout:  Read (6) buffered : 122 bytes. Window: 2096904
2024-09-04 10:02:36,484 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482106, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)
2024-09-04 10:02:36,484 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482109, 3] ssh_channel_read_timeout:  Read (6) buffered : 116 bytes. Window: 2096904
2024-09-04 10:02:36,484 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482111, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)
2024-09-04 10:02:36,485 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482113, 3] ssh_channel_read_timeout:  Read (6) buffered : 110 bytes. Window: 2096904
2024-09-04 10:02:36,485 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482116, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)
2024-09-04 10:02:36,485 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482118, 3] ssh_channel_read_timeout:  Read (6) buffered : 104 bytes. Window: 2096904
2024-09-04 10:02:36,485 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482120, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)
2024-09-04 10:02:36,485 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482122, 3] ssh_channel_read_timeout:  Read (6) buffered : 98 bytes. Window: 2096904
2024-09-04 10:02:36,485 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482124, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)
2024-09-04 10:02:36,485 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482127, 3] ssh_channel_read_timeout:  Read (6) buffered : 92 bytes. Window: 2096904
2024-09-04 10:02:36,485 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482129, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)
2024-09-04 10:02:36,485 (Wire.java:92) DEBUG : http-outgoing-3 << " 08:02:36.482131, 3] ssh_channel_read_timeout:  Read (6) buffered : 86 bytes. Window: 2096904[\n]"
2024-09-04 10:02:36,485 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,485 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]"
2024-09-04 10:02:36,485 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/04 08:02:36.482133, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]"
2024-09-04 10:02:36,485 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,485 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]"
2024-09-04 10:02:36,485 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/04 08:02:36.482135, 3] ssh_channel_read_timeout:  Read (6) buffered : 80 bytes. Window: 2096904[\n]"
2024-09-04 10:02:36,485 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,485 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]"
2024-09-04 10:02:36,485 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/04 08:02:36.482138, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]"
2024-09-04 10:02:36,485 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,485 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]"
2024-09-04 10:02:36,485 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/04 08:02:36.482140, 3] ssh_channel_read_timeout:  Read (6) buffered : 74 bytes. Window: 2096904[\n]"
2024-09-04 10:02:36,485 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,485 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]"
2024-09-04 10:02:36,485 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/04 08:02:36.482142, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]"
2024-09-04 10:02:36,486 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,486 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]"
2024-09-04 10:02:36,486 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/04 08:02:36.482145, 3] ssh_channel_read_timeout:  Read (6) buffered : 68 bytes. Window: 2096904[\n]"
2024-09-04 10:02:36,486 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,486 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]"
2024-09-04 10:02:36,486 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/04 08:02:36.482147, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]"
2024-09-04 10:02:36,486 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,486 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]"
2024-09-04 10:02:36,486 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/04 08:02:36.482150, 3] ssh_channel_read_timeout:  Read (6) buffered : 62 bytes. Window: 2096904[\n]"
2024-09-04 10:02:36,486 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,486 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]"
2024-09-04 10:02:36,486 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/04 08:02:36.482153, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]"
2024-09-04 10:02:36,486 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,486 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]"
2024-09-04 10:02:36,486 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/04 08:02:36.482156, 3] ssh_channel_read_timeout:  Read (6) buffered : 56 bytes. Window: 2096904[\n]"
2024-09-04 10:02:36,486 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,486 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]"
2024-09-04 10:02:36,486 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/04 08:02:36.482158, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]"
2024-09-04 10:02:36,486 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,486 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]"
2024-09-04 10:02:36,486 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/04 08:02:36.482161, 3] ssh_channel_read_timeout:  Read (6) buffered : 50 bytes. Window: 2096904[\n]"
2024-09-04 10:02:36,486 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,486 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]"
2024-09-04 10:02:36,486 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/04 08:02:36.482163, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]"
2024-09-04 10:02:36,486 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,486 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]"
2024-09-04 10:02:36,486 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/04 08:02:36.482165, 3] ssh_channel_read_timeout:  Read (6) buffered : 44 bytes. Window: 2096904[\n]"
2024-09-04 10:02:36,486 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,486 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]"
2024-09-04 10:02:36,486 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/04 08:02:36.482168, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]"
2024-09-04 10:02:36,486 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,486 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]"
2024-09-04 10:02:36,486 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/04 08:02:36.482170, 3] ssh_channel_read_timeout:  Read (6) buffered : 38 bytes. Window: 2096904[\n]"
2024-09-04 10:02:36,486 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,486 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]"
2024-09-04 10:02:36,486 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/04 08:02:36.482173, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]"
2024-09-04 10:02:36,486 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,486 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]"
2024-09-04 10:02:36,486 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/04 08:02:36.482175, 3] ssh_channel_read_timeout:  Read (6) buffered : 32 bytes. Window: 2096904[\n]"
2024-09-04 10:02:36,486 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,486 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]"
2024-09-04 10:02:36,486 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/04 08:02:36.482178, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]"
2024-09-04 10:02:36,486 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,487 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]"
2024-09-04 10:02:36,487 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/04 08:02:36.482180, 3] ssh_channel_read_timeout:  Read (6) buffered : 26 bytes. Window: 2096904[\n]"
2024-09-04 10:02:36,487 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,487 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]"
2024-09-04 10:02:36,487 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/04 08:02:36.482182, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]"
2024-09-04 10:02:36,487 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,487 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]"
2024-09-04 10:02:36,487 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/04 08:02:36.482185, 3] ssh_channel_read_timeout:  Read (6) buffered : 20 bytes. Window: 2096904[\n]"
2024-09-04 10:02:36,487 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,487 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]"
2024-09-04 10:02:36,487 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/04 08:02:36.482187, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]"
2024-09-04 10:02:36,487 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,487 (Wire.java:92) DEBUG : http-outgoing-3 << "71[\r][\n]"
2024-09-04 10:02:36,487 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]i[2024/09/04 08:02:36.482189, 3] ssh_channel_read_timeout:  Read (6) buffered : 14 bytes. Window: 2096904[\n]"
2024-09-04 10:02:36,487 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,487 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]"
2024-09-04 10:02:36,487 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/04 08:02:36.482192, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]"
2024-09-04 10:02:36,487 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,487 (Wire.java:92) DEBUG : http-outgoing-3 << "70[\r][\n]"
2024-09-04 10:02:36,487 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]h[2024/09/04 08:02:36.482194, 3] ssh_channel_read_timeout:  Read (6) buffered : 8 bytes. Window: 2096904[\n]"
2024-09-04 10:02:36,487 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,487 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]"
2024-09-04 10:02:36,487 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/04 08:02:36.482196, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]"
2024-09-04 10:02:36,487 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,487 (Wire.java:92) DEBUG : http-outgoing-3 << "70[\r][\n]"
2024-09-04 10:02:36,487 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]h[2024/09/04 08:02:36.482199, 3] ssh_channel_read_timeout:  Read (2) buffered : 2 bytes. Window: 2096904[\n]"
2024-09-04 10:02:36,487 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,487 (Wire.java:92) DEBUG : http-outgoing-3 << "84[\r][\n]"
2024-09-04 10:02:36,487 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]|[2024/09/04 08:02:36.482202, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)[\n]"
2024-09-04 10:02:36,487 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,487 (Wire.java:92) DEBUG : http-outgoing-3 << "40[\r][\n]"
2024-09-04 10:02:36,487 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]8[INF]: NP: Generated new event (netconf-session-start).[\n]"
2024-09-04 10:02:36,487 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,487 (Wire.java:92) DEBUG : http-outgoing-3 << "5e[\r][\n]"
2024-09-04 10:02:36,487 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]V[INF]: LN: Session 1: Received an SSH message "request-channel" of subtype "unknown".[\n]"
2024-09-04 10:02:36,487 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,487 (Wire.java:92) DEBUG : http-outgoing-3 << "6f[\r][\n]"
2024-09-04 10:02:36,487 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]g[2024/09/04 08:02:36.482476, 3] ssh_message_reply_default:  Don't know what to default reply to 0 type[\n]"
2024-09-04 10:02:36,493 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,493 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482131, 3] ssh_channel_read_timeout:  Read (6) buffered : 86 bytes. Window: 2096904
2024-09-04 10:02:36,494 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482133, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)
2024-09-04 10:02:36,494 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482135, 3] ssh_channel_read_timeout:  Read (6) buffered : 80 bytes. Window: 2096904
2024-09-04 10:02:36,494 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482138, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)
2024-09-04 10:02:36,494 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482140, 3] ssh_channel_read_timeout:  Read (6) buffered : 74 bytes. Window: 2096904
2024-09-04 10:02:36,494 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482142, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)
2024-09-04 10:02:36,494 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482145, 3] ssh_channel_read_timeout:  Read (6) buffered : 68 bytes. Window: 2096904
2024-09-04 10:02:36,494 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482147, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)
2024-09-04 10:02:36,494 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482150, 3] ssh_channel_read_timeout:  Read (6) buffered : 62 bytes. Window: 2096904
2024-09-04 10:02:36,494 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482153, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)
2024-09-04 10:02:36,494 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482156, 3] ssh_channel_read_timeout:  Read (6) buffered : 56 bytes. Window: 2096904
2024-09-04 10:02:36,494 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482158, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)
2024-09-04 10:02:36,494 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482161, 3] ssh_channel_read_timeout:  Read (6) buffered : 50 bytes. Window: 2096904
2024-09-04 10:02:36,494 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482163, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)
2024-09-04 10:02:36,494 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482165, 3] ssh_channel_read_timeout:  Read (6) buffered : 44 bytes. Window: 2096904
2024-09-04 10:02:36,495 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482168, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)
2024-09-04 10:02:36,495 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482170, 3] ssh_channel_read_timeout:  Read (6) buffered : 38 bytes. Window: 2096904
2024-09-04 10:02:36,495 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482173, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)
2024-09-04 10:02:36,495 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482175, 3] ssh_channel_read_timeout:  Read (6) buffered : 32 bytes. Window: 2096904
2024-09-04 10:02:36,495 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482178, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)
2024-09-04 10:02:36,495 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482180, 3] ssh_channel_read_timeout:  Read (6) buffered : 26 bytes. Window: 2096904
2024-09-04 10:02:36,495 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482182, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)
2024-09-04 10:02:36,495 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482185, 3] ssh_channel_read_timeout:  Read (6) buffered : 20 bytes. Window: 2096904
2024-09-04 10:02:36,495 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482187, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)
2024-09-04 10:02:36,495 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482189, 3] ssh_channel_read_timeout:  Read (6) buffered : 14 bytes. Window: 2096904
2024-09-04 10:02:36,495 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482192, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)
2024-09-04 10:02:36,495 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482194, 3] ssh_channel_read_timeout:  Read (6) buffered : 8 bytes. Window: 2096904
2024-09-04 10:02:36,495 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482196, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)
2024-09-04 10:02:36,495 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482199, 3] ssh_channel_read_timeout:  Read (2) buffered : 2 bytes. Window: 2096904
2024-09-04 10:02:36,495 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482202, 3] grow_window:  growing window (channel 43:100) to 2097152 bytes : not needed (2096904 bytes)
2024-09-04 10:02:36,496 (Slf4jLogConsumer.java:73)  INFO : STDERR: [INF]: NP: Generated new event (netconf-session-start).
2024-09-04 10:02:36,496 (Slf4jLogConsumer.java:73)  INFO : STDERR: [INF]: LN: Session 1: Received an SSH message "request-channel" of subtype "unknown".
2024-09-04 10:02:36,496 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.482476, 3] ssh_message_reply_default:  Don't know what to default reply to 0 type
2024-09-04 10:02:36,619 (NotificationSubscriptionImpl.java:461) DEBUG : subcription message:  <rpc message-id="1" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
   <urn:create-subscription xmlns:urn="urn:ietf:params:xml:ns:netconf:notification:1.0"/>
 </rpc>
2024-09-04 10:02:36,758 (NotificationSubscriptionImpl.java:527) DEBUG : Added subscriber com.ericsson.commonlibrary.netconf.util.CombinedTestModelAndConnectionEventsImpl
2024-09-04 10:02:36,918 (Wire.java:92) DEBUG : http-outgoing-3 << "80[\r][\n]"
2024-09-04 10:02:36,918 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]x[2024/09/04 08:02:36.925063, 3] ssh_packet_socket_callback:  packet: read type 98 [len=32,padding=9,comp=22,payload=22][\n]"
2024-09-04 10:02:36,918 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,919 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.925063, 3] ssh_packet_socket_callback:  packet: read type 98 [len=32,padding=9,comp=22,payload=22]
2024-09-04 10:02:36,919 (Wire.java:92) DEBUG : http-outgoing-3 << "64[\r][\n]"
2024-09-04 10:02:36,919 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]\[2024/09/04 08:02:36.925119, 3] ssh_packet_process:  Dispatching handler for packet type 98[\n]"
2024-09-04 10:02:36,919 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,919 (Wire.java:92) DEBUG : http-outgoing-3 << "99[\r][\n]"
2024-09-04 10:02:36,919 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0][0xffffff91][2024/09/04 08:02:36.925128, 3] ssh_message_handle_channel_request:  Received a trilead-ping channel_request for channel (43:100) (want_reply=1)[\n]"
2024-09-04 10:02:36,919 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,919 (Wire.java:92) DEBUG : http-outgoing-3 << "7b[\r][\n]"
2024-09-04 10:02:36,919 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]s[2024/09/04 08:02:36.925135, 3] ssh_packet_need_rekey:  rekey: [data_rekey_needed=0, out_blocks=198, in_blocks=27][\n]"
2024-09-04 10:02:36,919 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,919 (Wire.java:92) DEBUG : http-outgoing-3 << "5e[\r][\n]"
2024-09-04 10:02:36,919 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]V[INF]: LN: Session 1: Received an SSH message "request-channel" of subtype "unknown".[\n]"
2024-09-04 10:02:36,919 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,919 (Wire.java:92) DEBUG : http-outgoing-3 << "78[\r][\n]"
2024-09-04 10:02:36,919 (Wire.java:92) DEBUG : http-outgoing-3 << "[0x2][0x0][0x0][0x0][0x0][0x0][0x0]p[2024/09/04 08:02:36.925229, 3] ssh_message_reply_default:  Don't know what to default reply to 1120325360 type[\n]"
2024-09-04 10:02:36,919 (Wire.java:92) DEBUG : http-outgoing-3 << "[\r][\n]"
2024-09-04 10:02:36,919 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.925119, 3] ssh_packet_process:  Dispatching handler for packet type 98
2024-09-04 10:02:36,919 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.925128, 3] ssh_message_handle_channel_request:  Received a trilead-ping channel_request for channel (43:100) (want_reply=1)
2024-09-04 10:02:36,919 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.925135, 3] ssh_packet_need_rekey:  rekey: [data_rekey_needed=0, out_blocks=198, in_blocks=27]
2024-09-04 10:02:36,920 (Slf4jLogConsumer.java:73)  INFO : STDERR: [INF]: LN: Session 1: Received an SSH message "request-channel" of subtype "unknown".
2024-09-04 10:02:36,920 (Slf4jLogConsumer.java:73)  INFO : STDERR: [2024/09/04 08:02:36.925229, 3] ssh_message_reply_default:  Don't know what to default reply to 1120325360 type
2024-09-04 10:02:41,763 (NotificationSubscriptionImpl.java:399)  WARN : ERROR - Transport connection wasn't started before!
2024-09-04 10:02:41,821 (NetconfScheduledTaskExecutor.java:36) DEBUG : NetconfScheduledTaskExecutor Using LifeCycle from parameter: AUTOMATIC
2024-09-04 10:02:41,821 (AbstractTransport.java:207) DEBUG : Trying to establish NETCONF session to node localhost
2024-09-04 10:02:41,822 (Log.java:220)  INFO : The 1 time connecting to node.
2024-09-04 10:02:41,822 (Ssh.java:43)  INFO : Creating a SSH connection to localhost:32815
2024-09-04 10:02:41,823 (AbstractCli.java:80) DEBUG : Connecting cli


-----Original Message-----
From: Jakub Jelen <jjelen@xxxxxxxxxx>
Sent: Wednesday, 4 September 2024 09:59
To: libssh@xxxxxxxxxx
Subject: Re: Support for SSH_MSG_CHANNEL_REQUEST that is unknown

Thank you for the information. So it should be up to date.

My tests seems to work ok in [1] so we need to figure out what is the difference between your code and my test.

> 2024-09-02 11:46:31,297 (Slf4jLogConsumer.java:73)  INFO : STDERR:
> [2024/09/02 09:46:31.284447, 3] ssh_message_reply_default:  Don't know what to default reply to 67108912 type I assume ssh_message_reply_default()  is part of libssh.

Correct, this is part of libssh and looks like the message type was not correctly set. Can you provide the server TRACE (log level 4) logs processing this message -- there should be much more than this one?
There should be more messages when the packet is received and processed which should give us an idea about the code path that is being taken and why.

[1] https://gitlab.com/libssh/libssh-mirror/-/merge_requests/533

Jakub

On Tue, Sep 3, 2024 at 1:33 PM Mikael Petterson <mikael.petterson@xxxxxxxxxxxx> wrote:
>
> Hi,
>
> Thanks for the workaround suggestion but I  cannot use workaround since trilead ssh2 public method uses  SSH_MSG_CHANNEL_REQUEST.
> Changing it to SSH_MSG_CHANNEL_REQUEST could most likely be backwards incompatible. Maybe something for consideration for trilead ssh2.
>
> Thx
>
> //mike
>
>
>
> I think changing to use
>
> -----Original Message-----
> From: Mikael Petterson <mikael.petterson@xxxxxxxxxxxx>
> Sent: Tuesday, 3 September 2024 12:42
> To: libssh@xxxxxxxxxx
> Subject: RE: Support for SSH_MSG_CHANNEL_REQUEST that is unknown
>
> Hi Jakub,
>
> I am using: libssh-0.11.0
>
> Br,
>
> //mike
>
> -----Original Message-----
> From: Jakub Jelen <jjelen@xxxxxxxxxx>
> Sent: Tuesday, 3 September 2024 12:29
> To: libssh@xxxxxxxxxx
> Subject: Re: Support for SSH_MSG_CHANNEL_REQUEST that is unknown
>
> I actually wrote a test for this but it looks like the master version returns me correctly the expected messages:
>
> https://gitl/
> ab.com%2Fjjelen%2Flibssh-mirror%2F-%2Fcommits%2Fchannel-request&data=0
> 5%7C02%7Cmikael.petterson%40ericsson.com%7Cbeb69d4cc31c45c2488608dcccb
> 77662%7C92e84cebfbfd47abbe52080c6b87953f%7C0%7C0%7C638610335574891856%
> 7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik
> 1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=SB7UW1sxu69EwgnFvAo%2B4fnQRjWi
> xvFh1yzrOpG2ykk%3D&reserved=0
>
> What is the  libssh version you are using?
>
> Jakub
>
> On Tue, Sep 3, 2024 at 11:08 AM Jakub Jelen <jjelen@xxxxxxxxxx> wrote:
> >
> > Hello.
> >
> > Thank you for your clarification. Indeed, you are right and the
> > response to this message should be send. I will open a MR and try to
> > fix that.
> >
> > I thought that all the implementations used the global requests, but
> > clearly its not the case.
> >
> > So one possible workaround if you do not want to wait for new libssh
> > release would be to use the global requests instead of the channel
> > request, which should already implement replies to unknown messages.
> >
> > Jakub
> >
> > On Mon, Sep 2, 2024 at 1:48 PM Mikael Petterson
> > <mikael.petterson@xxxxxxxxxxxx> wrote:
> > >
> > > Hi again,
> > >
> > >
> > >
> > > Thanks Jakub for your reply. I need to make some corrections in this message.
> > >
> > >
> > >
> > > We are using libnetconf2 that uses libssh.
> > >
> > >
> > >
> > > The trilead ssh2 java client we use has a ping method that uses this:
> > >
> > > public byte[] getPayload()
> > >
> > >                 {
> > >
> > >                                 if (payload == null)
> > >
> > >                                 {
> > >
> > >                                                 TypesWriter tw =
> > > new TypesWriter();
> > >
> > >
> > > tw.writeByte(Packets.SSH_MSG_CHANNEL_REQUEST);
> > >
> > >
> > > tw.writeUINT32(recipientChannelID);
> > >
> > >
> > > tw.writeString("trilead-ping");
> > >
> > >
> > > tw.writeBoolean(true);
> > >
> > >                                                 payload =
> > > tw.getBytes();
> > >
> > >                                 }
> > >
> > >                                 return payload;
> > >
> > >                 }
> > >
> > > }
> > >
> > > So I need to correct myself. It is a SSH_MSG_CHANNEL_REQUEST that is sent as ping and nothing else.
> > >
> > >
> > >
> > > I checked the logs when enabling ssh logging.
> > >
> > >
> > >
> > >
> > >
> > > 2024-09-02 11:46:31,297 (Slf4jLogConsumer.java:73)  INFO : STDERR: [INF]: LN: Session 2: Received an SSH message "request-channel" of subtype "unknown".
> > >
> > > 2024-09-02 11:46:31,297 (Slf4jLogConsumer.java:73)  INFO : STDERR:
> > > [2024/09/02 09:46:31.284447, 3] ssh_message_reply_default:  Don't
> > > know what to default reply to 67108912 type
> > >
> > >
> > >
> > >
> > >
> > > I assume ssh_message_reply_default()  is part of libssh.
> > >
> > > I checked the RFC
> > > https://ww/
> > > w.rfc-editor.org%2Frfc%2Frfc4254.html%23section-5&data=05%7C02%7Cm
> > > ik
> > > ael.petterson%40ericsson.com%7C2e154092532e4b0f804308dccc035f05%7C
> > > 92
> > > e84cebfbfd47abbe52080c6b87953f%7C0%7C0%7C638609562056373731%7CUnkn
> > > ow
> > > n%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haW
> > > wi
> > > LCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=Q%2FSgGmCtGEbBiJV2ah9n2IAsdFaaCN
> > > XW
> > > QsYZ7E0CcmQ%3D&reserved=0
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > 5.4.  Channel-Specific Requests
> > >
> > >
> > >
> > >    Many 'channel type' values have extensions that are specific to
> > > that
> > >
> > >    particular 'channel type'.  An example is requesting a pty
> > > (pseudo
> > >
> > >    terminal) for an interactive session.
> > >
> > >
> > >
> > >    All channel-specific requests use the following format.
> > >
> > >
> > >
> > >       byte      SSH_MSG_CHANNEL_REQUEST
> > >
> > >       uint32    recipient channel
> > >
> > >       string    request type in US-ASCII characters only
> > >
> > >       boolean   want reply
> > >
> > >       ....      type-specific data follows
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > Ylonen & Lonvick            Standards Track                     [Page 9]
> > >
> > > ________________________________
> > >
> > >
> > >
> > > RFC 4254                SSH Connection Protocol             January 2006
> > >
> > >
> > >
> > >
> > >
> > >    If 'want reply' is FALSE, no response will be sent to the request.
> > >
> > >    Otherwise, the recipient responds with either
> > >
> > >    SSH_MSG_CHANNEL_SUCCESS, SSH_MSG_CHANNEL_FAILURE, or
> > > request-specific
> > >
> > >    continuation messages.  If the request is not recognized or is
> > > not
> > >
> > >    supported for the channel, SSH_MSG_CHANNEL_FAILURE is returned.
> > >
> > >
> > >
> > >    This message does not consume window space and can be sent even
> > > if no
> > >
> > >    window space is available.  The values of 'request type' are
> > > local to
> > >
> > >    each channel type.
> > >
> > >
> > >
> > >    The client is allowed to send further messages without waiting
> > > for
> > >
> > >    the response to the request.
> > >
> > >
> > >
> > >    'request type' names follow the DNS extensibility naming
> > > convention
> > >
> > >    outlined in [SSH-ARCH] and [SSH-NUMBERS].
> > >
> > >
> > >
> > >       byte      SSH_MSG_CHANNEL_SUCCESS
> > >
> > >       uint32    recipient channel
> > >
> > >
> > >
> > >
> > >
> > >       byte      SSH_MSG_CHANNEL_FAILURE
> > >
> > >       uint32    recipient channel
> > >
> > >
> > >
> > >    These messages do not consume window space and can be sent even
> > > if no
> > >
> > >    window space is available.
> > >
> > >
> > >
> > > So we should at least expect a SSH_MSG_CHANNEL_FAILURE.
> > >
> > >
> > > I checked:
> > >
> > > https://gi/
> > > thub.com%2Flibssh%2Flibssh-mirror%2Fblob%2Fmaster%2Fsrc%2Fmessages
> > > .c
> > > %23L175&data=05%7C02%7Cmikael.petterson%40ericsson.com%7C2e1540925
> > > 32
> > > e4b0f804308dccc035f05%7C92e84cebfbfd47abbe52080c6b87953f%7C0%7C0%7
> > > C6
> > > 38609562056380910%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQ
> > > Ij
> > > oiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=71nnDT
> > > 4y
> > > jtVA0tkfjqrViDjTKFyhsPwtQibVIJFzhr8%3D&reserved=0
> > >
> > >
> > >
> > > But could not see any support for unknown.
> > >
> > >
> > >
> > > Maybe I am looking in the wrong place.
> > >
> > >
> > >
> > > Br.
> > >
> > >
> > >
> > > //mike
> > >
> > >
> > >
>
>



Follow-Ups:
Re: Support for SSH_MSG_CHANNEL_REQUEST that is unknownJakub Jelen <jjelen@xxxxxxxxxx>
References:
Support for SSH_MSG_CHANNEL_REQUEST that is unknownMikael Petterson <mikael.petterson@xxxxxxxxxxxx>
Re: Support for SSH_MSG_CHANNEL_REQUEST that is unknownJakub Jelen <jjelen@xxxxxxxxxx>
Re: Support for SSH_MSG_CHANNEL_REQUEST that is unknownJakub Jelen <jjelen@xxxxxxxxxx>
RE: Support for SSH_MSG_CHANNEL_REQUEST that is unknownMikael Petterson <mikael.petterson@xxxxxxxxxxxx>
RE: Support for SSH_MSG_CHANNEL_REQUEST that is unknownMikael Petterson <mikael.petterson@xxxxxxxxxxxx>
Re: Support for SSH_MSG_CHANNEL_REQUEST that is unknownJakub Jelen <jjelen@xxxxxxxxxx>
Archive administrator: postmaster@lists.cynapses.org