Published: July 29, 2023 · LastMod: July 29, 2023 · 169 words
找到登录入口
找到vnc登录入口
1
netstat -tnlp | grep sshd
如果服务未启动
systemctl start sshd
查看sshd状态
systemctl status sshd
看到有这么一个错误
bad configuration option: CASignatureAlgorithms
找到/etc/ssh/sshd_config
/etc/ssh/sshd_config
编译这个文件
vim /etc/ssh/sshd_config
找到CASignatureAlgorithms对应字符注释
CASignatureAlgorithms
重启sshd服务
systemctl restart sshd
linux
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。