📌  相关文章
📜  Ubuntu MATE 有 ssh - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:39.387000             🧑  作者: Mango

代码示例1
sudo apt-get remove openssh-server
sudo apt-get install openssh-server
# I rebooted system after install
sudo systemctl enable ssh