摘要: 查看ssh是否开启 ps -e | grep ssh 如果只有ssh-agent表示还没启动 开启openssh-server sudo apt-get install openssh-server 再次查看 如果显示sshd则说明已启动成功,如果只有ssh-agent表示还没启动,需要 root@ 阅读全文
posted @ 2023-02-23 09:33 Nichols1205 阅读(667) 评论(0) 推荐(0)