摘要:
systemctl命令查看服务状态的时候卡住了 看系统日志文件,有如下报错 [system] Failed to activate service 'org.freedesktop.systemd1': timed out reboot重启也报错 解决方案:强制重启 systemctl reboot 阅读全文
摘要:
xshell连接服务器的时候报了如下的错 新版的sshd可能与xshell存在兼容性问题 在/etc/ssh/sshd_config最后增加以下一行 KexAlgorithms curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nis 阅读全文