当前位置: 技术问答>linux和unix
SSH连接IPv6
来源: 互联网 发布时间:2017-05-27
本文导语: SSH怎么通过IPv6地址连接远程主机啊 我在网上都没找到相关资料 跪求 | if you have a nic eth0 with ipv6 fe80::21b:21ff:fe22:e865 #ssh -6 fe80::21b:21ff:fe22:e865%eth0 | could u please explain why i...
SSH怎么通过IPv6地址连接远程主机啊 我在网上都没找到相关资料 跪求
|
if you have a nic eth0 with ipv6 fe80::21b:21ff:fe22:e865
#ssh -6 fe80::21b:21ff:fe22:e865%eth0
#ssh -6 fe80::21b:21ff:fe22:e865%eth0
|
could u please explain why it didn't work? do you know which nic you are going to connect?
did you try:
#ssh -vv -6 fe80::21b:21ff:fe22:e865%eth0
and see why ssh can't connect?