摘要: 一、开启 SSH 登录 # 检查 SSH 服务状态 systemctl status ssh # 如果 SSH 服务未启动,使用以下命令启动 systemctl start ssh # 确保 SSH 服务在开机时自动启动 systemctl enable ssh 二、开启远程桌面 Ubuntu 默认 阅读全文
posted @ 2025-02-19 11:31 通宵敲代码 阅读(921) 评论(0) 推荐(0)