SSH2_MSG_SERVICE_REQUEST 之后 SSH 连接关闭

SSH2_MSG_SERVICE_REQUEST 之后 SSH 连接关闭

收到此消息后,我的 SSH 连接就被关闭了:

debug1: ssh_dss_verify: signature correct
debug2: kex_derive_keys
debug2: set_newkeys: mode 1
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug2: set_newkeys: mode 0
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
Connection closed by x.x.x.x

奇怪的是,它sshd似乎也发送了密钥。我该如何继续找出发生了什么(我无法访问服务器,只能请求重置)。重置后我有哪些选择(哪些日志对追踪原因有用?)

相关内容