每当我尝试login(SSH)到我的Ubuntu 14.04服务器(DigitalOcean),它会打开Letsencrypts certbot,并要求我select一个域来安装SSL(已激活)。
但在此之后,它会自动closures连接,而无法做任何事情。
我试过了:
Error: Received unexpected end-of-file from SFTP server ssh -t user@domain echo hello | 结果: letsencrypt: error: File not found: echo hello 我有一个Magento网上商店安装它就是这样。 一会儿,没有任何问题,我什么也没有改变,所以我不知道这是怎么发生的。
我会先尝试SSH并禁用configuration文件和rc初始化
ssh example.com -t "bash --noprofile"
要么
ssh example.com -t "bash --noprofile --norc"
如果这不起作用,我可能会尝试一个不同的shell sh或csh …
如果可用的话,尝试通过带外控制台或救援模式等login。