ubuntu安装 ssh server

1.安装ssh服务器

sudo apt-get install openssh-server

2.卸载ssh服务器

sudo apt remove -purge openssh-server

原文地址:https://www.cnblogs.com/APeng2019/p/10719340.html