全局共享文本
# 更新源+安装服务 sudo apt update && sudo apt install openssh-server -y # 启动ssh sudo systemctl start ssh # 设置开机自启 sudo systemctl enable ssh # 查看状态,显示active(running)才算正常 sudo systemctl status ssh
最后更新: 2026-07-02 02:22:01
1
人正在查看此文本