摘要: # 安装 OpenSSH 服务器 sudo apt install -y openssh-server # 启动 SSH 服务 sudo systemctl start ssh # 设置开机自启 sudo systemctl enable ssh # 查看 SSH 服务状态 sudo systemc 阅读全文
posted @ 2024-08-16 17:03 ShengOasis 阅读(68) 评论(0) 推荐(0)