宝塔终端提示“连接 SSH 服务失败”的解决方法
如果其他终端可以连接:
ssh-keygen -q -t rsa -P "" -f /root/.ssh/id_rsa && cat /root/.ssh/id_rsa.pub >> /root/.ssh/authorized_keys && chmod 600 /root/.ssh/authorized_keys
如果其他终端也不能连接:
/etc/init.d/rsyncd stop && rm -rf /etc/rsyncd.conf && pkill -9 rsync