Debian 系统配置 IPv6 网络 0 By 董德多 on 2022年12月12日 Linux 编辑网络配置文件 /etc/network/interfaces 新增内容 iface ens3 inet6 static address 2001:4860:4860:1111/112 gateway 2001:4860:4860::1 dns-nameservers 2001:4860:4860::8888 2001:4860:4860::8844 重新载入网络配置 /etc/init.d/networking reload Debian ipv6
ssh 登陆服务器提示:No more authentication methods to try,Permission denied (publickey) 错误的解决办法 Linux 董德多2025年1月21日1 Min Read