kingToolbox / kingToolbox/WindTerm
Log content error
- Dominant language
- C
- Stars
- 32.3k
- Forks
- 2.5k
- PR merge metrics
- No merged PRs in 30d
Description
I'm using windterm 2.7.0.
My log content contains a large number of SSH related logs.
And commands such as ls, pwd, cat, etc. cannot record logs.
[2025-04-10 11:16:20] ssh_config_parse_file: Reading configuration data from /etc/ssh/ssh_config
[2025-04-10 11:16:20] ssh_config_parse_line: Unapplicable option: SendEnv, line: 55
[2025-04-10 11:16:20] ssh_config_parse_line: Unknown option: PubkeyAcceptedAlgorithms, line: 57
[2025-04-10 11:16:20] ssh_connect: libssh 0.9.6 (c) 2003-2021 Aris Adamantiadis, Andreas Schneider and libssh contributors. Distributed under the LGPL, please refer to COPYING file for information about your rights, using threading threads_pthread
[2025-04-10 11:16:20] getai: host 127.0.0.1 matches an IP address
[2025-04-10 11:16:20] ssh_socket_connect: Nonblocking connection socket: 44
[2025-04-10 11:16:20] ssh_connect: Socket connecting, now waiting for the callbacks to work
[2025-04-10 11:16:20] ssh_socket_pollcallback: Poll callback on socket 44 (POLLOUT ), out buffer 0
[2025-04-10 11:16:20] ssh_socket_pollcallback: Received POLLOUT in connecting state
[2025-04-10 11:16:20] socket_callback_connected: Socket connection callback: 1 (0)
[2025-04-10 11:16:20] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[2025-04-10 11:16:20] ssh_connect: current state : 2
[2025-04-10 11:16:20] ssh_socket_pollcallback: Poll callback on socket 44 (POLLIN ), out buffer 0
[2025-04-10 11:16:20] callback_receive_banner: Received banner: SSH-2.0-OPC-SSHD
[2025-04-10 11:16:20] ssh_client_connection_callback: SSH server banner: SSH-2.0-OPC-SSHD
[2025-04-10 11:16:20] ssh_analyze_banner: Analyzing banner: SSH-2.0-OPC-SSHD
[2025-04-10 11:16:20] ssh_client_select_hostkeys: Order of wanted host keys: "ssh-rsa"
[2025-04-10 11:16:20] ssh_known_hosts_read_entries: Failed to open the known_hosts file '/etc/ssh/ssh_known_hosts': No such file or directory
[2025-04-10 11:16:20] ssh_client_select_hostkeys: Algorithms found in known_hosts files: "rsa-sha2-512,rsa-sha2-256,ssh-rsa"
[2025-04-10 11:16:20] ssh_client_select_hostkeys: Changing host key method to "ssh-rsa"
[2025-04-10 11:16:20] ssh_list_kex: kex algos: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group18-sha512,diffie-hellman-group16-sha512,diffie-hellman-group-exchange-sha1,diffie-hellman-group-exchange-sha256,diffie-hellman-group1-sha1,diffie-hellman-group14-sha1,diffie-hellman-group14-sha256,ext-info-c
[2025-04-10 11:16:20] ssh_list_kex: server host key algo: ssh-rsa
[2025-04-10 11:16:20] ssh_list_kex: encryption client->server: aes256-gcm@openssh.com,aes128-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr,aes256-cbc,aes192-cbc,aes128-cbc,blowfish-cbc,3des-cbc
[2025-04-10 11:16:20] ssh_list_kex: encryption server->client: aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr,aes256-cbc,aes192-cbc,aes128-cbc,blowfish-cbc,3des-cbc
[2025-04-10 11:16:20] ssh_list_kex: mac algo client->server: hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,hmac-sha1-96-etm@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1,hmac-sha1-96
[2025-04-10 11:16:20] ssh_list_kex: mac algo server->client: hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,hmac-sha1-96-etm@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1,hmac-sha1-96
[2025-04-10 11:16:20] ssh_list_kex: compression algo client->server: none
[2025-04-10 11:16:20] ssh_list_kex: compression algo server->client: none
[2025-04-10 11:16:20] ssh_list_kex: languages client->server:
[2025-04-10 11:16:20] ssh_list_kex: languages server->client:
[2025-04-10 11:16:20] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[2025-04-10 11:16:20] packet_send2: packet: wrote [type=20, len=1044, padding_size=9, comp=1034, payload=1034]
[2025-04-10 11:16:20] ssh_send_kex: SSH_MSG_KEXINIT sent
[2025-04-10 11:16:20] ssh_packet_socket_callback: packet: read type 20 [len=532,padding=13,comp=518,payload=518]
[2025-04-10 11:16:20] ssh_packet_process: Dispatching handler for packet type 20
[2025-04-10 11:16:20] ssh_list_kex: kex algos: ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
[2025-04-10 11:16:20] ssh_list_kex: server host key algo: ssh-rsa,ssh-dss
[2025-04-10 11:16:20] ssh_list_kex: encryption client->server: aes128-ctr,aes192-ctr,aes256-ctr
[2025-04-10 11:16:20] ssh_list_kex: encryption server->client: aes128-ctr,aes192-ctr,aes256-ctr
[2025-04-10 11:16:20] ssh_list_kex: mac algo client->server: hmac-md5,hmac-sha1,hmac-sha2-256,hmac-sha2-512,hmac-sha1-96,hmac-md5-96
[2025-04-10 11:16:20] ssh_list_kex: mac algo server->client: hmac-md5,hmac-sha1,hmac-sha2-256,hmac-sha2-512,hmac-sha1-96,hmac-md5-96
[2025-04-10 11:16:20] ssh_list_kex: compression algo client->server: none,zlib,zlib@openssh.com
[2025-04-10 11:16:20] ssh_list_kex: compression algo server->client: none,zlib,zlib@openssh.com
[2025-04-10 11:16:20] ssh_list_kex: languages client->server:
[2025-04-10 11:16:20] ssh_list_kex: languages server->client:
[2025-04-10 11:16:20] ssh_kex_select_methods: Negotiated ecdh-sha2-nistp256,ssh-rsa,aes256-ctr,aes256-ctr,hmac-sha2-256,hmac-sha2-256,none,none,,
[2025-04-10 11:16:20] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[2025-04-10 11:16:20] packet_send2: packet: wrote [type=30, len=76, padding_size=5, comp=70, payload=70]
[2025-04-10 11:16:20] ssh_connect: current state : 6
[2025-04-10 11:16:20] ssh_connect: current state : 6
[2025-04-10 11:16:20] ssh_socket_pollcallback: Poll callback on socket 44 (POLLIN ), out buffer 0
[2025-04-10 11:16:20] ssh_packet_socket_callback: packet: read type 31 [len=644,padding=15,comp=628,payload=628]
[2025-04-10 11:16:20] ssh_packet_process: Dispatching handler for packet type 31
[2025-04-10 11:16:20] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[2025-04-10 11:16:20] packet_send2: packet: wrote [type=21, len=12, padding_size=10, comp=1, payload=1]
[2025-04-10 11:16:20] ssh_packet_set_newkeys: called, direction = OUT
[2025-04-10 11:16:20] crypt_set_algorithms2: Set output algorithm to aes256-ctr
[2025-04-10 11:16:20] crypt_set_algorithms2: Set HMAC output algorithm to hmac-sha2-256
[2025-04-10 11:16:20] crypt_set_algorithms2: Set input algorithm to aes256-ctr
[2025-04-10 11:16:20] crypt_set_algorithms2: Set HMAC input algorithm to hmac-sha2-256
[2025-04-10 11:16:20] ssh_init_rekey_state: Set rekey after 65536000 blocks
[2025-04-10 11:16:20] ssh_init_rekey_state: Set rekey after 65536000 blocks
[2025-04-10 11:16:20] ssh_packet_set_newkeys: Set rekey after 3600 seconds
[2025-04-10 11:16:20] ssh_packet_client_ecdh_reply: SSH_MSG_NEWKEYS sent
[2025-04-10 11:16:20] ssh_packet_socket_callback: Processing 16 bytes left in socket buffer
[2025-04-10 11:16:20] ssh_packet_socket_callback: packet: read type 21 [len=12,padding=10,comp=1,payload=1]
[2025-04-10 11:16:20] ssh_packet_process: Dispatching handler for packet type 21
[2025-04-10 11:16:20] ssh_packet_newkeys: Received SSH_MSG_NEWKEYS
[2025-04-10 11:16:20] ssh_pki_signature_verify: Going to verify a ssh-rsa type signature
[2025-04-10 11:16:20] pki_verify_data_signature: Signature valid
[2025-04-10 11:16:20] ssh_packet_newkeys: Signature verified and valid
[2025-04-10 11:16:20] ssh_packet_set_newkeys: called, direction = IN
[2025-04-10 11:16:20] ssh_connect: current state : 7
[2025-04-10 11:16:20] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[2025-04-10 11:16:20] packet_send2: packet: wrote [type=5, len=28, padding_size=10, comp=17, payload=17]
[2025-04-10 11:16:20] ssh_service_request: Sent SSH_MSG_SERVICE_REQUEST (service ssh-userauth)
[2025-04-10 11:16:21] ssh_socket_pollcallback: Poll callback on socket 44 (POLLIN ), out buffer 0
[2025-04-10 11:16:21] ssh_packet_socket_callback: packet: read type 6 [len=44,padding=26,comp=17,payload=17]
[2025-04-10 11:16:21] ssh_packet_process: Dispatching handler for packet type 6
[2025-04-10 11:16:21] ssh_packet_service_accept: Received SSH_MSG_SERVICE_ACCEPT
[2025-04-10 11:16:21] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[2025-04-10 11:16:21] packet_send2: packet: wrote [type=50, len=60, padding_size=12, comp=47, payload=47]
[2025-04-10 11:16:21] ssh_socket_pollcallback: Poll callback on socket 44 (POLLIN ), out buffer 0
[2025-04-10 11:16:21] ssh_packet_socket_callback: packet: read type 51 [len=76,padding=30,comp=45,payload=45]
[2025-04-10 11:16:21] ssh_packet_process: Dispatching handler for packet type 51
[2025-04-10 11:16:21] ssh_packet_userauth_failure: Access denied for 'none'. Authentication that can continue: password,keyboard-interactive,publickey
[2025-04-10 11:16:21] ssh_packet_userauth_failure: Access denied for 'none'. Authentication that can continue: password,keyboard-interactive,publickey
[2025-04-10 11:16:21] ssh_pki_import_privkey_base64: Trying to decode privkey passphrase=false
[2025-04-10 11:16:21] ssh_pki_openssh_import: Opening OpenSSH private key: ciphername: none, kdf: none, nkeys: 1
[2025-04-10 11:16:21] ssh_key_algorithm_allowed: Checking rsa-sha2-512 with list
[2025-04-10 11:16:21] ssh_key_algorithm_allowed: Checking rsa-sha2-256 with list
[2025-04-10 11:16:21] ssh_key_algorithm_allowed: Checking ssh-rsa with list
[2025-04-10 11:16:21] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[2025-04-10 11:16:21] packet_send2: packet: wrote [type=50, len=492, padding_size=16, comp=475, payload=475]
[2025-04-10 11:16:21] ssh_pki_import_privkey_base64: Trying to decode privkey passphrase=false
[2025-04-10 11:16:21] ssh_pki_openssh_import: Opening OpenSSH private key: ciphername: none, kdf: none, nkeys: 1
[2025-04-10 11:16:21] ssh_pki_import_privkey_base64: Trying to decode privkey passphrase=false
[2025-04-10 11:16:21] ssh_pki_openssh_import: Opening OpenSSH private key: ciphername: none, kdf: none, nkeys: 1
[2025-04-10 11:16:21] ssh_pki_import_privkey_base64: Trying to decode privkey passphrase=false
[2025-04-10 11:16:21] ssh_pki_openssh_import: Opening OpenSSH private key: ciphername: none, kdf: none, nkeys: 1
[2025-04-10 11:16:21] ssh_socket_pollcallback: Poll callback on socket 44 (POLLIN ), out buffer 0
[2025-04-10 11:16:21] ssh_packet_socket_callback: packet: read type 60 [len=444,padding=20,comp=423,payload=423]
[2025-04-10 11:16:21] ssh_packet_process: Dispatching handler for packet type 60
[2025-04-10 11:16:21] ssh_packet_userauth_pk_ok: Received SSH_USERAUTH_PK_OK/INFO_REQUEST/GSSAPI_RESPONSE
[2025-04-10 11:16:21] ssh_packet_userauth_pk_ok: Assuming SSH_USERAUTH_PK_OK
[2025-04-10 11:16:21] ssh_pki_import_privkey_base64: Trying to decode privkey passphrase=false
[2025-04-10 11:16:21] ssh_pki_openssh_import: Opening OpenSSH private key: ciphername: none, kdf: none, nkeys: 1
[2025-04-10 11:16:21] ssh_key_algorithm_allowed: Checking rsa-sha2-512 with list
[2025-04-10 11:16:21] ssh_key_algorithm_allowed: Checking rsa-sha2-256 with list
[2025-04-10 11:16:21] ssh_key_algorithm_allowed: Checking ssh-rsa with list
[2025-04-10 11:16:21] ssh_key_algorithm_allowed: Checking rsa-sha2-512 with list
[2025-04-10 11:16:21] ssh_key_algorithm_allowed: Checking rsa-sha2-256 with list
[2025-04-10 11:16:21] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[2025-04-10 11:16:21] packet_send2: packet: wrote [type=50, len=892, padding_size=13, comp=878, payload=878]
[2025-04-10 11:16:21] ssh_pki_import_privkey_base64: Trying to decode privkey passphrase=false
[2025-04-10 11:16:21] ssh_pki_openssh_import: Opening OpenSSH private key: ciphername: none, kdf: none, nkeys: 1
[2025-04-10 11:16:21] ssh_pki_import_privkey_base64: Trying to decode privkey passphrase=false
[2025-04-10 11:16:21] ssh_pki_openssh_import: Opening OpenSSH private key: ciphername: none, kdf: none, nkeys: 1
[2025-04-10 11:16:21] ssh_socket_pollcallback: Poll callback on socket 44 (POLLIN ), out buffer 0
[2025-04-10 11:16:21] ssh_packet_socket_callback: packet: read type 52 [len=28,padding=26,comp=1,payload=1]
[2025-04-10 11:16:21] ssh_packet_process: Dispatching handler for packet type 52
[2025-04-10 11:16:21] ssh_packet_userauth_success: Authentication successful
[2025-04-10 11:16:21] ssh_packet_userauth_success: Received SSH_USERAUTH_SUCCESS
[2025-04-10 11:16:21] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=86, in_blocks=29
[2025-04-10 11:16:21] channel_open: Creating a channel 43 with 64000 window and 261120 max packet
[2025-04-10 11:16:21] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=87, in_blocks=30
[2025-04-10 11:16:21] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[2025-04-10 11:16:21] packet_send2: packet: wrote [type=90, len=44, padding_size=19, comp=24, payload=24]
[2025-04-10 11:16:21] channel_open: Sent a SSH_MSG_CHANNEL_OPEN type session for channel 43
[2025-04-10 11:16:21] ssh_socket_pollcallback: Poll callback on socket 44 (POLLIN ), out buffer 0
[2025-04-10 11:16:21] ssh_packet_socket_callback: packet: read type 91 [len=44,padding=26,comp=17,payload=17]
[2025-04-10 11:16:21] ssh_packet_process: Dispatching handler for packet type 91
[2025-04-10 11:16:21] ssh_packet_channel_open_conf: Received SSH2_MSG_CHANNEL_OPEN_CONFIRMATION
[2025-04-10 11:16:21] ssh_packet_channel_open_conf: Received a CHANNEL_OPEN_CONFIRMATION for channel 43:0
[2025-04-10 11:16:21] ssh_packet_channel_open_conf: Remote window : 2097152, maxpacket : 32768
[2025-04-10 11:16:21] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=87, in_blocks=30
[2025-04-10 11:16:21] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=90, in_blocks=33
[2025-04-10 11:16:21] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[2025-04-10 11:16:21] packet_send2: packet: wrote [type=98, len=76, padding_size=19, comp=56, payload=56]
[2025-04-10 11:16:21] channel_request: Sent a SSH_MSG_CHANNEL_REQUEST pty-req
[2025-04-10 11:16:21] ssh_socket_pollcallback: Poll callback on socket 44 (POLLIN ), out buffer 0
[2025-04-10 11:16:21] ssh_packet_socket_callback: packet: read type 99 [len=28,padding=22,comp=5,payload=5]
[2025-04-10 11:16:21] ssh_packet_process: Dispatching handler for packet type 99
[2025-04-10 11:16:21] ssh_packet_channel_success: Received SSH_CHANNEL_SUCCESS on channel (43:0)
[2025-04-10 11:16:21] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=90, in_blocks=30
[2025-04-10 11:16:21] channel_request: Channel request pty-req success
[2025-04-10 11:16:21] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=90, in_blocks=30
[2025-04-10 11:16:21] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[2025-04-10 11:16:21] packet_send2: packet: wrote [type=98, len=28, padding_size=12, comp=15, payload=15]
[2025-04-10 11:16:21] channel_request: Sent a SSH_MSG_CHANNEL_REQUEST shell
[2025-04-10 11:16:21] ssh_socket_pollcallback: Poll callback on socket 44 (POLLIN ), out buffer 0
[2025-04-10 11:16:21] ssh_packet_socket_callback: packet: read type 99 [len=28,padding=22,comp=5,payload=5]
[2025-04-10 11:16:21] ssh_packet_process: Dispatching handler for packet type 99
[2025-04-10 11:16:21] ssh_packet_channel_success: Received SSH_CHANNEL_SUCCESS on channel (43:0)
[2025-04-10 11:16:21] ssh_packet_socket_callback: Processing 4096 bytes left in socket buffer
[2025-04-10 11:16:21] ssh_packet_socket_callback: packet: read type 94 [len=76,padding=28,comp=47,payload=47]
[2025-04-10 11:16:21] ssh_packet_process: Dispatching handler for packet type 94
[2025-04-10 11:16:21] channel_rcv_data: Channel 43 receiving 38 bytes data in 0 (local win=64000 remote win=2097152)
[2025-04-10 11:16:21] channel_default_bufferize: placing 38 bytes into channel buffer (stdout)
[2025-04-10 11:16:21] channel_rcv_data: Channel windows are now (local win=63962 remote win=2097152)
[2025-04-10 11:16:21] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=90, in_blocks=32
[2025-04-10 11:16:21] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[2025-04-10 11:16:21] packet_send2: packet: wrote [type=93, len=28, padding_size=18, comp=9, payload=9]
[2025-04-10 11:16:21] grow_window: growing window (channel 43:0) to 1280000 bytes
[2025-04-10 11:16:21] ssh_packet_socket_callback: Processing 3984 bytes left in socket buffer
[2025-04-10 11:16:21] ssh_packet_socket_callback: packet: read type 94 [len=76,padding=28,comp=47,payload=47]
[2025-04-10 11:16:21] ssh_packet_process: Dispatching handler for packet type 94
[2025-04-10 11:16:21] channel_rcv_data: Channel 43 receiving 38 bytes data in 0 (local win=1280000 remote win=2097152)
[2025-04-10 11:16:21] channel_default_bufferize: placing 38 bytes into channel buffer (stdout)
[2025-04-10 11:16:21] channel_rcv_data: Channel windows are now (local win=1279962 remote win=2097152)
[2025-04-10 11:16:21] ssh_packet_socket_callback: Processing 3872 bytes left in socket buffer
[2025-04-10 11:16:21] ssh_packet_socket_callback: packet: read type 94 [len=812,padding=19,comp=792,payload=792]
[2025-04-10 11:16:21] ssh_packet_process: Dispatching handler for packet type 94
[2025-04-10 11:16:21] channel_rcv_data: Channel 43 receiving 783 bytes data in 0 (local win=1279962 remote win=2097152)
[2025-04-10 11:16:21] channel_default_bufferize: placing 783 bytes into channel buffer (stdout)
[2025-04-10 11:16:21] channel_rcv_data: Channel windows are now (local win=1279179 remote win=2097152)
[2025-04-10 11:16:21] ssh_packet_socket_callback: Processing 3024 bytes left in socket buffer
[2025-04-10 11:16:21] ssh_packet_socket_callback: packet: read type 94 [len=2988,padding=25,comp=2962,payload=2962]
[2025-04-10 11:16:21] ssh_packet_process: Dispatching handler for packet type 94
[2025-04-10 11:16:21] channel_rcv_data: Channel 43 receiving 2953 bytes data in 0 (local win=1279179 remote win=2097152)
[2025-04-10 11:16:21] channel_default_bufferize: placing 2953 bytes into channel buffer (stdout)
[2025-04-10 11:16:21] channel_rcv_data: Channel windows are now (local win=1276226 remote win=2097152)
[2025-04-10 11:16:21] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=90, in_blocks=268
[2025-04-10 11:16:21] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=90, in_blocks=268
[2025-04-10 11:16:21] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=90, in_blocks=268
[2025-04-10 11:16:21] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=90, in_blocks=268
[2025-04-10 11:16:21] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=90, in_blocks=268
[2025-04-10 11:16:21] channel_request: Channel request shell success
[2025-04-10 11:16:21] ssh_channel_read_timeout: Read (3812) buffered : 3812 bytes. Window: 1276226
[2025-04-10 11:16:21] ********************************************************************************
[2025-04-10 11:16:21] * 齐治交互终端 v3.2.3 *
[2025-04-10 11:16:21] * 版权所有 2006-2018 浙江齐治科技股份有限公司。保留一切权利。 *
[2025-04-10 11:16:21] ********************************************************************************
[2025-04-10 11:16:21]
[2025-04-10 11:16:22] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=91, in_blocks=269
[2025-04-10 11:16:22] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[2025-04-10 11:16:22] packet_send2: packet: wrote [type=94, len=28, padding_size=4, comp=23, payload=23]
[2025-04-10 11:16:22] channel_write_common: channel_write wrote 14 bytes
[2025-04-10 11:16:22] ssh_socket_pollcallback: Poll callback on socket 44 (POLLIN ), out buffer 0
[2025-04-10 11:16:22] ssh_packet_socket_callback: packet: read type 94 [len=28,padding=17,comp=10,payload=10]
[2025-04-10 11:16:22] ssh_packet_process: Dispatching handler for packet type 94
[2025-04-10 11:16:22] channel_rcv_data: Channel 43 receiving 1 bytes data in 0 (local win=1276226 remote win=2097138)
[2025-04-10 11:16:22] channel_default_bufferize: placing 1 bytes into channel buffer (stdout)
[2025-04-10 11:16:22] channel_rcv_data: Channel windows are now (local win=1276225 remote win=2097138)
[2025-04-10 11:16:22] ssh_packet_socket_callback: Processing 576 bytes left in socket buffer
[2025-04-10 11:16:22] ssh_packet_socket_callback: packet: read type 94 [len=28,padding=17,comp=10,payload=10]
[2025-04-10 11:16:22] ssh_packet_process: Dispatching handler for packet type 94
[2025-04-10 11:16:22] channel_rcv_data: Channel 43 receiving 1 bytes data in 0 (local win=1276225 remote win=2097138)
[2025-04-10 11:16:22] channel_default_bufferize: placing 1 bytes into channel buffer (stdout)
[2025-04-10 11:16:22] channel_rcv_data: Channel windows are now (local win=1276224 remote win=2097138)
[2025-04-10 11:16:22] ssh_packet_socket_callback: Processing 512 bytes left in socket buffer
[2025-04-10 11:16:22] ssh_packet_socket_callback: packet: read type 94 [len=28,padding=17,comp=10,payload=10]
[2025-04-10 11:16:22] ssh_packet_process: Dispatching handler for packet type 94
[2025-04-10 11:16:22] channel_rcv_data: Channel 43 receiving 1 bytes data in 0 (local win=1276224 remote win=2097138)
[2025-04-10 11:16:22] channel_default_bufferize: placing 1 bytes into channel buffer (stdout)
[2025-04-10 11:16:22] channel_rcv_data: Channel windows are now (local win=1276223 remote win=2097138)
[2025-04-10 11:16:22] ssh_packet_socket_callback: Processing 448 bytes left in socket buffer
[2025-04-10 11:16:22] ssh_packet_socket_callback: packet: read type 94 [len=28,padding=17,comp=10,payload=10]
[2025-04-10 11:16:22] ssh_packet_process: Dispatching handler for packet type 94
[2025-04-10 11:16:22] channel_rcv_data: Channel 43 receiving 1 bytes data in 0 (local win=1276223 remote win=2097138)
[2025-04-10 11:16:22] channel_default_bufferize: placing 1 bytes into channel buffer (stdout)
[2025-04-10 11:16:22] channel_rcv_data: Channel windows are now (local win=1276222 remote win=2097138)
[2025-04-10 11:16:22] ssh_packet_socket_callback: Processing 384 bytes left in socket buffer
[2025-04-10 11:16:22] ssh_packet_socket_callback: packet: read type 94 [len=28,padding=17,comp=10,payload=10]
[2025-04-10 11:16:22] ssh_packet_process: Dispatching handler for packet type 94
[2025-04-10 11:16:22] channel_rcv_data: Channel 43 receiving 1 bytes data in 0 (local win=1276222 remote win=2097138)
[2025-04-10 11:16:22] channel_default_bufferize: placing 1 bytes into channel buffer (stdout)
[2025-04-10 11:16:22] channel_rcv_data: Channel windows are now (local win=1276221 remote win=2097138)
[2025-04-10 11:16:22] ssh_packet_socket_callback: Processing 320 bytes left in socket buffer
[2025-04-10 11:16:22] ssh_packet_socket_callback: packet: read type 94 [len=28,padding=17,comp=10,payload=10]
[2025-04-10 11:16:22] ssh_packet_process: Dispatching handler for packet type 94
[2025-04-10 11:16:22] channel_rcv_data: Channel 43 receiving 1 bytes data in 0 (local win=1276221 remote win=2097138)
[2025-04-10 11:16:22] channel_default_bufferize: placing 1 bytes into channel buffer (stdout)
[2025-04-10 11:16:22] channel_rcv_data: Channel windows are now (local win=1276220 remote win=2097138)
[2025-04-10 11:16:22] ssh_packet_socket_callback: Processing 256 bytes left in socket buffer
[2025-04-10 11:16:22] ssh_packet_socket_callback: packet: read type 94 [len=28,padding=17,comp=10,payload=10]
[2025-04-10 11:16:22] ssh_packet_process: Dispatching handler for packet type 94
[2025-04-10 11:16:22] channel_rcv_data: Channel 43 receiving 1 bytes data in 0 (local win=1276220 remote win=2097138)
[2025-04-10 11:16:22] channel_default_bufferize: placing 1 bytes into channel buffer (stdout)
[2025-04-10 11:16:22] channel_rcv_data: Channel windows are now (local win=1276219 remote win=2097138)
[2025-04-10 11:16:22] ssh_packet_socket_callback: Processing 192 bytes left in socket buffer
[2025-04-10 11:16:22] ssh_packet_socket_callback: packet: read type 94 [len=28,padding=17,comp=10,payload=10]
[2025-04-10 11:16:22] ssh_packet_process: Dispatching handler for packet type 94
[2025-04-10 11:16:22] channel_rcv_data: Channel 43 receiving 1 bytes data in 0 (local win=1276219 remote win=2097138)
[2025-04-10 11:16:22] channel_default_bufferize: placing 1 bytes into channel buffer (stdout)
[2025-04-10 11:16:22] channel_rcv_data: Channel windows are now (local win=1276218 remote win=2097138)
[2025-04-10 11:16:22] ssh_packet_socket_callback: Processing 128 bytes left in socket buffer
[2025-04-10 11:16:22] ssh_packet_socket_callback: packet: read type 94 [len=28,padding=17,comp=10,payload=10]
[2025-04-10 11:16:22] ssh_packet_process: Dispatching handler for packet type 94
[2025-04-10 11:16:22] channel_rcv_data: Channel 43 receiving 1 bytes data in 0 (local win=1276218 remote win=2097138)
[2025-04-10 11:16:22] channel_default_bufferize: placing 1 bytes into channel buffer (stdout)
[2025-04-10 11:16:22] channel_rcv_data: Channel windows are now (local win=1276217 remote win=2097138)
[2025-04-10 11:16:22] ssh_packet_socket_callback: Processing 64 bytes left in socket buffer
[2025-04-10 11:16:22] ssh_packet_socket_callback: packet: read type 94 [len=28,padding=17,comp=10,payload=10]
[2025-04-10 11:16:22] ssh_packet_process: Dispatching handler for packet type 94
[2025-04-10 11:16:22] channel_rcv_data: Channel 43 receiving 1 bytes data in 0 (local win=1276217 remote win=2097138)
[2025-04-10 11:16:22] channel_default_bufferize: placing 1 bytes into channel buffer (stdout)
[2025-04-10 11:16:22] channel_rcv_data: Channel windows are now (local win=1276216 remote win=2097138)
[2025-04-10 11:16:22] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=91, in_blocks=268
[2025-04-10 11:16:22] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=91, in_blocks=268
[2025-04-10 11:16:22] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=91, in_blocks=268
[2025-04-10 11:16:22] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=91, in_blocks=268
[2025-04-10 11:16:22] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=91, in_blocks=268
[2025-04-10 11:16:22] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=91, in_blocks=268
[2025-04-10 11:16:22] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=91, in_blocks=268
[2025-04-10 11:16:22] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=91, in_blocks=268
[2025-04-10 11:16:22] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=91, in_blocks=268
[2025-04-10 11:16:22] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=91, in_blocks=268
[2025-04-10 11:16:22] ssh_channel_read_timeout: Read (10) buffered : 10 bytes. Window: 1276216
[2025-04-10 11:16:22] ssh_socket_pollcallback: Poll callback on socket 44 (POLLIN ), out buffer 0
[2025-04-10 11:16:22] ssh_packet_socket_callback: packet: read type 94 [len=28,padding=17,comp=10,payload=10]
[2025-04-10 11:16:22] ssh_packet_process: Dispatching handler for packet type 94
[2025-04-10 11:16:22] channel_rcv_data: Channel 43 receiving 1 bytes data in 0 (local win=1276216 remote win=2097138)
[2025-04-10 11:16:22] channel_default_bufferize: placing 1 bytes into channel buffer (stdout)
[2025-04-10 11:16:22] channel_rcv_data: Channel windows are now (local win=1276215 remote win=2097138)
[2025-04-10 11:16:22] ssh_packet_socket_callback: Processing 496 bytes left in socket buffer
[2025-04-10 11:16:22] ssh_packet_socket_callback: packet: read type 94 [len=28,padding=17,comp=10,payload=10]
[2025-04-10 11:16:22] ssh_packet_process: Dispatching handler for packet type 94
[2025-04-10 11:16:22] channel_rcv_data: Channel 43 receiving 1 bytes data in 0 (local win=1276215 remote win=2097138)
[2025-04-10 11:16:22] channel_default_bufferize: placing 1 bytes into channel buffer (stdout)
[2025-04-10 11:16:22] channel_rcv_data: Channel windows are now (local win=1276214 remote win=2097138)
[2025-04-10 11:16:22] ssh_packet_socket_callback: Processing 432 bytes left in socket buffer
[2025-04-10 11:16:22] ssh_packet_socket_callback: packet: read type 94 [len=28,padding=17,comp=10,payload=10]
[2025-04-10 11:16:22] ssh_packet_process: Dispatching handler for packet type 94
[2025-04-10 11:16:22] channel_rcv_data: Channel 43 receiving 1 bytes data in 0 (local win=1276214 remote win=2097138)
[2025-04-10 11:16:22] channel_default_bufferize: placing 1 bytes into channel buffer (stdout)
[2025-04-10 11:16:22] channel_rcv_data: Channel windows are now (local win=1276213 remote win=2097138)
[2025-04-10 11:16:22] ssh_packet_socket_callback: Processing 368 bytes left in socket buffer
[2025-04-10 11:16:22] ssh_packet_socket_callback: packet: read type 94 [len=28,padding=17,comp=10,payload=10]
[2025-04-10 11:16:22] ssh_packet_process: Dispatching handler for packet type 94
[2025-04-10 11:16:22] channel_rcv_data: Channel 43 receiving 1 bytes data in 0 (local win=1276213 remote win=2097138)
[2025-04-10 11:16:22] channel_default_bufferize: placing 1 bytes into channel buffer (stdout)
[2025-04-10 11:16:22] channel_rcv_data: Channel windows are now (local win=1276212 remote win=2097138)
[2025-04-10 11:16:22] ssh_packet_socket_callback: Processing 304 bytes left in socket buffer
[2025-04-10 11:16:22] ssh_packet_socket_callback: packet: read type 94 [len=28,padding=17,comp=10,payload=10]
[2025-04-10 11:16:22] ssh_packet_process: Dispatching handler for packet type 94
[2025-04-10 11:16:22] channel_rcv_data: Channel 43 receiving 1 bytes data in 0 (local win=1276212 remote win=2097138)
[2025-04-10 11:16:22] channel_default_bufferize: placing 1 bytes into channel buffer (stdout)
[2025-04-10 11:16:22] channel_rcv_data: Channel windows are now (local win=1276211 remote win=2097138)
[2025-04-10 11:16:22] ssh_packet_socket_callback: Processing 240 bytes left in socket buffer
[2025-04-10 11:16:22] ssh_packet_socket_callback: packet: read type 94 [len=108,padding=26,comp=81,payload=81]
[2025-04-10 11:16:22] ssh_packet_process: Dispatching handler for packet type 94
[2025-04-10 11:16:22] channel_rcv_data: Channel 43 receiving 72 bytes data in 0 (local win=1276211 remote win=2097138)
[2025-04-10 11:16:22] channel_default_bufferize: placing 72 bytes into channel buffer (stdout)
[2025-04-10 11:16:22] channel_rcv_data: Channel windows are now (local win=1276139 remote win=2097138)
[2025-04-10 11:16:22] ssh_packet_socket_callback: Processing 96 bytes left in socket buffer
[2025-04-10 11:16:22] ssh_packet_socket_callback: packet: read type 94 [len=60,padding=25,comp=34,payload=34]
[2025-04-10 11:16:22] ssh_packet_process: Dispatching handler for packet type 94
[2025-04-10 11:16:22] channel_rcv_data: Channel 43 receiving 25 bytes data in 0 (local win=1276139 remote win=2097138)
[2025-04-10 11:16:22] channel_default_bufferize: placing 25 bytes into channel buffer (stdout)
[2025-04-10 11:16:22] channel_rcv_data: Channel windows are now (local win=1276114 remote win=2097138)
[2025-04-10 11:16:22] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=91, in_blocks=275
[2025-04-10 11:16:22] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=91, in_blocks=275
[2025-04-10 11:16:22] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=91, in_blocks=275
[2025-04-10 11:16:22] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=91, in_blocks=275
[2025-04-10 11:16:22] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=91, in_blocks=275
[2025-04-10 11:16:22] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=91, in_blocks=275
[2025-04-10 11:16:22] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=91, in_blocks=275
[2025-04-10 11:16:22] ssh_channel_read_timeout: Read (102) buffered : 102 bytes. Window: 1276114
[2025-04-10 11:16:21] =====================Juyun Technology Bastion===================================
[2025-04-10 11:16:21]
[2025-04-10 11:16:21] Business operation privileged server: Domestic1.4.3.4, Abroad1.3.8.9
[2025-04-10 11:16:22] [TERM] SetWindowIconAndTitle(name = aaa@1.6.1.1)
[2025-04-10 11:16:21] Operation privileged server: Domestic1.4.1.2, Abroad1.3.6.2
[2025-04-10 11:16:21] Common help command:
[2025-04-10 11:16:21] Press "r" to refresh the server list
[2025-04-10 11:16:21] Press "/" search for IP、hostname
[2025-04-10 11:16:21]
[2025-04-10 11:16:21] WARNING: Terminal type 'xterm-256color' is not supported, 'xterm' will be used as default.
[2025-04-10 11:16:21]
[2025-04-10 11:16:21] 已选择:AWS_Common-Virginia-LiveMe
[2025-04-10 11:16:21] 目标设备列表
[2025-04-10 11:16:21] 序号: IP 地址 名称(说明) *
[2025-04-10 11:16:21] 1: 1.6.1.1 ip-1-6-1-1.ec2.internal
[2025-04-10 11:16:22] 请选择目标设备:
[2025-04-10 11:16:21]
[2025-04-10 11:16:22] Connecting to aaa@ip-1-6-1-1.ec2.internal ...
[2025-04-10 11:16:27] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=91, in_blocks=275
[2025-04-10 11:16:27] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[2025-04-10 11:16:27] packet_send2: packet: wrote [type=96, len=12, padding_size=6, comp=5, payload=5]
[2025-04-10 11:16:27] ssh_channel_send_eof: Sent a EOF on client channel (43:0)
[2025-04-10 11:16:27] ssh_packet_need_rekey: packet: [data_rekey_needed=0, out_blocks=91, in_blocks=275
[2025-04-10 11:16:27] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[2025-04-10 11:16:27] packet_send2: packet: wrote [type=97, len=12, padding_size=6, comp=5, payload=5]
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the problem in WindTerm 2.7.0 with an SSH session while recording log output, using commands such as ls, pwd, and cat. Compare the captured content with the reported libssh diagnostic lines; done means command output is recorded as expected without the reported logging failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- desktop, networking
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100