我可以在连接到家庭网络的同时连接到我的 Raspberry Pi 3。
我可以 ping 我的公共 IP 地址和我的域名,克莱蒙斯。
我已经登录到我的路由器并在端口 22 上设置端口转发到我的 Raspberry Pi。
但是,我无法使用我的公共 IP 或域名进行连接。这可能是 ISP 问题还是我遗漏了路由器上的某些东西?
以下是我尝试的输出:
$ ssh -vvv [email protected]
OpenSSH_7.6p1, OpenSSL 1.0.2n 7 Dec 2017
debug1: Reading configuration data /etc/ssh/ssh_config
debug2: resolving "clemons.tk" port 22
debug2: ssh_connect_direct: needpriv 0
debug1: Connecting to clemons.tk [76.178.29.176] port 22.
debug1: connect to address 76.178.29.176 port 22: Connection timed out
ssh: connect to host clemons.tk port 22: Connection timed out