SSH 连接一段时间后停止,但 CloudFlare 隧道可以工作

SSH 连接一段时间后停止,但 CloudFlare 隧道可以工作

我家里有一台机器,我用它作为测试机器并托管我的一些服务,为了从家外访问这些服务,我还安装了 CloudFlare 隧道。

现在过了一段时间我的服务器停止响应,SSH 连接显示超时,我无法访问 samba 文件夹,也无法使用 IP 地址访问这些服务,但奇怪的是,我可以使用 CloudFlare 隧道 URL 访问这些服务。

但是,重启后,它可以正常工作,但过了一段时间后,又发生了同样的事情

这是我尝试通过 ssh 访问时的输出 -

C:\Users\Rahul>ssh -vvv [email protected]
OpenSSH_for_Windows_8.6p1, LibreSSL 3.4.3
debug3: Failed to open file:C:/Users/Rahul/.ssh/config error:2
debug3: Failed to open file:C:/ProgramData/ssh/ssh_config error:2
debug2: resolve_canonicalize: hostname 192.168.1.150 is address
debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> 'C:\\Users\\Rahul/.ssh/known_hosts'
debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> 'C:\\Users\\Rahul/.ssh/known_hosts2'
debug1: Authenticator provider $SSH_SK_PROVIDER did not resolve; disabling
debug3: ssh_connect_direct: entering
debug1: Connecting to 192.168.1.150 [192.168.1.150] port 22.
debug3: finish_connect - ERROR: async io completed with error: 10060, io:0000019DF29325A0
debug1: connect to address 192.168.1.150 port 22: Connection timed out
ssh: connect to host 192.168.1.150 port 22: Connection timed out

我的 SSH 配置文件如下 -

Host 192.168.1.150
HostName 192.168.1.150
User rahul

相关内容