我试图在Google云平台上删除我之前不想要的以前的WordPress部署,突然间我看到了这些错误。我可以在增加超过120秒的时间后连接FileZilla,我也可以与ssh.cloud.google.com
连接,但网站会继续超时。我在CloudFlare上删除了缓存。
答案 0 :(得分:0)
由于您没有提供详细信息,我假设您正在使用SFTP连接到Linux实例,如Google Cloud docs.
中所述打开托管FTP服务器的实例的shell并编辑以下文件(在编辑任何内容之前备份文件,以防万一)
/etc/ssh/sshd_config
找到这个值:
# Google Compute Engine times out connections after 10 minutes of inactivity.
# Keep alive ssh connections by sending a packet every 2 minutes.
ClientAliveInterval 120
将120更改为您想要的任何其他值(请记住,您需要root权限才能对其进行编辑,请注意,如果您更改了不应该使用的内容,则可以将自己锁定在实例之外。
然后重新加载ssh服务:
sudo systemctl reload ssh.service
答案 1 :(得分:0)
我做了5件事: