Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/ssh/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在ipv6上获取“ssh客户端\u循环:发送断开连接:断开管道”_Ssh_Ipv6_Sshd_Asus - Fatal编程技术网

在ipv6上获取“ssh客户端\u循环:发送断开连接:断开管道”

在ipv6上获取“ssh客户端\u循环:发送断开连接:断开管道”,ssh,ipv6,sshd,asus,Ssh,Ipv6,Sshd,Asus,在我的ISP切换到ipv6后,在ssh上经过一段时间的不活动后,我开始在ipv6上获取ssh客户端\u循环:发送断开连接:断开管道 在ipv4上时,我可以通过ssh连接到任何服务器,使用默认配置连接将保持活动状态 我尝试在客户端中设置ServerAliveInterval 60,它改进了一点,但几个小时后我仍然会断开连接。目标服务器/sshd使用默认配置 启用ssh详细信息后,我每60秒获得所有keeplive数据包,如下所示: debug3: send packet: type 80 debu

在我的ISP切换到ipv6后,在ssh上经过一段时间的不活动后,我开始在ipv6上获取
ssh客户端\u循环:发送断开连接:断开管道

在ipv4上时,我可以通过ssh连接到任何服务器,使用默认配置连接将保持活动状态

我尝试在客户端中设置
ServerAliveInterval 60
,它改进了一点,但几个小时后我仍然会断开连接。目标服务器/sshd使用默认配置

启用ssh详细信息后,我每60秒获得所有keeplive数据包,如下所示:

debug3: send packet: type 80
debug3: receive packet: type 82
debug3: send packet: type 80
debug3: receive packet: type 82
我不确定这是否相关,但我的ISP调制解调器和我的Asus RT-AC3200路由器之间有桥接连接。路由器中的ipv6连接类型设置为
Native


有什么想法吗?

有一段时间了,我的ISP也切换到了IPV6,这似乎导致了问题。解决方案是什么?我有完全相同的问题。同样,ssh-vvv也会显示相同的错误消息。如果我从MacOS中的VM进行ssh,那么问题就消失了。