ZBLOG

如下提示表示什么 debug1: Local connections to LOCALHOST:2222 forwarded to remote address 172.16.16.99:22 debug1: Local forwarding listening on ::1 port 2222. debug1: channel 0: new [port listener] debug1: Local forwarding listening on 127.0.0.1 port 2222....

这是SSH连接期间的调试信息。其中,以下行显示了本地端口转发:

debug1: Local connections to LOCALHOST:2222 forwarded to remote address 172.16.16.99:22

此行表明本地主机上的所有对 LOCALHOST:2222 的连接都将被重定向到远程主机 172.16.16.99 上的端口 22

下面的几行显示了新建立的通道:

debug1: channel 0: new [port listener]
debug1: channel 1: new [port listener]

每个新通道都有一个唯一标识符(在这里是“0”和“1”)。

接下来几行显示客户端请求,其中包括 keepalive 请求和其他请求:

debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0
debug1: client_input_global_request: rtype keepalive@openssh.com want_reply 1
debug1: client_input_global_request: rtype keepalive@openssh.com want_reply 1
debug1: client_input_global_request: rtype keepalive@openssh.com want_reply 1

这些请求是SSH协议中定义的全局请求消息。在这种情况下,客户端正在请求服务器发送其公共主机密钥列表,并要求服务器发送保持活动状态消息以确保连接处于活动状态。

本站部分文章来源于网络,版权归原作者所有,如有侵权请联系站长删除。
转载请注明出处:https://sdn.0voice.com/?id=1056

分享:
扫描分享到社交APP
上一篇
下一篇
发表列表
游客 游客
此处应有掌声~
评论列表

还没有评论,快来说点什么吧~

联系我们

在线咨询: 点击这里给我发消息

微信号:3007537140

上班时间: 10:30-22:30

关注我们
x

注册

已经有帐号?