ssh -6 本地主机/?

ssh -6 本地主机/?

我尝试从 ISP 端 ssh 到我的 IPv6 PC,但无法连接。因此,我尝试在我的 IPv6 PC 上执行此操作

# ssh -6 localhost
ssh: Could not resolve hostname localhost: No address associated with hostname

并且也尝试了链接本地地址。

# ssh -6 fe80::2ab2:bdff:fe81:929b
ssh: connect to host fe80::2ab2:bdff:fe81:929b port 22: Invalid argument

但我无法通过 IPv6 访问它。那么有没有办法为 IPv6 安装 ssh?

ftp 和 Telnet 的结果相同。

我的 Ubuntu 是 16.04。

相关内容