WindTerm
WindTerm copied to clipboard
No response when ssh to a computing cluster
On my Centos 8 stream system, I'm running the latest version of WindTerm V2.50. When I try to ssh into other linux systems, such as our computing clusters, I get messages such as "the remote host closed the connection." I'm not sure if it's because of Google Authenticator, but I believe the new version should support it. You can see the log file below,
[2022-08-10 08:46:55] ssh_config_parse_file: Reading configuration data from /etc/ssh/ssh_config
[2022-08-10 08:46:55] local_parse_file: Reading additional configuration data from /etc/ssh/ssh_config.d/05-redhat.conf
[2022-08-10 08:46:55] ssh_config_parse_line: line 3: Processing Match keyword 'final'
[2022-08-10 08:46:55] ssh_config_parse_line: line 3: Unsupported Match keyword 'final', skipping
[2022-08-10 08:46:55] ssh_config_parse_line: line 3: Processing Match keyword 'all'
[2022-08-10 08:46:55] local_parse_file: Reading additional configuration data from /etc/crypto-policies/back-ends/openssh.config
[2022-08-10 08:46:55] ssh_config_parse_line: Unknown option: GSSAPIKexAlgorithms, line: 3
[2022-08-10 08:46:55] ssh_config_parse_line: Unknown option: CASignatureAlgorithms, line: 6
[2022-08-10 08:46:55] ssh_config_parse_line: Unapplicable option: ForwardX11Trusted, line: 12
[2022-08-10 08:46:55] ssh_config_parse_line: Unapplicable option: SendEnv, line: 15
[2022-08-10 08:46:55] ssh_config_parse_line: Unapplicable option: SendEnv, line: 16
[2022-08-10 08:46:55] ssh_config_parse_line: Unapplicable option: SendEnv, line: 17
[2022-08-10 08:46:55] ssh_config_parse_line: Unapplicable option: SendEnv, line: 18
[2022-08-10 08:46:55] 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
[2022-08-10 08:46:55] getai: host 127.0.0.1 matches an IP address
[2022-08-10 08:46:55] ssh_socket_connect: Nonblocking connection socket: 63
[2022-08-10 08:46:55] ssh_connect: Socket connecting, now waiting for the callbacks to work
[2022-08-10 08:46:55] ssh_connect: Actual timeout : 10000
[2022-08-10 08:46:55] ssh_socket_pollcallback: Poll callback on socket 63 (POLLOUT ), out buffer 0
[2022-08-10 08:46:55] ssh_socket_pollcallback: Received POLLOUT in connecting state
[2022-08-10 08:46:55] socket_callback_connected: Socket connection callback: 1 (0)
[2022-08-10 08:46:55] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[2022-08-10 08:46:55] ssh_socket_pollcallback: Poll callback on socket 63 (POLLOUT ), out buffer 0
[2022-08-10 08:46:55] ssh_socket_pollcallback: Poll callback on socket 63 (POLLIN ), out buffer 0
[2022-08-10 08:46:55] callback_receive_banner: Received banner: SSH-2.0-OpenSSH_7.4
[2022-08-10 08:46:55] ssh_client_connection_callback: SSH server banner: SSH-2.0-OpenSSH_7.4
[2022-08-10 08:46:55] ssh_analyze_banner: Analyzing banner: SSH-2.0-OpenSSH_7.4
[2022-08-10 08:46:55] ssh_analyze_banner: We are talking to an OpenSSH client version: 7.4 (70400)
[2022-08-10 08:46:55] ssh_client_select_hostkeys: Order of wanted host keys: "ssh-ed25519,ecdsa-sha2-nistp521,ecdsa-sha2-nistp384,ecdsa-sha2-nistp256,rsa-sha2-512,rsa-sha2-256,ssh-rsa,ssh-dss"
[2022-08-10 08:46:55] ssh_known_hosts_read_entries: Failed to open the known_hosts file '/etc/ssh/ssh_known_hosts': No such file or directory
[2022-08-10 08:46:55] ssh_client_select_hostkeys: Algorithms found in known_hosts files: "ssh-ed25519"
[2022-08-10 08:46:55] ssh_client_select_hostkeys: Changing host key method to "ssh-ed25519,ecdsa-sha2-nistp521,ecdsa-sha2-nistp384,ecdsa-sha2-nistp256,rsa-sha2-512,rsa-sha2-256,ssh-rsa,ssh-dss"
[2022-08-10 08:46:55] ssh_list_kex: kex algos: curve25519-sha256,[email protected],ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,ext-info-c
[2022-08-10 08:46:55] ssh_list_kex: server host key algo: ssh-ed25519,ecdsa-sha2-nistp521,ecdsa-sha2-nistp384,ecdsa-sha2-nistp256,rsa-sha2-512,rsa-sha2-256,ssh-rsa,ssh-dss
[2022-08-10 08:46:55] ssh_list_kex: encryption client->server: [email protected],[email protected],aes256-ctr,aes256-cbc,[email protected],aes128-ctr,aes128-cbc
[2022-08-10 08:46:55] ssh_list_kex: encryption server->client: [email protected],[email protected],aes256-ctr,aes256-cbc,[email protected],aes128-ctr,aes128-cbc
[2022-08-10 08:46:55] ssh_list_kex: mac algo client->server: [email protected],[email protected],[email protected],hmac-sha2-256,hmac-sha1,hmac-sha2-512
[2022-08-10 08:46:55] ssh_list_kex: mac algo server->client: [email protected],[email protected],[email protected],hmac-sha2-256,hmac-sha1,hmac-sha2-512
[2022-08-10 08:46:55] ssh_list_kex: compression algo client->server: none
[2022-08-10 08:46:55] ssh_list_kex: compression algo server->client: none
[2022-08-10 08:46:55] ssh_list_kex: languages client->server:
[2022-08-10 08:46:55] ssh_list_kex: languages server->client:
[2022-08-10 08:46:55] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[2022-08-10 08:46:55] packet_send2: packet: wrote [type=20, len=980, padding_size=8, comp=971, payload=971]
[2022-08-10 08:46:55] ssh_send_kex: SSH_MSG_KEXINIT sent
[2022-08-10 08:46:55] ssh_socket_pollcallback: Poll callback on socket 63 (POLLOUT ), out buffer 0
[2022-08-10 08:46:55] ssh_socket_pollcallback: sending control flow event
[2022-08-10 08:46:55] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback
[2022-08-10 08:46:55] ssh_socket_pollcallback: Poll callback on socket 63 (POLLIN ), out buffer 0
[2022-08-10 08:46:55] ssh_packet_socket_callback: packet: read type 20 [len=1284,padding=10,comp=1273,payload=1273]
[2022-08-10 08:46:55] ssh_packet_process: Dispatching handler for packet type 20
[2022-08-10 08:46:55] ssh_list_kex: kex algos: curve25519-sha256,[email protected],ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha256,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
[2022-08-10 08:46:55] ssh_list_kex: server host key algo: ssh-rsa,rsa-sha2-512,rsa-sha2-256,ssh-dss,ecdsa-sha2-nistp521,ssh-ed25519
[2022-08-10 08:46:55] ssh_list_kex: encryption client->server: [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected],aes128-cbc,aes192-cbc,aes256-cbc,blowfish-cbc,cast128-cbc,3des-cbc
[2022-08-10 08:46:55] ssh_list_kex: encryption server->client: [email protected],aes128-ctr,aes192-ctr,aes256-ctr,[email protected],[email protected],aes128-cbc,aes192-cbc,aes256-cbc,blowfish-cbc,cast128-cbc,3des-cbc
[2022-08-10 08:46:55] ssh_list_kex: mac algo client->server: [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],hmac-sha2-256,hmac-sha2-512,hmac-sha1
[2022-08-10 08:46:55] ssh_list_kex: mac algo server->client: [email protected],[email protected],[email protected],[email protected],[email protected],[email protected],[email protected],hmac-sha2-256,hmac-sha2-512,hmac-sha1
[2022-08-10 08:46:55] ssh_list_kex: compression algo client->server: none,[email protected]
[2022-08-10 08:46:55] ssh_list_kex: compression algo server->client: none,[email protected]
[2022-08-10 08:46:55] ssh_list_kex: languages client->server:
[2022-08-10 08:46:55] ssh_list_kex: languages server->client:
[2022-08-10 08:46:55] ssh_kex_select_methods: Negotiated curve25519-sha256,ssh-ed25519,[email protected],[email protected],aead-gcm,aead-gcm,none,none,,
[2022-08-10 08:46:55] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[2022-08-10 08:46:55] packet_send2: packet: wrote [type=30, len=44, padding_size=6, comp=37, payload=37]
[2022-08-10 08:46:55] ssh_socket_pollcallback: Poll callback on socket 63 (POLLOUT ), out buffer 0
[2022-08-10 08:46:55] ssh_socket_pollcallback: sending control flow event
[2022-08-10 08:46:55] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback
[2022-08-10 08:46:55] ssh_socket_pollcallback: Poll callback on socket 63 (POLLIN ), out buffer 0
[2022-08-10 08:46:55] ssh_packet_socket_callback: packet: read type 31 [len=188,padding=8,comp=179,payload=179]
[2022-08-10 08:46:55] ssh_packet_process: Dispatching handler for packet type 31
[2022-08-10 08:46:55] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[2022-08-10 08:46:55] packet_send2: packet: wrote [type=21, len=12, padding_size=10, comp=1, payload=1]
[2022-08-10 08:46:55] ssh_packet_set_newkeys: called, direction = OUT
[2022-08-10 08:46:55] crypt_set_algorithms2: Set output algorithm to [email protected]
[2022-08-10 08:46:55] crypt_set_algorithms2: Set HMAC output algorithm to aead-gcm
[2022-08-10 08:46:55] crypt_set_algorithms2: Set input algorithm to [email protected]
[2022-08-10 08:46:55] crypt_set_algorithms2: Set HMAC input algorithm to aead-gcm
[2022-08-10 08:46:55] ssh_init_rekey_state: Set rekey after 65536000 blocks
[2022-08-10 08:46:55] ssh_init_rekey_state: Set rekey after 65536000 blocks
[2022-08-10 08:46:55] ssh_packet_set_newkeys: Set rekey after 3600 seconds
[2022-08-10 08:46:55] ssh_packet_client_curve25519_reply: SSH_MSG_NEWKEYS sent
[2022-08-10 08:46:55] ssh_packet_socket_callback: Processing 100 bytes left in socket buffer
[2022-08-10 08:46:55] ssh_packet_socket_callback: packet: read type 21 [len=12,padding=10,comp=1,payload=1]
[2022-08-10 08:46:55] ssh_packet_process: Dispatching handler for packet type 21
[2022-08-10 08:46:55] ssh_packet_newkeys: Received SSH_MSG_NEWKEYS
[2022-08-10 08:46:55] ssh_pki_signature_verify: Going to verify a ssh-ed25519 type signature
[2022-08-10 08:46:55] pki_verify_data_signature: Signature valid
[2022-08-10 08:46:55] ssh_packet_newkeys: Signature verified and valid
[2022-08-10 08:46:55] ssh_packet_set_newkeys: called, direction = IN
[2022-08-10 08:46:55] ssh_packet_socket_callback: Processing 84 bytes left in socket buffer
[2022-08-10 08:46:55] ssh_packet_socket_callback: packet: read type 7 [len=64,padding=10,comp=53,payload=53]
[2022-08-10 08:46:55] ssh_packet_process: Dispatching handler for packet type 7
[2022-08-10 08:46:55] ssh_packet_ext_info: Received SSH_MSG_EXT_INFO
[2022-08-10 08:46:55] ssh_packet_ext_info: Follows 1 extensions
[2022-08-10 08:46:55] ssh_packet_ext_info: Extension: server-sig-algs=<rsa-sha2-256,rsa-sha2-512>
[2022-08-10 08:46:55] ssh_connect: current state : 7
[2022-08-10 08:47:03] packet_send2: packet: wrote [type=5, len=32, padding_size=14, comp=17, payload=17]
[2022-08-10 08:47:03] ssh_service_request: Sent SSH_MSG_SERVICE_REQUEST (service ssh-userauth)
[2022-08-10 08:47:03] ssh_socket_pollcallback: Poll callback on socket 63 (POLLOUT ), out buffer 52
[2022-08-10 08:47:03] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[2022-08-10 08:47:03] ssh_socket_pollcallback: Poll callback on socket 63 (POLLOUT ), out buffer 0
[2022-08-10 08:47:03] ssh_socket_pollcallback: sending control flow event
[2022-08-10 08:47:03] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback
[2022-08-10 08:47:03] ssh_socket_pollcallback: Poll callback on socket 63 (POLLIN ), out buffer 0
[2022-08-10 08:47:03] ssh_packet_socket_callback: packet: read type 6 [len=32,padding=14,comp=17,payload=17]
[2022-08-10 08:47:03] ssh_packet_process: Dispatching handler for packet type 6
[2022-08-10 08:47:03] ssh_packet_service_accept: Received SSH_MSG_SERVICE_ACCEPT
[2022-08-10 08:47:03] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[2022-08-10 08:47:03] packet_send2: packet: wrote [type=50, len=48, padding_size=4, comp=43, payload=43]
[2022-08-10 08:47:03] ssh_socket_pollcallback: Poll callback on socket 63 (POLLOUT ), out buffer 0
[2022-08-10 08:47:03] ssh_socket_pollcallback: sending control flow event
[2022-08-10 08:47:03] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback
[2022-08-10 08:47:03] ssh_socket_pollcallback: Poll callback on socket 63 (POLLIN ), out buffer 0
[2022-08-10 08:47:03] ssh_packet_socket_callback: packet: read type 51 [len=32,padding=5,comp=26,payload=26]
[2022-08-10 08:47:03] ssh_packet_process: Dispatching handler for packet type 51
[2022-08-10 08:47:03] ssh_packet_userauth_failure: Access denied for 'none'. Authentication that can continue: keyboard-interactive
[2022-08-10 08:47:03] ssh_packet_userauth_failure: Access denied for 'none'. Authentication that can continue: keyboard-interactive
[2022-08-10 08:47:03] ssh_userauth_kbdint_init: Sending keyboard-interactive init request
[2022-08-10 08:47:03] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[2022-08-10 08:47:03] packet_send2: packet: wrote [type=50, len=80, padding_size=12, comp=67, payload=67]
[2022-08-10 08:47:03] ssh_socket_pollcallback: Poll callback on socket 63 (POLLOUT ), out buffer 0
[2022-08-10 08:47:03] ssh_socket_pollcallback: sending control flow event
[2022-08-10 08:47:03] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback
[2022-08-10 08:47:03] ssh_socket_pollcallback: Poll callback on socket 63 (POLLIN ), out buffer 0
[2022-08-10 08:47:03] ssh_packet_socket_callback: packet: read type 60 [len=48,padding=15,comp=32,payload=32]
[2022-08-10 08:47:03] ssh_packet_process: Dispatching handler for packet type 60
[2022-08-10 08:47:03] ssh_packet_userauth_pk_ok: Received SSH_USERAUTH_PK_OK/INFO_REQUEST/GSSAPI_RESPONSE
[2022-08-10 08:47:03] ssh_packet_userauth_pk_ok: keyboard-interactive context, assuming SSH_USERAUTH_INFO_REQUEST
[2022-08-10 08:47:03] ssh_packet_userauth_info_request: 1 keyboard-interactive prompts
[2022-08-10 08:47:15] ssh_userauth_kbdint_send: Sending keyboard-interactive response packet
[2022-08-10 08:47:15] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[2022-08-10 08:47:15] packet_send2: packet: wrote [type=61, len=32, padding_size=6, comp=25, payload=25]
[2022-08-10 08:47:15] ssh_socket_pollcallback: Poll callback on socket 63 (POLLOUT ), out buffer 0
[2022-08-10 08:47:15] ssh_socket_pollcallback: sending control flow event
[2022-08-10 08:47:15] ssh_packet_socket_controlflow_callback: sending channel_write_wontblock callback
[2022-08-10 08:47:15] ssh_socket_pollcallback: Poll callback on socket 63 (POLLIN ), out buffer 0
[2022-08-10 08:47:15] ssh_packet_socket_callback: packet: read type 60 [len=48,padding=6,comp=41,payload=41]
[2022-08-10 08:47:15] ssh_packet_process: Dispatching handler for packet type 60
[2022-08-10 08:47:15] ssh_packet_userauth_pk_ok: Received SSH_USERAUTH_PK_OK/INFO_REQUEST/GSSAPI_RESPONSE
[2022-08-10 08:47:15] ssh_packet_userauth_pk_ok: keyboard-interactive context, assuming SSH_USERAUTH_INFO_REQUEST
[2022-08-10 08:47:15] ssh_packet_userauth_info_request: 1 keyboard-interactive prompts
[2022-08-10 08:48:55] ssh_socket_unbuffered_write: Enabling POLLOUT for socket
[2022-08-10 08:48:55] packet_send2: packet: wrote [type=1, len=32, padding_size=11, comp=20, payload=20]
could anyone give me some suggesstions about this issues?
I close the comment because no response